public interface RefreshExpiredRMAItemsCmd extends TaskCommand
Output
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName
The default implementation class name is
"com.ibm.commerce.returns.commands.RefreshExpiredRMAItemsCmdImpl" .
|
static java.lang.String |
NAME
The name of this interface is
"com.ibm.commerce.returns.commands.RefreshExpiredRMAItemsCmd".
|
Modifier and Type | Method and Description |
---|---|
boolean |
getRMAItemExpired()
This method returns whether any RMA item was expired on the RMA.
|
void |
setRMAAB(RMAAccessBean rmaAB)
This method sets the RMA being accessed.
|
void |
setRMAItemABVector(java.util.Vector RMAItemABs)
This method sets the RMA items to evaluate for RMA approval
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
boolean getRMAItemExpired()
void setRMAAB(RMAAccessBean rmaAB)
rmaAB
- the RMA access bean.void setRMAItemABVector(java.util.Vector RMAItemABs)
RMAItemABs
- vector of RMA item access beans.