|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vodafone360.people.engine.contactsync.DefaultProcessorFactory
public class DefaultProcessorFactory
The DefaultProcessorFactory implements the
ProcessorFactory interface and is the default factory used by
the ContactSyncEngine.
ProcessorFactory,
ContactSyncEngine| Field Summary |
|---|
| Fields inherited from interface com.vodafone360.people.engine.contactsync.ProcessorFactory |
|---|
DOWNLOAD_SERVER_CONTACTS, DOWNLOAD_SERVER_THUMBNAILS, FETCH_NATIVE_CONTACTS, SET_ME_PROFILE_STATUS, SYNC_ME_PROFILE, UPDATE_NATIVE_CONTACTS, UPLOAD_SERVER_CONTACTS, UPLOAD_SERVER_THUMBNAILS |
| Constructor Summary | |
|---|---|
DefaultProcessorFactory()
|
|
| Method Summary | |
|---|---|
BaseSyncProcessor |
create(int type,
IContactSyncCallback callback,
DatabaseHelper dbHelper,
Context context,
ContentResolver cr)
Creates a suitable processor for a required contact sync activity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultProcessorFactory()
| Method Detail |
|---|
public BaseSyncProcessor create(int type,
IContactSyncCallback callback,
DatabaseHelper dbHelper,
Context context,
ContentResolver cr)
create in interface ProcessorFactorytype - the type of the processor to createcallback - the observer of processor statedbHelper - the database helper to usecontext - the context to usecr - the content resolver to use
BaseSyncProcessor implementation of the requested
typeProcessorFactory.create(int, IContactSyncCallback, DatabaseHelper,
Context, ContentResolver)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc