com.ibm.commerce.inventory.facade.server.commands

Class ComposeExternalInventoryAvailabilityWithUOMCmdImpl

  • All Implemented Interfaces:
    ComposeInventoryAvailabilityCmd, com.ibm.websphere.command.Command, java.io.Serializable


    public class ComposeExternalInventoryAvailabilityWithUOMCmdImpl
    extends ComposeDOMInventoryAvailabilityCmdImpl
    This command is the implementation of ComposeInventoryAvailabilityCmd. It is used when inventory system is DOM and external system integration is enabled. It should be registered in the table cmdreg with interface: com.ibm.commerce.inventory.facade.server.commands.ComposeInventoryAvailabilityCmd+DOMInventorySystem.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ComposeExternalInventoryAvailabilityWithUOMCmdImpl

        public ComposeExternalInventoryAvailabilityWithUOMCmdImpl()
    • Method Detail

      • execute

        public void execute()
                     throws com.ibm.websphere.command.CommandException
        This method invoke ComposeDOMInventoryAvailabilityCmdImpl.execute(). If inventory status of any InventoryAvailabilityType is null, exception is thrown.
        Specified by:
        execute in interface com.ibm.websphere.command.Command
        Overrides:
        execute in class ComposeDOMInventoryAvailabilityCmdImpl
        Throws:
        com.ibm.websphere.command.CommandException