public interface ParticipantAddCmd
extends com.ibm.commerce.command.ControllerCommand
ParticipantAddCmdImpl
.
The ParticipantAdd
URL is mapped to this command by default.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The name of the default implementation class.
|
static java.lang.String |
NAME
The name of this interface.
|
Modifier and Type | Method and Description |
---|---|
void |
setInfo(java.lang.String info)
Sets information of the participant
|
void |
setMemberId(java.lang.Long memberId)
Sets member ID of the participant.
|
void |
setRole(java.lang.String role)
Sets the role type of the participant.
|
void |
setTcId(java.lang.Long tcId)
Sets ID of the term and condition to which the participant will be added
|
void |
setTradingId(java.lang.Long tradingId)
Sets ID of the trading agreement to which the participant will be added
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setInfo(java.lang.String info)
info
- a string of information for the participantvoid setMemberId(java.lang.Long memberId)
memberId
- the member ID of the participantvoid setRole(java.lang.String role)
role
- the type of the participant rolevoid setTcId(java.lang.Long tcId)
tcId
- term condition IDvoid setTradingId(java.lang.Long tradingId)
tradingId
- the trading agreement ID