com.ibm.commerce.inventory.commands

Interface ExternalInventoryBaseTaskCmd

    • Field Detail

      • COPYRIGHT

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

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

      • getExternalOMSRA

        ExpectedInventoryRecordsAccessBean getExternalOMSRA()
        This method gets the expected inventory records found by the checkLocalExpectedInventory() method
        Returns:
        Returns the expected inventory records found by the checkLocalExpectedInventory() method.
      • getOrderIds

        java.lang.String[] getOrderIds()
        This method gets the OrderIds
        Returns:
        Returns the OrderIds.
      • setOrderIds

        void setOrderIds(java.lang.String[] istrOrderIds)
        This method sets OrderIds
        Parameters:
        istrOrderIds - The OrderIds to set.
      • setCallerCommandName

        void setCallerCommandName(java.lang.String callerCommandName)
        This method sets the callerCommandName
        Parameters:
        callerCommandName - The callerCommandName to set.
      • getCallerCommandName

        java.lang.String getCallerCommandName()
        This method gets the CallerCommandName
        Returns:
        CallerCommandName
      • getAction

        int getAction()
        This method gets the action
        Returns:
        action
      • setAction

        void setAction(int argAction)
        This method sets the action
        Parameters:
        argAction - action to set