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 IBackend
public IHierarchyExporter getHierarchyExporter(BackendSession bs)
getHierarchyExporter
in interface IBackend
public IContentsImporter getContentsImporter(BackendSession bs)
getContentsImporter
in interface IBackend
public IContentsExporter getContentsExporter(BackendSession bs)
getContentsExporter
in interface IBackend
public MSUser getUser(java.lang.String loginAtDomain, java.lang.String password) throws ActiveSyncException
getUser
in interface IBackend
ActiveSyncException
public java.lang.String getPictureBase64(BackendSession bs, int photoId)
getPictureBase64
in interface IBackend
public void acknowledgeRemoteWipe(BackendSession bs)
acknowledgeRemoteWipe
in interface IBackend
public void initInternalState(BackendSession bs)
IBackend
initInternalState
in interface IBackend
public void purgeSessions()
purgeSessions
in interface IBackend
Copyright © 2021. All Rights Reserved.