com.ibm.commerce.contract.facade

Class ContractFacadeConstants

  • java.lang.Object
    • com.ibm.commerce.contract.facade.ContractFacadeConstants


  • public class ContractFacadeConstants
    extends java.lang.Object
    This class defines the constants used to interact with the Contract facade.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ACCESS_PROFILE
      Access Profile constant
      static java.lang.String ACCESS_PROFILE_ALL_INFOMATION
      This constants represents an access profile that returns all information about the contracts being returned.
      static java.lang.String ACCESS_PROFILE_DEFAULT
      This constants if the default access profile when one is not specified.
      static java.lang.String ACCESS_PROFILE_DETAIL_INFOMATION
      This constants represents an access profile that returns detail information about the contracts being returned.
      static java.lang.String ACCESS_PROFILE_SUMMARY_INFOMATION
      This constants represents an access profile that returns summary information about the contracts being returned.
      static java.lang.String COMPONENT_NAME
      The component name for the Contract component.
      static java.lang.String KEY_INVALID_PARAMETER_VALUE
      This constant represents the parameter name that represents the INVALID_PARAMETER_VALUE;
      static java.lang.String PARAM_NAME_IS_ENTITLED_CONTRACTS
      Extra parameter is entitled Contracts
      static java.lang.String PARAM_NAME_UNIQUE_ID
      contract Id
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COMPONENT_NAME

        public static final java.lang.String COMPONENT_NAME
        The component name for the Contract component.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE

        public static final java.lang.String ACCESS_PROFILE
        Access Profile constant
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_DETAIL_INFOMATION

        public static final java.lang.String ACCESS_PROFILE_DETAIL_INFOMATION
        This constants represents an access profile that returns detail information about the contracts being returned. This includes most of the information associated with the contract.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_SUMMARY_INFOMATION

        public static final java.lang.String ACCESS_PROFILE_SUMMARY_INFOMATION
        This constants represents an access profile that returns summary information about the contracts being returned. This includes enough information to display a list of contracts and does not include much detail about the contract.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ALL_INFOMATION

        public static final java.lang.String ACCESS_PROFILE_ALL_INFOMATION
        This constants represents an access profile that returns all information about the contracts being returned.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_DEFAULT

        public static final java.lang.String ACCESS_PROFILE_DEFAULT
        This constants if the default access profile when one is not specified. The default access profile is the summary access profile.
        See Also:
        Constant Field Values
      • PARAM_NAME_UNIQUE_ID

        public static final java.lang.String PARAM_NAME_UNIQUE_ID
        contract Id
        See Also:
        Constant Field Values
      • PARAM_NAME_IS_ENTITLED_CONTRACTS

        public static final java.lang.String PARAM_NAME_IS_ENTITLED_CONTRACTS
        Extra parameter is entitled Contracts
        See Also:
        Constant Field Values
      • KEY_INVALID_PARAMETER_VALUE

        public static final java.lang.String KEY_INVALID_PARAMETER_VALUE
        This constant represents the parameter name that represents the INVALID_PARAMETER_VALUE;
        See Also:
        Constant Field Values
    • Constructor Detail

      • ContractFacadeConstants

        public ContractFacadeConstants()