public interface OrderCommentRecordContrlCmd extends ControllerCommand
OrderCommentRecordContrlCmdImpl.
The OrderCommentRecord URL is mapped to this command by default.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The full name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getSubject()
This method gets the subjects of the email.
|
void |
setBusinesssChannelId(java.lang.Integer[] arrChannelId)
This method sets the channel id from which the order change comments come.
|
void |
setComments(java.lang.String[] arrComments)
This method sets the comments for the changed Order.
|
void |
setCsrId(java.lang.Long[] arrCSRId)
This method sets the customer service representative Id array.
|
void |
setField1(java.lang.Integer[] arrField1)
This method sets the Field1 array.
|
void |
setField2(java.lang.String[] arrField2)
This method sets the Field2 array.
|
void |
setField3(java.sql.Timestamp[] arrField3)
This method sets the Field3 array.
|
void |
setIsNotifyShopper(java.lang.String[] strings)
This method sets if send email to shopper.
|
void |
setOrderchangeReasonId(java.lang.Integer[] arrOrderChangeReason)
This method sets the order change reason Id array.
|
void |
setOrderId(java.lang.Long argOrderId)
This method sets the order id from which the order change comments come.
|
void |
setOrderVersion(java.lang.Short orderVersionNum)
This method sets the order version number which the order change comments are against.
|
void |
setReceiversEmailAddress(java.lang.String[] strings)
This method sets the email addresses of receivers.
|
void |
setSubject(java.lang.String[] argSubject)
This method sets the subjects of the email.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setOrderId(java.lang.Long argOrderId)
argOrderId - the order Id.void setOrderVersion(java.lang.Short orderVersionNum)
orderVersionNum - order version number.void setOrderchangeReasonId(java.lang.Integer[] arrOrderChangeReason)
arrOrderChangeReason - array of order change reason Id.void setComments(java.lang.String[] arrComments)
arrComments - the comments.void setBusinesssChannelId(java.lang.Integer[] arrChannelId)
arrChannelId - channel Id.void setCsrId(java.lang.Long[] arrCSRId)
arrCSRId - this is the array of customer service representative Idvoid setField1(java.lang.Integer[] arrField1)
arrField1 - array of field1.void setField2(java.lang.String[] arrField2)
arrField2 - array of Field2.void setField3(java.sql.Timestamp[] arrField3)
arrField3 - array of Field3.void setIsNotifyShopper(java.lang.String[] strings)
strings - if sent email to shopper.void setReceiversEmailAddress(java.lang.String[] strings)
strings - email addresses of receivers.void setSubject(java.lang.String[] argSubject)
argSubject - subjects of the email.java.lang.String[] getSubject()