|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vodafone360.people.engine.contactsync.ContactSyncUtils
public class ContactSyncUtils
| Constructor Summary | |
|---|---|
ContactSyncUtils()
|
|
| Method Summary | |
|---|---|
static int |
findIdInOrderedList(int nativeContactId,
java.util.List<NativeChangeLogTable.ContactChangeInfo> list)
Utility function to search the given ContactChangeInfo list for an item with the specified Native Contact ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContactSyncUtils()
| Method Detail |
|---|
public static int findIdInOrderedList(int nativeContactId,
java.util.List<NativeChangeLogTable.ContactChangeInfo> list)
nativeContactId - Native contact ID to search for in given list.list - List of deleted contacts taken from the NativeChangeLog
table.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc