Class MarketplaceCMSSiteService

  • All Implemented Interfaces:
    CMSSiteService, java.io.Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

    public class MarketplaceCMSSiteService
    extends DefaultCMSSiteService
    Override implementation of get all catalogs in DefaultCMSSiteService
    See Also:
    Serialized Form
    • Constructor Detail

      • MarketplaceCMSSiteService

        public MarketplaceCMSSiteService()
    • Method Detail

      • getAllCatalogs

        public java.util.Collection<CatalogModel> getAllCatalogs​(CMSSiteModel site)
        Description copied from class: DefaultCMSSiteService
        Returns all catalogs for the specified site site. This means all the content catalogs of the site as well as the product and classification system catalogs which belong to the stores associated with the site.
        Specified by:
        getAllCatalogs in interface CMSSiteService
        Overrides:
        getAllCatalogs in class DefaultCMSSiteService
        Parameters:
        site - the CMS site
        Returns:
        all content, product and classification system catalogs associated with the site
      • setVendorService

        public void setVendorService​(VendorService vendorService)