<< Click to Display Table of Contents >>
IOZGroupInfo
This interface provides group information.
Method Detail
isGroupAdmin
public boolean isGroupAdmin(String userID)
指定したユーザーIDが該当グループの管理者であるかを確認します。
Parameters:
userID : ユーザーID
getGroupAdminList
public HashMap getGroupAdminList()
該当グループの管理者情報を取得します。
管理者情報は"key=ユーザーID, value=ユーザー名"で構成されたHashMapで返されます。
getGroupID
public String getGroupID()
該当グループのグループIDを取得します。
getGroupName
public String getGroupName()
該当グループのグループ名を取得します。
getParentGroupID
public String getParentGroupID()
該当グループの上位グループIDを取得します。
getParentGroupName
public String getParentGroupName()
該当グループの上位グループ名を取得します。
getDesc
public String getDesc()
該当グループの説明内容を取得します。
getUpdateTime
public long getUpdateTime()
該当グループを更新した時間情報を取得します。