com.ibm.commerce.returns.commands
Interface CalculateRMAItemTotalCreditCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- CalculateRMAItemTotalCreditCmdImpl, VATCalculateRMAItemTotalCreditCmdImpl
public interface CalculateRMAItemTotalCreditCmd extends TaskCommand
This task command is used to calculate total credit of RMA item. The default implementation of this command isCalculateRMAItemTotalCreditCmdImpl
.
-
-
Field Summary
Fields 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.
-
Method Summary
All Methods Instance Methods Abstract Methods 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.-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The name of this command interface.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The name of the default implementation class for this command interface.- See Also:
- Constant Field Values
-
-
Method Detail
-
setRMAItem
void setRMAItem(RMAItemAccessBean abRMAItem)
This method sets the RMAItem access bean whose total credit needs to be calculated.- Parameters:
abRMAItem
- the RMAItemAccessBean object.
-
getRMAItem
RMAItemAccessBean getRMAItem()
This method returns the RMAItemAccessBean object.- Returns:
- RMAItemAccessBean object.
-
-