local.tomas.mobile.sync.obj.desktop
Class OutlookTaskStore
java.lang.Object
local.tomas.mobile.sync.obj.desktop.OutlookSyncStore
local.tomas.mobile.sync.obj.desktop.OutlookRecurrableStore
local.tomas.mobile.sync.obj.desktop.OutlookTaskStore
- All Implemented Interfaces:
- SyncStore
public class OutlookTaskStore
- extends OutlookRecurrableStore
| Methods inherited from class local.tomas.mobile.sync.obj.desktop.OutlookSyncStore |
close, deleteObject, getCategories, getCategory, getChangeCounter, getChangeLog, getDatabaseId, getFieldDescriptions, getFolder, getInstance, getNormalizer, getObjects, getOutlookFolder, isChangeCounterSupported, isTimestampSupported, prepareItem, saveObject, setCategories, setCategory, setFolder, setInstance, setNormalizer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutlookTaskStore
public OutlookTaskStore()
setDaysBefore
public void setDaysBefore(int daysBefore)
setDaysAfter
public void setDaysAfter(int daysAfter)
getDefaultFolderId
protected int getDefaultFolderId()
- Specified by:
getDefaultFolderId in class OutlookSyncStore
getFieldDescriptions
public java.util.Collection<SyncFieldDescription> getFieldDescriptions()
- Specified by:
getFieldDescriptions in interface SyncStore- Overrides:
getFieldDescriptions in class OutlookRecurrableStore
checkTask
protected OutlookSyncTask checkTask(local.tomas.outlook.OutlookTask ci)
checkFolder
protected local.tomas.outlook.OutlookTask checkFolder(local.tomas.outlook.OutlookTask ci)
getObject
public SyncObject getObject(java.lang.String uid)
throws SyncException
- Throws:
SyncException
getAllObjects
public java.util.Map<java.lang.String,SyncObject> getAllObjects()
throws SyncException
- Throws:
SyncException
createObject
public SyncObject createObject()
throws SyncException
- Throws:
SyncException
saveObject
protected void saveObject(SyncObject object)
throws SyncException
- Specified by:
saveObject in class OutlookSyncStore
- Throws:
SyncException
deleteObject
protected void deleteObject(java.lang.String uid)
throws SyncException
- Specified by:
deleteObject in class OutlookSyncStore
- Throws:
SyncException
Copyright © 2007 null. All Rights Reserved.