[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 530 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 3 files include/Zend/Json.php include/database/PearDatabase.php include/utils/utils.php |
SyncServer:: (23 methods):
appid_with_key()
idmap_get_clientmap()
idmap_get_clientservermap()
idmap_storeRecordsInQueue()
checkIdExistInQueue()
markRecordAsDeleteForAllCleints()
getSyncServerId()
deleteQueueRecords()
idmap_put()
idmap_create()
idmap_update()
idmap_delete()
idmap_updateMapDetails()
getDestinationHandleDetails()
register()
deregister()
put()
get()
map()
getQueueDeleteRecord()
convertToQueueRecordFormat()
idmap_get_serverId()
idmap_get_clientId()
Class: SyncServer - X-Ref
appid_with_key($key) X-Ref |
Lookup application id using the key provided. |
idmap_get_clientmap($appid, $serverids) X-Ref |
Retrieve serverid-clientid record map information for the given application and serverid |
idmap_get_clientservermap($appid,$clientids) X-Ref |
Retrieve serverid-clientid record map information for the given application and client |
idmap_storeRecordsInQueue($syncServerId,$recordDetails,$flag,$appid) X-Ref |
No description |
checkIdExistInQueue($syncServerId) X-Ref |
No description |
markRecordAsDeleteForAllCleints($recordValues) X-Ref |
No description |
getSyncServerId($clientId,$serverId,$clientAppId) X-Ref |
No description |
deleteQueueRecords($syncServerIdList) X-Ref |
No description |
idmap_put($appid, $serverid, $clientid,$clientModifiedTime,$serverModifiedTime,$serverAppId,$mode="save") X-Ref |
Create serverid-clientid record map for the application |
idmap_create($appid, $serverid, $clientid,$clientModifiedTime,$serverModifiedTime,$serverAppId) X-Ref |
param: $appid param: $serverid param: $clientid param: $modifiedTime |
idmap_update($appid, $serverid, $clientid,$clientModifiedTime,$serverModifiedTime,$serverAppId) X-Ref |
param: <type> $appid param: <type> $serverid param: <type> $clientid param: <type> $modifiedTime |
idmap_delete($appid, $serverid, $clientid,$serverAppId) X-Ref |
param: <type> $appid param: <type> $serverid param: <type> $clientid |
idmap_updateMapDetails($appid,$clientid,$clientModifiedTime,$serverModifiedTime) X-Ref |
No description |
getDestinationHandleDetails() X-Ref |
No description |
register($name,$type) X-Ref |
Register the application |
deregister($name, $key, $user) X-Ref |
Deregister the application |
put($key, $element, $user) X-Ref |
Handles Create/Update/Delete operations on record |
get($key, $module, $token, $user) X-Ref |
Share the Create/Update/Delete state information |
map($key, $element, $user) X-Ref |
Update the missing serverid-clientid map as requested from application |
getQueueDeleteRecord($appId) X-Ref |
No description |
convertToQueueRecordFormat($record,$flag) X-Ref |
No description |
idmap_get_serverId($clientid,$appId) X-Ref |
Retrieve serverid of record for the given client |
idmap_get_clientId($serverid,$appId) X-Ref |
Retrieve clientid of record for the given client |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |