com.ibm.commerce.price.commands

Interface ResolvePriceListsCmd

  • All Superinterfaces:
    com.ibm.commerce.command.BusinessPolicyCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.TaskCommand
    All Known Implementing Classes:
    ResolvePriceListsCmdImpl


    public interface ResolvePriceListsCmd
    extends com.ibm.commerce.command.BusinessPolicyCommand
    Interface for the ResolvePriceListsCmd Task Command to resolve the price lists referenced by the price business policies.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String defaultCommandClassName
      The default name of this command.
      static java.lang.String NAME
      The name of this command.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.Hashtable getPolicyPriceLists()
      Returns a list of price business policies and their associated price lists.
      void setPricePolicyABs(com.ibm.commerce.contract.objects.BusinessPolicyAccessBean[] aPricePolicyABs)
      Sets the input price business policy access beans for determining the price lists.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.BusinessPolicyCommand

        getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • COPYRIGHT

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

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

      • getPolicyPriceLists

        java.util.Hashtable getPolicyPriceLists()
        Returns a list of price business policies and their associated price lists.
        Returns:
        The list of price business policies and their associated price lists.
      • setPricePolicyABs

        void setPricePolicyABs(com.ibm.commerce.contract.objects.BusinessPolicyAccessBean[] aPricePolicyABs)
        Sets the input price business policy access beans for determining the price lists.
        Parameters:
        aPricePolicyABs - The access beans of a list of price business policies.