| Constructor and Description | 
|---|
BMBackend(ISyncStorage store)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
acknowledgeRemoteWipe(BackendSession bs)  | 
void | 
clearInternalState(BackendSession bs)
Called when the EAS request finishes 
 | 
IContentsExporter | 
getContentsExporter(BackendSession bs)  | 
IContentsImporter | 
getContentsImporter(java.lang.Integer collectionId,
                   BackendSession bs)  | 
IHierarchyExporter | 
getHierarchyExporter(BackendSession bs)  | 
IHierarchyImporter | 
getHierarchyImporter(BackendSession bs)  | 
java.lang.String | 
getPictureBase64(BackendSession bs,
                int photoId)  | 
MSUser | 
getUser(java.lang.String loginAtDomain,
       java.lang.String password)  | 
void | 
initInternalState(BackendSession bs)
Called on EAS request start 
 | 
void | 
purgeSessions()  | 
public BMBackend(ISyncStorage store)
public IHierarchyImporter getHierarchyImporter(BackendSession bs)
getHierarchyImporter in interface IBackendpublic IHierarchyExporter getHierarchyExporter(BackendSession bs)
getHierarchyExporter in interface IBackendpublic IContentsImporter getContentsImporter(java.lang.Integer collectionId, BackendSession bs)
getContentsImporter in interface IBackendpublic IContentsExporter getContentsExporter(BackendSession bs)
getContentsExporter in interface IBackendpublic MSUser getUser(java.lang.String loginAtDomain, java.lang.String password) throws ActiveSyncException
getUser in interface IBackendActiveSyncExceptionpublic java.lang.String getPictureBase64(BackendSession bs, int photoId)
getPictureBase64 in interface IBackendpublic void acknowledgeRemoteWipe(BackendSession bs)
acknowledgeRemoteWipe in interface IBackendpublic void initInternalState(BackendSession bs)
IBackendinitInternalState in interface IBackendpublic void clearInternalState(BackendSession bs)
IBackendclearInternalState in interface IBackendpublic void purgeSessions()
purgeSessions in interface IBackendCopyright © 2021. All Rights Reserved.