This interface must be implemented to provide a task command that checks to see if the current user belongs to a specified member group. 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 | |
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. |
Methods inherited from interface com.ibm.commerce.condition.Evaluator |
evaluate, evaluate |
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 setMemberGroupName(java.lang.String memberGroupName)
public void setMemberGroupOwnerId(java.lang.Long memberGroupOwnerId)
public void setMemberGroupAccessBean(MemberGroupAccessBean memberGroupAccessBean)
public void setMemberGroupCondition(Condition memberGroupCondition)
public void setMemberGroupExplicitMembersFromCache(boolean memberGroupExplicitMembersFromCache)
public boolean getResult()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.