public interface ListUsersInMemberGroupCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getQuery()
Returns the SQL query used to generate the list of members in the group.
|
java.lang.String[] | getUserIds()
Returns the ID for the users that belong to the specified member group.
|
UserAccessBean[] | getUsers()
Returns the user access beans for the users that belong to the specified member group.
|
void | setAdditionalAndCondition(Condition condition)
Adds an additonal condition that must also be met on top of the conditions outlined in the member group rules.
|
void | setMemberGroupAccessBean(MemberGroupAccessBean memberGroupAccessBean)
Sets the member group access bean.
|
void | setMemberGroupIds(java.lang.String[] mbrGrpIds, java.lang.String anyOrAll)
This method sets the additonal member group IDs of the customer segments to which to return the list of users.
|
void | setMemberGroupName(java.lang.String memberGroupName)
Sets the member group name.
|
void | setMemberGroupOwnerId(java.lang.Long ownerId)
Sets the owner of the member group.
|
void | setOrgEntityIds(java.lang.Long[] orgEntityIds)
Sets the organization IDs.
|
void | setQueryOnly(boolean flag)
Defers executing the query generated for querying members of the group to the caller.
|
void | setQueryWrapper(java.lang.String queryWrapper)
Wraps the query used to determine the members of the group with the passed parameter.
|
static final java.lang.String COPYRIGHT
static final java.lang.String Name
static final java.lang.String defaultCommandClassName
java.lang.String[] getUserIds()
UserAccessBean[] getUsers()
void setMemberGroupAccessBean(MemberGroupAccessBean memberGroupAccessBean)
void setMemberGroupName(java.lang.String memberGroupName)
void setMemberGroupOwnerId(java.lang.Long ownerId)
void setOrgEntityIds(java.lang.Long[] orgEntityIds)
void setAdditionalAndCondition(Condition condition)
void setQueryWrapper(java.lang.String queryWrapper)
void setQueryOnly(boolean flag)
java.lang.String getQuery()
void setMemberGroupIds(java.lang.String[] mbrGrpIds, java.lang.String anyOrAll)