com.ibm.commerce.returns.commands

Class ReturnItemComponentUpdateCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, ReturnItemComponentUpdateCmd, Protectable, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class ReturnItemComponentUpdateCmdImpl
    extends ReturnBaseCmdImpl
    implements ReturnItemComponentUpdateCmd
    Default implementation of the controller command ReturnItemComponentUpdateCmd interface. Command to update the component of a return merchandise authorization (RMA) item.

    Parameters

    RMAItemId_i (optional)
    Identifier of the RMA Item is to be changed.
    RMAItemCmpId_i (optional)
    Identifier of the RMA item component is to be changed.
    receive_i
    Whether the item component should be received from the customer ('N', 'Y'). Changes the SHOULDRECEIVE column of table RMAITEMCMP.
    serialNumber_i
    The serial number associated with this RMA item component. Changes the SERIALNUM column of table RMASERIAL.
    received_i
    Whether the item component has been received from the customer ('N', 'Y'). Changes the RECEIVED column of table RMASERIAL.
    URL (mandatory)
    URL to redirect to.
    storeId (mandatory)
    Identifier of the store that owns the RMA.
    SNdelete
    If SNdelte, the serial numbers which are not in the request properties will be removed
    All parameters ending with the same _i are grouped together. This way you can change multiple RMA item components at once.

    Behaviour

    • For each RMA item component specified, the receive value of the component is set, if specified.

    Utilizes these access beans

    See Also:
    Serialized Form