ContentCatalogService instead.@Deprecated public class DefaultCMSUtilService extends AbstractCMSService implements CMSUtilService
CMSUtilService interface.AbstractService.SerializableDTO| Modifier and Type | Field and Description |
|---|---|
protected CatalogService |
catalogService
Deprecated.
since 4.2. Implement the CatalogService as own property
|
protected CMSContentCatalogDao |
cmsContentCatalogDao
Deprecated.
since 4.2. Implement the CMSContentCatalogDao as own property
|
protected CMSPageDao |
cmsPageDao
Deprecated.
since 4.2. Implement the CMSPageDao as own property
|
protected TypeService |
typeService
Deprecated.
since 4.2. Implement the TypeService as own property
|
CURRENTCATALOGVERSION, CURRENTSITEmodelService, sessionService, txManagertenant| Constructor and Description |
|---|
DefaultCMSUtilService()
Deprecated.
|
getBaseSiteService, getCurrentCatalogVersion, getCurrentSite, getSearchRestrictionService, getUserService, setBaseSiteService, setSearchRestrictionService, setUserServicegetModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManagerafterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, setTenantScope, writeReplace@Deprecated protected CMSPageDao cmsPageDao
@Deprecated protected CMSContentCatalogDao cmsContentCatalogDao
@Deprecated protected TypeService typeService
@Deprecated protected CatalogService catalogService
@Deprecated public java.util.Collection<ContentCatalogModel> getContentCatalogs()
ContentCatalogService.getContentCatalogs() instead.getContentCatalogs in interface CMSUtilService@Deprecated public java.util.Collection<ContentCatalogModel> getContentCatalogs(java.lang.String orderField)
ContentCatalogService.getContentCatalogs(String) instead.getContentCatalogs in interface CMSUtilServiceorderField - the field to order the content catalogs by@Deprecated public boolean hasCatalogPages()
ContentCatalogService.hasCatalogPages() instead.hasCatalogPages in interface CMSUtilService@Deprecated public boolean hasCategoryPages()
ContentCatalogService.hasCategoryPages() instead.hasCategoryPages in interface CMSUtilService@Deprecated public boolean hasCMSItems(CatalogVersionModel versionModel)
ContentCatalogService.hasCMSItems(CatalogVersionModel)
instead.hasCMSItems in interface CMSUtilServiceversionModel - the version model@Deprecated public boolean hasCMSRelations(CatalogVersionModel versionModel)
ContentCatalogService.hasCMSRelations(CatalogVersionModel)
instead.hasCMSRelations in interface CMSUtilServiceversionModel - the version model@Deprecated public boolean hasContentPages()
ContentCatalogService.hasContentPages() instead.hasContentPages in interface CMSUtilService@Deprecated public boolean hasDefaultCatalogPage()
ContentCatalogService.hasDefaultCatalogPage() instead.hasDefaultCatalogPage in interface CMSUtilService@Deprecated public boolean hasDefaultCategoryPage()
ContentCatalogService.hasDefaultCategoryPage() instead.hasDefaultCategoryPage in interface CMSUtilService@Deprecated public boolean hasDefaultProductPage()
ContentCatalogService.hasDefaultProductPage() instead.hasDefaultProductPage in interface CMSUtilService@Deprecated public boolean hasProductPages()
ContentCatalogService.hasProductPages() instead.hasProductPages in interface CMSUtilService@Deprecated public boolean isContentCatalog(CatalogModel catalog)
ContentCatalogService.isContentCatalog(CatalogModel) instead.CatalogModel object is content catalog.isContentCatalog in interface CMSUtilServicecatalog - the catalog to check@Deprecated public boolean isContentCatalog(CatalogVersionModel catalogVersion)
ContentCatalogService.isContentCatalog(CatalogVersionModel)
instead.CatalogVersionModel object is content catalog.isContentCatalog in interface CMSUtilServicecatalogVersion - the catalog version@Deprecated public boolean isProductCatalog(CatalogModel catalog)
ContentCatalogService.isProductCatalog(CatalogModel) instead.CatalogModel object is product catalog.isProductCatalog in interface CMSUtilServicecatalog - the catalog@Deprecated public boolean isProductCatalog(CatalogVersionModel catalogVersion)
ContentCatalogService.isProductCatalog(CatalogVersionModel)
instead.CatalogVersionModel object is product catalog.isProductCatalog in interface CMSUtilServicecatalogVersion - the catalog versionpublic void setCatalogService(CatalogService catalogService)
public void setCmsContentCatalogDao(CMSContentCatalogDao cmsContentCatalogDao)
public void setCmsPageDao(CMSPageDao cmsPageDao)
public void setContentCatalogService(ContentCatalogService contentCatalogService)
public void setTypeService(TypeService typeService)
@Deprecated protected boolean hasDefaultPage(java.lang.String composedTypeCode)
ContentCatalogService instead.composedTypeCode - the composed type codeCopyright © 2018 SAP SE. All Rights Reserved.