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 IBackend
public IHierarchyExporter getHierarchyExporter(BackendSession bs)
getHierarchyExporter
in interface IBackend
public IContentsImporter getContentsImporter(java.lang.Integer collectionId, 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 clearInternalState(BackendSession bs)
IBackend
clearInternalState
in interface IBackend
public void purgeSessions()
purgeSessions
in interface IBackend
Copyright © 2021. All Rights Reserved.