<< Click to Display Table of Contents >>
Editing groups and users
Method Detail
modifyGroupName
public String modifyGroupName(String groupID, String gName) throws OZCPException
指定したユーザーIDに該当するユーザー名を変更して変更結果を返します。
Parameters
groupID:グループ名を変更するグループID
gName:変更するグループ名
modifyGroupDesc
public boolean modifyGroupDesc(String groupID, String desc) throws OZCPException
指定したユーザーIDに該当するユーザーの説明を変更して変更結果を返します。
Parameters
groupID:グループの説明を変更するグループID
desc:変更するグループの説明
modifyUserName
public String modifyUserName(String userID, String userName) throws OZCPException
指定したユーザーIDに該当するユーザー名を変更して変更結果を返します。
Parameters
userID:ユーザーID
userName:変更するユーザー名
modifyUserPassword
public boolean modifyUserPassword(String userID, String old_password, String new_password) throws OZCPException
指定したユーザーIDに該当するユーザーのパスワードを変更して変更結果を返します。
Parameters
userID:ユーザーID
old_password:変更前パスワード
new_password:変更後パスワード
modifyUserDesc
public boolean modifyUserDesc(String userID, String desc) throws OZCPException
指定したユーザーIDに該当するユーザーの説明内容を変更して変更結果を返します。
Parameters
userID:ユーザーID
desc:変更する説明内容
transferGroup
public boolean transferGroup(String groupID, String target_GroupID) throws OZCPException
指定したグループを他のグループに移動してグループの移動結果を取得します。
Parameters
groupID:グループを移動するグループID
target_groupID:移動するグループID
transferUser
public boolean transferUser(String userID, String target_GroupID) throws OZCPException
指定したユーザーのグループを移動してグループの移動結果を取得します。
Parameters
userID:グループを移動するユーザーID
target_groupID:移動するグループID