com.ibm.commerce.catalog.facade.server.services.dataaccess.bom.mediator

Class ReadCatalogGroupMediator

    • Field Detail

      • QUERY_GET_CATALOG_IDENTIFIER

        public static final java.lang.String QUERY_GET_CATALOG_IDENTIFIER
        The query name to get the catalog identifier according to the catalog id.
        See Also:
        Constant Field Values
      • QUERY_GET_CATALOG_STORE_ID

        public static final java.lang.String QUERY_GET_CATALOG_STORE_ID
        The query name to get the owning store id of the catalog according to catalog id.
        See Also:
        Constant Field Values
      • QUERY_PARAM_CATALOGID

        public static final java.lang.String QUERY_PARAM_CATALOGID
        The name of the query parameter to specify catalog entry ids.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ReadCatalogGroupMediator

        public ReadCatalogGroupMediator()
    • Method Detail

      • buildNoun

        public void buildNoun(java.lang.Object aLogicalEntityType,
                              java.lang.Object aPhysicalEntityType)
                       throws AbstractApplicationException
        Mediator for Catalog Group Noun.
        Parameters:
        aLogicalEntityType - - The object holding the logical entity of type CatalogGroup.
        aPhysicalEntityType - - The object holding the physical entity of type CatalogGroup.
        Throws:
        throws - AbstractApplicationException
        AbstractApplicationException
        See Also:
        com.ibm.commerce.foundation.server.services.dataaccess.bom.mediator.ReadBusinessObjectMediator#buildNoun(java.lang.Object, java.lang.Object)
      • createNounType

        public java.lang.Object createNounType()
                                        throws AbstractApplicationException
        Create Catalog Group logical type which acts the base logical noun.
        Returns:
        Return the noun type object for this mediator
        Throws:
        AbstractApplicationException
        See Also:
        com.ibm.commerce.foundation.server.services.dataaccess.bom.mediator.ReadBusinessObjectMediator#createNounType()