com.ibm.commerce.returns.commands

Interface ResolveReturnItemInventoryQuantityCmd

  • 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:
    ResolveReturnItemInventoryQuantityCmdImpl


    public interface ResolveReturnItemInventoryQuantityCmd
    extends TaskCommand
    The default implementation of this command is ResolveReturnItemInventoryQuantityCmdImpl. This command is used to resolve the return item inventory quantity.

    Behavior:

    Sets the RMA item access bean. Returns:
    • the RMA item inventory quantity
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        The name of this interface is "com.ibm.commerce.returns.commands.ResolveReturnItemInventoryQuantityCmd".
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class is "com.ibm.commerce.returns.commands.ResolveReturnItemInventoryQuantityCmdImpl".
        See Also:
        Constant Field Values
    • Method Detail

      • setRMAItemAccessBean

        void setRMAItemAccessBean(RMAItemAccessBean rmaItemAB)
        This method sets the RMA item access bean.
        Parameters:
        rmaItemAB - The RMA item access bean.
      • getInventoryQuantity

        java.lang.Integer getInventoryQuantity()
        This method gets the inventory quantity which will be set into the RMA item access bean.
        Returns:
        the inventory quantity of RMA item access bean.