com.ibm.commerce.inventory.commands

Interface ExpectedInventoryRecordCloseCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, ToolsControllerCommand
    All Known Implementing Classes:
    ExpectedInventoryRecordCloseCmdImpl


    public interface ExpectedInventoryRecordCloseCmd
    extends ToolsControllerCommand
    Closes a list of expected inventory records.

    Controller command URL calling syntax

    https://host_name/path/ExpectedInventoryRecordClose?raId=raId_value_1&raId=raId_value_2&URL=return_url

    Parameters

    raId
    The ID of expected inventory record to be closed. This parameter can be specified more than once.
    URL
    The URL to be called when the command completes successfully.

    Exceptions

    When the required fields are missing or not in the right datatype, this command will throw exception to indicate which field is missing or bad.

    • Field Detail

      • COPYRIGHT

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

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

        static final java.lang.String defaultCommandClassName
        The default implementation class name is "com.ibm.commerce.inventory.commands.ExpectedInventoryRecordCloseCmdImpl".
        See Also:
        Constant Field Values