public interface CalculateRMAItemTotalCreditCmd extends TaskCommand
CalculateRMAItemTotalCreditCmdImpl
.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 for this command interface.
|
static java.lang.String |
NAME
The name of this command interface.
|
Modifier and Type | Method and Description |
---|---|
RMAItemAccessBean |
getRMAItem()
This method returns the RMAItemAccessBean object.
|
void |
setRMAItem(RMAItemAccessBean abRMAItem)
This method sets the RMAItem access bean whose total credit needs to be calculated.
|
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 NAME
static final java.lang.String defaultCommandClassName
void setRMAItem(RMAItemAccessBean abRMAItem)
abRMAItem
- the RMAItemAccessBean object.RMAItemAccessBean getRMAItem()