This interface must be implemented to provide a task command that adds a member to a 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 | |
---|---|
java.lang.Long |
getMemberGroupId() Return the member group ID of the member group that is duplicated. |
java.lang.Long |
getOrigMemberGroupId() Return the member group ID to be duplicated. |
void |
setMbrGrpDescription(java.lang.String description) Sets new member group description. |
void |
setMbrGrpName(java.lang.String name) Sets new member group name. |
void |
setMemberGroupId(java.lang.Long memberGroupId)
Sets the member group ID to be duplicated. |
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 setMemberGroupId(java.lang.Long memberGroupId)
memberGroupId
- The ID of the member
group.public void setMbrGrpName(java.lang.String name)
name
- The name of new member group.public void setMbrGrpDescription(java.lang.String description)
description
- The description of new member
group.public java.lang.Long getOrigMemberGroupId()
public java.lang.Long getMemberGroupId()