com.ibm.commerce.catalog.facade

Class CatalogEntryFacadeConstants

  • java.lang.Object
    • com.ibm.commerce.catalog.facade.CatalogEntryFacadeConstants


  • public class CatalogEntryFacadeConstants
    extends java.lang.Object
    This class defines the constants used to interact with the Base Catalog Entry facade.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ACCESS_PROFILE_ALL_INFOMATION
      This constants represents an access profile that returns all information about the base catalog entry being returned.
      static java.lang.String ACCESS_PROFILE_CATALOG_ENTRY_ATTACHMENT_REFERENCE
      This represents an access profile that returns the attachment references of a catalog entry.
      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 base catalog entry being returned.
      static java.lang.String ACCESS_PROFILE_SUMMARY_INFOMATION
      This constants represents an access profile that returns summary information about the base catalog entry being returned.
      static java.lang.String COMPONENT_NAME
      The component name for the Catalog component.
      static java.lang.String PROCESS_ACTION_SUBMIT
      This constant represents the Submit action.
    • 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 Catalog component.
        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 base catalog entry being returned. This includes most of the information associated with the base catalog entry.
        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 base catalog entry being returned. This includes enough information to display a list of base catalog entry and does not include much detail about the catalog group.
        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 base catalog entry 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
      • ACCESS_PROFILE_CATALOG_ENTRY_ATTACHMENT_REFERENCE

        public static final java.lang.String ACCESS_PROFILE_CATALOG_ENTRY_ATTACHMENT_REFERENCE
        This represents an access profile that returns the attachment references of a catalog entry.
        See Also:
        Constant Field Values
      • PROCESS_ACTION_SUBMIT

        public static final java.lang.String PROCESS_ACTION_SUBMIT
        This constant represents the Submit action. The submit action is when ....
        See Also:
        Constant Field Values
    • Constructor Detail

      • CatalogEntryFacadeConstants

        public CatalogEntryFacadeConstants()