| Constructor and Description | 
|---|
BMBackend(ISyncStorage store)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
acknowledgeRemoteWipe(BackendSession bs)  | 
IContentsExporter | 
getContentsExporter(BackendSession bs)  | 
IContentsImporter | 
getContentsImporter(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(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 purgeSessions()
purgeSessions in interface IBackendCopyright © 2023. All Rights Reserved.