com.ibm.commerce.messaging.commands
Interface RequestBatchAvailabilityPolicyCmd

All Superinterfaces:
BusinessPolicyCommand, 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 Summary
static java.lang.String COPYRIGHT
          The IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation of this command.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 void setBatchAvailabilityRequest(com.ibm.commerce.domain.order.BatchAvailabilityRequest obj)
          Sets batchAvailabilityRequest javabean.
 
Methods inherited from interface com.ibm.commerce.command. BusinessPolicyCommand
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
 

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

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

defaultCommandClassName

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

setBatchAvailabilityRequest

public void setBatchAvailabilityRequest(com.ibm.commerce.domain.order.BatchAvailabilityRequest obj)
                                 throws ECSystemException
Sets batchAvailabilityRequest javabean.
Throws:
ECSystemException