|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XContactModule.Server
Server interface for the Contact Module API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
|---|
XAPIInterface.Client, XAPIInterface.Server |
| Method Summary | |
|---|---|
XContactInfo |
addContact(XContactAddInfo addInfo)Add a new Contact. |
void |
addContactToGroup(XObjectID userID, String groupName)Add a Contact to a Group. |
void |
addGroup(String groupName)Add a Group. |
XContactsInfo |
getContacts()Get all existing Contacts. |
void |
moveContactToGroup(XObjectID userID, String oldGroupName, String newGroupName)Move a Contact from one group to another. |
void |
removeContact(XObjectID userID)Remove a Contact. |
void |
removeContactFromGroup(XObjectID userID, String groupName)Remove a Contact from a Group. |
void |
removeGroup(String groupName)Remove a Group. |
void |
renameGroup(String oldGroupName, String newGroupName)Rename an existing Group. |
| Method Detail |
|---|
XContactsInfo getContacts()
XContactInfo addContact(XContactAddInfo addInfo)
addInfo - The User to add. Must NOT be an existing Contact.void removeContact(XObjectID userID)
userID - The User to remove. Must already be a Contact.void addGroup(String groupName)
groupName - The Group's name. Must not exist.
void renameGroup(String oldGroupName,
String newGroupName)
oldGroupName - The old Group name. Must already exist.newGroupName - The new Group name. Must not exist.void removeGroup(String groupName)
groupName - The Group's name. Must already exist.
void addContactToGroup(XObjectID userID,
String groupName)
userID - The Contact. Must already be a Contact.groupName - The Group name. Must exist.
void moveContactToGroup(XObjectID userID,
String oldGroupName,
String newGroupName)
userID - The Contact. Must already be a Contact.oldGroupName - The old Group name. Must exist.newGroupName - The new Group name. Must exist.
void removeContactFromGroup(XObjectID userID,
String groupName)
userID - The Contact. Must already be a Contact.groupName - The Group name. Must exist.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||