com.ibm.commerce.returns.commands
Interface AutoApproveReturnItemPolicyCmd
- All Superinterfaces:
- BusinessPolicyCommand, ECCommand, TaskCommand
- All Known Implementing Classes:
- AutoApproveReturnItemByDaysPolicyCmdImpl
- public interface AutoApproveReturnItemPolicyCmd
- extends BusinessPolicyCommand
Interface for the command used for determining if a return mechandise authorization (RMA) item may be approved programatically (policy).
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
getRMAItemDenyReasonList
public java.util.List getRMAItemDenyReasonList()
- Get the list of deny reasons for this RMA item.
- Returns:
- The list of RMA item deny reasons.
setRMAItemAB
public void setRMAItemAB(RMAItemAccessBean RMAItemAB)
- Set the RMA item being accessed.
- Parameters:
RMAitemAB
- The RMA item access bean.
setRMAItemDenyReasonList
public void setRMAItemDenyReasonList(java.util.List RMAItemDenyReasonList)
- Set the list of deny reason codes for this RMA item.
- Parameters:
RMAItemDenyReasonList
- The list of deny reason codes applicable to this RMA item.