This interface must be implemented to provide a task command that lists the member groups to which a user belongs. Different implementations of this interface can be provided for different stores.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright. |
static java.lang.String | defaultCommandClassName The name of the default implementation of this interface. |
static java.lang.String | Name The name of this interface. |
Method Summary | |
java.lang.Long[] | getMemberGroupIds() Returns the IDs of the member groups to which the specified user belongs. |
java.lang.String[] | getMemberGroups() Returns the names of the member groups to which the specified user belongs. |
void | setMemberGroupUsageTypeId(java.lang.Integer memberGroupUsageTypeId) Sets the member group usage type ID. |
void | setUser(UserAccessBean user) Sets the user access bean. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String Name
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setUser(UserAccessBean user)
public void setMemberGroupUsageTypeId(java.lang.Integer memberGroupUsageTypeId)
public java.lang.String[] getMemberGroups()
public java.lang.Long[] getMemberGroupIds()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.