|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.enough.polish.pim.PimChangeRegistry
public class PimChangeRegistry
Stores information needed to identify changes made to PIMItems held in a PIMList. This information includes the item's unique identifier, UID, the type of item (Contact, Event or ToDo) as well as the type of modification made (added, modified or removed)
| Constructor Summary | |
|---|---|
PimChangeRegistry()
constructor to initialize pim change listener |
|
| Method Summary | |
|---|---|
PimContact[] |
getAllAddedContacts()
Returns all PIM contacts added outside the application. |
CalendarEntry[] |
getAllAddedEvents()
Returns all PIM events added outside of application. |
PimToDo[] |
getAllAddedToDos()
Returns all PIM ToDos added outside of application. |
PimContact[] |
getAllModifiedContacts()
Returns all PIM contacts modified outside of application. |
CalendarEntry[] |
getAllModifiedEvents()
Returns all PIM events modified outside of application. |
PimToDo[] |
getAllModifiedToDos()
Returns all PIM ToDos modified outside of application. |
void |
getAllRemovedContacts()
Returns all PIM contacts removed outside of application. |
void |
getAllRemovedEvents()
Returns all PIM events removed outside of application. |
void |
getAllRemovedToDos()
Returns all PIM ToDos removed outside of application. |
void |
updateSnapShot()
method synchronize local snapshot of PIM items with actual PIM database |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PimChangeRegistry()
| Method Detail |
|---|
public PimContact[] getAllAddedContacts()
public PimContact[] getAllModifiedContacts()
public void getAllRemovedContacts()
public CalendarEntry[] getAllAddedEvents()
public CalendarEntry[] getAllModifiedEvents()
public void getAllRemovedEvents()
public PimToDo[] getAllAddedToDos()
public PimToDo[] getAllModifiedToDos()
public void getAllRemovedToDos()
public void updateSnapShot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||