|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jSyncManager.API.Protocol.Util.DLPBlock
org.jSyncManager.API.Protocol.Util.StdApps.AbstractAppBlock
org.jSyncManager.API.Protocol.Util.StdApps.ToDoListAppBlock
Application information block for the Palm ToDoList database.
| Field Summary | |
static byte |
SORT_BY_CATEGORY_THEN_DUEDATE
A value denoting that we should sort the databases records by category and then due date. |
static byte |
SORT_BY_CATEGORY_THEN_PRIORITY
A value denoting that we should sort the databases records by category and then priority. |
static byte |
SORT_BY_DUEDATE_THEN_PRIORITY
A value denoting that we should sort the databases records by due date and then priority. |
static byte |
SORT_BY_PRIORITY_THEN_DUEDATE
A value denoting that we should sort the databases records by priority then due date. |
| Fields inherited from class org.jSyncManager.API.Protocol.Util.StdApps.AbstractAppBlock |
categories, lastUniqueID, numCategories |
| Fields inherited from class org.jSyncManager.API.Protocol.Util.DLPBlock |
blockSize, data |
| Constructor Summary | |
ToDoListAppBlock()
ExpenseAppBlock default constructor. |
|
ToDoListAppBlock(DLPBlock block)
Construct a new ToDoList app block object using the data from the specified DLPBlork object. |
|
| Method Summary | |
protected void |
generateData()
Generate the raw data block from the existing fields. |
int |
getDirtyAppInfo()
Get the designator for Whether the app info has changed and needs to be refreshed. |
protected void |
parseFields()
Parse the data fields. |
void |
setDirtyAppInfo(int i)
Set the designator for whether the app info has changed and needs to be refreshed. |
| Methods inherited from class org.jSyncManager.API.Protocol.Util.StdApps.AbstractAppBlock |
findCategoryInfo, findCategoryInfoByName, findCategoryInfoObject, getCategories, getCategoryInfo, getLastUniqueID, getNumCategories, getSortOrder, setCategoryInfo, setLastUniqueID, setSortOrder |
| Methods inherited from class org.jSyncManager.API.Protocol.Util.DLPBlock |
getBlockSize, getData, setData, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final byte SORT_BY_DUEDATE_THEN_PRIORITY
public static final byte SORT_BY_PRIORITY_THEN_DUEDATE
public static final byte SORT_BY_CATEGORY_THEN_PRIORITY
public static final byte SORT_BY_CATEGORY_THEN_DUEDATE
| Constructor Detail |
public ToDoListAppBlock()
public ToDoListAppBlock(DLPBlock block)
block - a DLPBlock object containing an app block from the ToDo List database.| Method Detail |
protected void generateData()
generateData in class DLPBlockpublic int getDirtyAppInfo()
protected void parseFields()
parseFields in class DLPBlockpublic void setDirtyAppInfo(int i)
i - the new value for the dirtyAppInfo field.
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||