<< Click to Display Table of Contents >>

IOZGroupInfo

This interface provides group information.


Method Detail

isGroupAdmin

public boolean isGroupAdmin(String userID)

Gets whether the designated user ID is the administrator of the group.

Parameters:

userID - User ID

getGroupAdminList

public HashMap getGroupAdminList()

Gets the GroupAdminList of the group.

getGroupID

public String getGroupID()

Gets the ID of the group.

getGroupName

public String getGroupName()

Gets the name of the group.

getParentGroupID

public String getParentGroupID()

Gets the parent group ID of the group.

getParentGroupName

public String getParentGroupName()

Gets the parent group name of the group.

getDesc

public String getDesc()

Gets the description of the group.

getUpdateTime

public long getUpdateTime()

Gets the update time of the group.