com.ibm.commerce.price.commands

Interface DeployPriceTCCmd

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


    public interface DeployPriceTCCmd
    extends DeployTCCmd
    Interface for the DeployPriceTCCmd Task Command to deploy the Price Terms&Conditions defined in a Trading Agreement.
    • 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
      void setTermCondition(com.ibm.commerce.contract.objects.TermConditionAccessBean aTCAB)
      Sets the Term&Condition Access Bean to be deployed.
      void setXMLFlag(boolean aXMLFlag)
      Sets the indicator for XML creation (not being used).
      • 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
        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

      • setTermCondition

        void setTermCondition(com.ibm.commerce.contract.objects.TermConditionAccessBean aTCAB)
        Sets the Term&Condition Access Bean to be deployed.
        Specified by:
        setTermCondition in interface DeployTCCmd
        Parameters:
        aTCAB - TermConditionAccessBean
      • setXMLFlag

        void setXMLFlag(boolean aXMLFlag)
        Sets the indicator for XML creation (not being used).
        Parameters:
        aXMLFlag - The indicator for XML creation.