|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccGroup
public class AccGroup
The IAccGroup interface represents a group of buddies.
| Method Summary | |
|---|---|
AccUser |
getBuddyByIndex(int position)
Retrieves a specific user by position in the group. |
AccUser |
getBuddyByName(java.lang.String name)
Finds a user by name in the group. |
int |
getBuddyCount()
Gets the number of users in the group. |
int |
getBuddyPosition(AccUser user)
Get the user position given a user object. |
boolean |
getCollapsed()
Whether the group is collapsed |
java.lang.String |
getName()
Gets the name of the group. |
int |
getOnlineCount()
The number of online buddies in the group |
boolean |
getReadOnly()
Whether the group is read-only |
boolean |
getRecentBuddies()
Whether the group is the "recent buddies" group |
AccSession |
getSession()
The IAccSession associated with the IAccGroup |
boolean |
getShared()
Whether the group is "shared" |
boolean |
getSmart()
Whether the group is a smart group |
java.lang.String |
getSynchronizedStorageName()
If synched with a database, the storage name |
java.lang.String |
getSynchronizedStorageType()
If synched with a database, the storage type |
AccUser |
insertBuddy(java.lang.String user,
int position)
Inserts a new user in the group. Specify -1 for position to add to the end of the group. |
void |
moveBuddy(int fromPosition,
int toPosition)
Move user from one position in the group to another position. |
void |
removeBuddy(int position)
Removes a user from the group. |
void |
setCollapsed(boolean Collapsed)
Whether the group is collapsed |
void |
setName(java.lang.String name)
Sets the name of the group. |
void |
setSynchronizedStorageName(java.lang.String SynchronizedStorageName)
If synched with a database, the storage name |
void |
setSynchronizedStorageType(java.lang.String SynchronizedStorageType)
If synched with a database, the storage type |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
throws AccException
AccException
public void setName(java.lang.String name)
throws AccException
AccException
public int getBuddyCount()
throws AccException
AccException
public AccUser getBuddyByIndex(int position)
throws AccException
AccException
public int getBuddyPosition(AccUser user)
throws AccException
AccException
public AccUser insertBuddy(java.lang.String user,
int position)
throws AccException
AccException
public void removeBuddy(int position)
throws AccException
AccException
public void moveBuddy(int fromPosition,
int toPosition)
throws AccException
AccException
public AccUser getBuddyByName(java.lang.String name)
throws AccException
AccException
public AccSession getSession()
throws AccException
AccException
public int getOnlineCount()
throws AccException
AccException
public boolean getCollapsed()
throws AccException
AccException
public void setCollapsed(boolean Collapsed)
throws AccException
AccException
public boolean getShared()
throws AccException
AccException
public boolean getRecentBuddies()
throws AccException
AccException
public boolean getSmart()
throws AccException
AccException
public boolean getReadOnly()
throws AccException
AccException
public java.lang.String getSynchronizedStorageType()
throws AccException
AccException
public void setSynchronizedStorageType(java.lang.String SynchronizedStorageType)
throws AccException
AccException
public java.lang.String getSynchronizedStorageName()
throws AccException
AccException
public void setSynchronizedStorageName(java.lang.String SynchronizedStorageName)
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||