com.ibm.commerce.returns.commands
Interface CalculateReturnAdjustmentPolicyCmd
- All Superinterfaces:
- BusinessPolicyCommand, ECCommand, TaskCommand
- All Known Implementing Classes:
- CalculateReturnAdjustmentNonePolicyCmdImpl
- public interface CalculateReturnAdjustmentPolicyCmd
- extends BusinessPolicyCommand
Interface for the command used for calculating the adjustment for a return mechandise authorization (RMA) based on policy.
Method Summary |
void |
setRMAAB(RMAAccessBean anRMAAB)
Set the RMA access bean which will have its adjustment updated. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setRMAAB
public void setRMAAB(RMAAccessBean anRMAAB)
- Set the RMA access bean which will have its adjustment updated.
- Parameters:
anRMAAB
- The RMA access bean.