com.ibm.commerce.price.commands

Interface PublishCustomPriceListCmd

  • All Superinterfaces:
    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:
    PublishCustomPriceListCmdImpl


    public interface PublishCustomPriceListCmd
    extends com.ibm.commerce.command.TaskCommand
    Interface for the PublishCustomPriceListCmd Task Command to populate the custom price list and to publish the corresponding custom product set for the PriceTCCustomPriceList T&C.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
      static java.lang.String defaultCommandClassName
      The default implementation class is "com.ibm.commerce.price.commands.PublishCustomPriceListCmdImpl".
      static java.lang.String NAME
      The name of this interface is "com.ibm.commerce.price.commands.PublishCustomPriceListCmd".
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.HashSet getOfferCatentrySet()
      Insert the method's description here.
      void setTCId(java.lang.Long anTCId)
      Sets the ProductId that represents the primary key of the CatalogEntry that is to be resolved,
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 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
        The internal copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class is "com.ibm.commerce.price.commands.PublishCustomPriceListCmdImpl".
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.price.commands.PublishCustomPriceListCmd".
        See Also:
        Constant Field Values
    • Method Detail

      • getOfferCatentrySet

        java.util.HashSet getOfferCatentrySet()
        Insert the method's description here. Creation date: (10/29/2002 4:56:49 PM)
        Returns:
        HashSet a set of offers with the pricelist ID
      • setTCId

        void setTCId(java.lang.Long anTCId)
        Sets the ProductId that represents the primary key of the CatalogEntry that is to be resolved,
        Parameters:
        anProductId - java.lang.Long