<< Click to Display Table of Contents >>
Getting group and user permissions
Method Detail
getGroupAuthToCategory
public int getGroupAuthToCategory(String categoryID, String groupID) throws OZCPException
指定したカテゴリーに対する指定したグループのグループ権限を取得します。
Parameters:
categoryID : 権限情報を取得するカテゴリーID
groupID : グループID
getGroupListAuthToCategory
public IOZGroupInfoList getGroupListAuthToCategory(String categoryID, int perm) throws OZCPException
指定したカテゴリーIDに対してperm以上の権限を持つ全てのユーザー情報を取得します。
Parameters:
categoryID : 権限情報を取得するカテゴリーID
perm : 権限情報
getGroupAuthToItem
public int getGroupAuthToItem(String groupID, String itemID) throws OZCPException
指定したアイテムIDに対する指定したグループIDの権限情報を取得します。
Parameters:
groupID : グループID
itemID : アイテムID
getGroupListAuthToItem
public IOZGroupInfoList getGroupListAuthToItem(String itemID, int perm) throws OZCPException
指定したアイテムIDに対してperm以上の権限が付与された全てのグループ情報を取得します。
Parameters:
itemID : アイテムID
perm : 権限情報
getUserAuthToCategory
public int getUserAuthToCategory(String userID, String categoryID) throws OZCPException
指定したカテゴリーIDに対する指定したユーザーIDの権限情報を取得します。
Parameters:
userID : ユーザーID
categoryID : カテゴリーID
getUserListAuthToCategory
public IOZUserInfoList getUserListAuthToCategory(String categoryID, int perm) throws OZCPException
指定したカテゴリーIDに対してperm以上の権限が付与された全てのユーザー情報を取得します。
Parameters:
categoryID : カテゴリーID
perm : 権限情報
getUserAuthToItem
public int getUserAuthToItem(String userID, String itemID) throws OZCPException
指定したアイテムに対するユーザーの権限情報を取得します。
Parameters:
userID : ユーザーID
itemID : アイテムID
perm : 権限情報
getUserListAuthToItem
public IOZUserInfoList getUserListAuthToItem(String itemID, int perm) throws OZCPException
指定したアイテムに対するユーザーの権限がperm以上の全てのアイテム情報を取得します。
Parameters:
itemID : アイテムID
perm : 権限情報