Class CApiGcontactsStorage
-
AApiManagerStorage
-
CApiGcontactsStorage
Methods summary
public
|
#
__construct( CApiGlobalManager $sStorageName, CApiGlobalManager & $oManager )
Parameters
- $sStorageName
- $oManager
- $oManager
|
public
integer
|
#
getContactItemsCount( CAccount $oAccount, string $sSearch )
Parameters
Returns
integer
|
public
boolean|array
|
#
getContactItems( CAccount $oAccount, integer $iSortField, integer $iSortOrder, integer $iOffset, integer $iRequestLimit, string $sSearch )
Parameters
- $oAccount
- $iSortField
- $iSortOrder
- $iOffset
- $iRequestLimit
- $sSearch
Returns
boolean|array
|
public
CContact|boolean
|
#
getContactById( CAccount $oAccount, mixed $mContactId, boolean $bIgnoreHideInGab = false )
Parameters
- $oAccount
- $mContactId
- $bIgnoreHideInGab
- = false
Returns
CContact|boolean
|
public
CContact|boolean
|
#
getContactByEmail( CAccount $oAccount, string $sEmail )
Parameters
Returns
CContact|boolean
|
public
CContact|boolean
|
#
getContactByMailingListId( mixed $iMailingListID )
Parameters
Returns
CContact|boolean
|