Class MarketplaceCMSSiteService

All Implemented Interfaces:
CMSSiteService, 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:
  • Constructor Details

    • MarketplaceCMSSiteService

      public MarketplaceCMSSiteService()
  • Method Details

    • getAllCatalogs

      public 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
    • getVendorService

      protected VendorService getVendorService()
    • setVendorService

      public void setVendorService(VendorService vendorService)