com.ibm.commerce.messaging.commands

Interface RequestBatchAvailabilityPolicyCmd

  • All Superinterfaces:
    BusinessPolicyCommand, 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:
    GetBatchAvailabilityCmdImpl


    public interface RequestBatchAvailabilityPolicyCmd
    extends BusinessPolicyCommand
    Interface for GetBatchAvailabilityCmdImpl. The implementation is a policy command used to send the batchAvailability message request.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setBatchAvailabilityRequest

        void setBatchAvailabilityRequest(com.ibm.commerce.domain.order.BatchAvailabilityRequest obj)
                                  throws ECSystemException
        Sets batchAvailabilityRequest bean.
        Parameters:
        obj - The bean set by the caller.
        Throws:
        ECSystemException