local.tomas.mobile.sync.obj.mobile
Class IrMCVCardStore
java.lang.Object
local.tomas.mobile.sync.obj.mobile.IrMCSyncStore
local.tomas.mobile.sync.obj.mobile.IrMCVCardStore
- All Implemented Interfaces:
- SyncStore
- Direct Known Subclasses:
- IrMCContactStore, IrMCEventStore, IrMCTaskStore
public abstract class IrMCVCardStore
- extends IrMCSyncStore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IrMCVCardStore
public IrMCVCardStore()
createObject
protected abstract IrMCSyncObject createObject(local.tomas.vcard.VCard vCard)
getInfoLog
protected local.tomas.irmc.IrMCInfoLog getInfoLog()
throws SyncException
- Throws:
SyncException
getObjectConverterFactory
public ObjectConverterFactory getObjectConverterFactory()
setObjectConverterFactory
public void setObjectConverterFactory(ObjectConverterFactory objectConverterFactory)
isChangeCounterSupported
public boolean isChangeCounterSupported()
throws SyncException
- Throws:
SyncException
isTimestampSupported
public boolean isTimestampSupported()
throws SyncException
- Throws:
SyncException
getDatabaseId
public java.lang.String getDatabaseId()
throws SyncException
- Throws:
SyncException
getFieldDescriptions
public java.util.Collection<SyncFieldDescription> getFieldDescriptions()
throws SyncException
- Throws:
SyncException
getObject
public SyncObject getObject(java.lang.String uid)
throws SyncException
- Throws:
SyncException
getObjects
public java.util.Map<java.lang.String,SyncObject> getObjects(java.lang.String[] uids)
throws SyncException
- Throws:
SyncException
getAllObjects
public java.util.Map<java.lang.String,SyncObject> getAllObjects()
throws SyncException
- Throws:
SyncException
saveObject
public java.lang.Long saveObject(SyncObject object,
java.lang.Long maxChangeCounter)
throws SyncException
- Throws:
SyncException
deleteObject
public java.lang.Long deleteObject(java.lang.String uid,
boolean hard,
java.lang.Long maxChangeCounter)
throws SyncException
- Throws:
SyncException
createObject
public SyncObject createObject()
throws SyncException
- Throws:
SyncException
Copyright © 2007 null. All Rights Reserved.