|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quadrique.jbuildingblocks.core.google.contacts.JbbGContacts
public class JbbGContacts
| Method Summary | |
|---|---|
com.google.gdata.data.contacts.ContactEntry |
getContactInternal(JbbGContactsUser gUser,
String id)
Gets a contact by its id. |
com.google.gdata.data.contacts.ContactGroupEntry |
getGroupInternal(JbbGContactsUser gUser,
String id)
Gets a Group by its id. |
List<com.google.gdata.data.contacts.ContactGroupEntry> |
listContactGroups(JbbGContactsUser gUser)
List Group entries (no parameter are taken into account) Note! only 25 results will be returned - this is default. |
List<com.google.gdata.data.contacts.ContactEntry> |
listContacts(JbbGContactsUser gUser)
List Contacts entries (no parameter are taken into account) Note! only 25 results will be returned - this is default. |
static JbbGContacts |
newInstance()
|
List<com.google.gdata.data.contacts.ContactGroupEntry> |
queryContactGroups(JbbGContactsUser gUser,
JbbGContactsQuery queryParameters)
Query Contacts entries according to parameters specified. |
List<com.google.gdata.data.contacts.ContactEntry> |
queryContacts(JbbGContactsUser gUser,
JbbGContactsQuery queryParameters)
Query Contacts entries according to parameters specified. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JbbGContacts newInstance()
public com.google.gdata.data.contacts.ContactEntry getContactInternal(JbbGContactsUser gUser,
String id)
throws IOException,
com.google.gdata.util.ServiceException
id - the id of the contact.
IOException
com.google.gdata.util.ServiceException
public com.google.gdata.data.contacts.ContactGroupEntry getGroupInternal(JbbGContactsUser gUser,
String id)
throws IOException,
com.google.gdata.util.ServiceException
id - the id of the group.
IOException
com.google.gdata.util.ServiceException
public List<com.google.gdata.data.contacts.ContactEntry> listContacts(JbbGContactsUser gUser)
throws IOException,
com.google.gdata.util.ServiceException
JbbGContactsUser -
IOException
com.google.gdata.util.ServiceException
public List<com.google.gdata.data.contacts.ContactGroupEntry> listContactGroups(JbbGContactsUser gUser)
throws IOException,
com.google.gdata.util.ServiceException
JbbGContactsUser -
IOException
com.google.gdata.util.ServiceException
public List<com.google.gdata.data.contacts.ContactEntry> queryContacts(JbbGContactsUser gUser,
JbbGContactsQuery queryParameters)
throws IOException,
com.google.gdata.util.ServiceException
JbbGContactsUser - googleUserJbbGCOntactsQuery -
IOException
com.google.gdata.util.ServiceException
public List<com.google.gdata.data.contacts.ContactGroupEntry> queryContactGroups(JbbGContactsUser gUser,
JbbGContactsQuery queryParameters)
throws IOException,
com.google.gdata.util.ServiceException
JbbGContactsUser - googleUserJbbGCOntactsQuery -
IOException
com.google.gdata.util.ServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||