public interface CheckCurrentUserInMemberGroupCmd extends TaskCommand, Evaluator
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 |
---|---|
boolean | getResult()
Returns true if the current user belongs to the specified member group.
|
void | setMemberGroupAccessBean(MemberGroupAccessBean memberGroupAccessBean)
Sets the member group access bean.
|
void | setMemberGroupCondition(Condition memberGroupCondition)
Sets the condition object.
|
void | setMemberGroupExplicitMembersFromCache(boolean memberGroupExplicitMembersFromCache)
Sets the flag that indicates whether the explicit members of the member group should be retrieved from the SegmentCache object or not.
|
void | setMemberGroupName(java.lang.String memberGroupName)
Sets the member group name.
|
void | setMemberGroupOwnerId(java.lang.Long memberGroupOwnerId)
Sets the owner of the member group.
|
static final java.lang.String COPYRIGHT
static final java.lang.String Name
static final java.lang.String defaultCommandClassName
void setMemberGroupName(java.lang.String memberGroupName)
void setMemberGroupOwnerId(java.lang.Long memberGroupOwnerId)
void setMemberGroupAccessBean(MemberGroupAccessBean memberGroupAccessBean)
void setMemberGroupCondition(Condition memberGroupCondition)
void setMemberGroupExplicitMembersFromCache(boolean memberGroupExplicitMembersFromCache)
boolean getResult()