Uses of Enum Class
de.hybris.platform.cms2.enums.CmsPageStatus
Packages that use CmsPageStatus
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
-
Uses of CmsPageStatus in de.hybris.platform.cms2.enums
Methods in de.hybris.platform.cms2.enums that return CmsPageStatusModifier and TypeMethodDescriptionstatic CmsPageStatusReturns the enum constant of this class with the specified name.static CmsPageStatus[]CmsPageStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CmsPageStatus in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return CmsPageStatusModifier and TypeMethodDescriptionAbstractPageModel.getPageStatus()Generated method - Getter of theAbstractPage.pageStatusattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.pages with parameters of type CmsPageStatusModifier and TypeMethodDescriptionvoidAbstractPageModel.setPageStatus(CmsPageStatus value) Generated method - Setter ofAbstractPage.pageStatusattribute defined at extensioncms2. -
Uses of CmsPageStatus in de.hybris.platform.cms2.servicelayer.daos
Method parameters in de.hybris.platform.cms2.servicelayer.daos with type arguments of type CmsPageStatusModifier and TypeMethodDescriptionCMSPageDao.findAllContentPagesByCatalogVersionsAndPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find all content pages by catalog versions and a list of page statuses.CMSPageDao.findAllPagesByCatalogVersionAndPageStatuses(CatalogVersionModel catalogVersion, List<CmsPageStatus> pageStatuses) Find all pages by catalog version and a list of page statuses.CMSPageDao.findAllPagesByTypeAndCatalogVersionsAndPageStatuses(ComposedTypeModel composedType, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find all pages by composed type ofcomposedTypeand catalog versions.CMSPageDao.findDefaultContentPageByLabelAndCatalogVersionsAndPageStatuses(String label, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find default content page by label, catalog versions and page status.CMSPageDao.findDefaultPageByTypeAndCatalogVersionsAndPageStatuses(ComposedTypeModel composedType, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find default page by type and catalog versions.CMSPageDao.findHomepageByPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find homepage for the given collection of catalog versions and page statuses.CMSPageDao.findHomepagesByPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find all homepages for the given collection of catalog versions and page statuses.CMSPageDao.findPagesByContentSlotsAndPageStatuses(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Finds and returns all pages for the given collection of content slots.CMSPageDao.findPagesByIdAndCatalogVersionAndPageStatuses(String id, CatalogVersionModel catalogVersion, List<CmsPageStatus> pageStatuses) Find pages by id and catalog version and a list of page statuses.<T extends AbstractPageModel>
List<T>CMSPageDao.findPagesByIdAndPageStatuses(String id, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find pages by id and catalog versions and page status.<T extends AbstractPageModel>
Collection<T>CMSPageDao.findPagesByLabelAndPageStatuses(String label, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find pages by label, catalog versions and page statuses.<T extends AbstractPageModel>
Collection<T>CMSPageDao.findPagesByLabelsAndPageStatuses(Collection<String> labels, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find content pages by labels, catalog versions and page statuses.CMSPageDao.findPagesByPageTemplateContentSlotsAndPageStatuses(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Finds and returns all pages that uses given content slots by page templatesCMSPageDao.findPagesByTypeAndPageStatuses(ComposedTypeModel composedType, Collection<CatalogVersionModel> catalogVersions, boolean isDefault, List<CmsPageStatus> pageStatuses) Find default or non-default pages by composed type ofcomposedTypeand catalogVersions and a list of page statuses. -
Uses of CmsPageStatus in de.hybris.platform.cms2.servicelayer.daos.impl
Method parameters in de.hybris.platform.cms2.servicelayer.daos.impl with type arguments of type CmsPageStatusModifier and TypeMethodDescriptionprotected voidDefaultCMSPageDao.appendPageStatusesToQuery(StringBuilder queryBuilder, List<CmsPageStatus> pageStatuses, Map<String, Object> queryParameters, String queryConcatOperator) Appends page statuses to the query builder and adds page statuses to the query parameters.DefaultCMSPageDao.findAllContentPagesByCatalogVersionsAndPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) DefaultCMSPageDao.findAllPagesByCatalogVersionAndPageStatuses(CatalogVersionModel catalogVersion, List<CmsPageStatus> pageStatuses) protected <T extends AbstractPageModel>
Collection<T>DefaultCMSPageDao.findAllPagesByCatalogVersionAndPageStatuses(String typeCode, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find all pages by item model type code, catalog versions and page status.DefaultCMSPageDao.findAllPagesByTypeAndCatalogVersionsAndPageStatuses(ComposedTypeModel composedType, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find all pages by composed type ofcomposedTypeand catalog versions.DefaultCMSPageDao.findDefaultContentPageByLabelAndCatalogVersionsAndPageStatuses(String label, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find default content page by label, catalog versions and page status.DefaultCMSPageDao.findDefaultPageByTypeAndCatalogVersionsAndPageStatuses(ComposedTypeModel composedType, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Find default page by type and catalog versions.DefaultCMSPageDao.findHomepageByPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) DefaultCMSPageDao.findHomepagesByPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) DefaultCMSPageDao.findPagesByContentSlotsAndPageStatuses(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) DefaultCMSPageDao.findPagesByIdAndCatalogVersionAndPageStatuses(String id, CatalogVersionModel catalogVersion, List<CmsPageStatus> pageStatuses) Find pages by id and catalog version and a list of page statuses.<T extends AbstractPageModel>
List<T>DefaultCMSPageDao.findPagesByIdAndPageStatuses(String id, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) <T extends AbstractPageModel>
Collection<T>DefaultCMSPageDao.findPagesByLabelAndPageStatuses(String label, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) <T extends AbstractPageModel>
Collection<T>DefaultCMSPageDao.findPagesByLabelsAndPageStatuses(Collection<String> labels, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) DefaultCMSPageDao.findPagesByPageTemplateContentSlotsAndPageStatuses(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Finds and returns all pages that uses given content slots by page templatesDefaultCMSPageDao.findPagesByTypeAndPageStatuses(ComposedTypeModel composedType, Collection<CatalogVersionModel> catalogVersions, boolean isDefault, List<CmsPageStatus> pageStatuses) Find default or non-default pages by composed type ofcomposedTypeand catalogVersions and a list of page statuses. -
Uses of CmsPageStatus in de.hybris.platform.cms2.servicelayer.services
Method parameters in de.hybris.platform.cms2.servicelayer.services with type arguments of type CmsPageStatusModifier and TypeMethodDescriptionCMSPageService.getPageForLabelAndPageStatuses(String label, List<CmsPageStatus> pageStatuses) Deprecated, for removal: This API element is subject to removal in a future version.CMSContentPageService.getPageForLabelAndStatuses(String label, List<CmsPageStatus> pageStatuses) Gets the page for label by page status. -
Uses of CmsPageStatus in de.hybris.platform.cms2.servicelayer.services.admin
Method parameters in de.hybris.platform.cms2.servicelayer.services.admin with type arguments of type CmsPageStatusModifier and TypeMethodDescriptionCMSAdminPageService.findPagesByTypeAndPageStatuses(ComposedTypeModel composedType, boolean isDefault, List<CmsPageStatus> pageStatuses) Gets the all default or non-default pages by page type from the active catalog version.CMSAdminPageService.getAllContentPagesForPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Gets the all content pages for a given list of page status.CMSAdminPageService.getAllPagesForCatalogVersionAndPageStatuses(CatalogVersionModel catalogVersion, List<CmsPageStatus> pageStatuses) Returns all pages which are assigned to the given catalog version and given page statusesCMSAdminPageService.getPageForIdFromActiveCatalogVersionByPageStatuses(String id, List<CmsPageStatus> pageStatuses) Returns the page with the given id and page status list from the active catalogVersion. -
Uses of CmsPageStatus in de.hybris.platform.cms2.servicelayer.services.admin.impl
Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type CmsPageStatusModifier and TypeMethodDescriptionDefaultCMSAdminPageService.findPagesByTypeAndPageStatuses(ComposedTypeModel composedType, boolean isDefault, List<CmsPageStatus> pageStatuses) DefaultCMSAdminPageService.getAllContentPagesForPageStatuses(Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Gets the all content pages for a given list of page status.DefaultCMSAdminPageService.getAllPagesForCatalogVersionAndPageStatuses(CatalogVersionModel catalogVersion, List<CmsPageStatus> pageStatuses) Returns all pages which are assigned to the given catalog version and given page statusesprotected AbstractPageModelDefaultCMSAdminPageService.getPageForId(String uid, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Returns the active page with the given id, catalog versions and page statuses.DefaultCMSAdminPageService.getPageForIdFromActiveCatalogVersionByPageStatuses(String id, List<CmsPageStatus> pageStatuses) Returns the page with the given id and page status list from the active catalogVersion. -
Uses of CmsPageStatus in de.hybris.platform.cms2.servicelayer.services.impl
Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type CmsPageStatusModifier and TypeMethodDescriptionprotected ContentPageModelDefaultCMSContentPageService.getPageForLabel(String label, List<CmsPageStatus> pageStatuses, boolean exactLabelMatch) Gets the page for label by page status and label match type.DefaultCMSPageService.getPageForLabelAndPageStatuses(String label, List<CmsPageStatus> pageStatuses) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCMSContentPageService.getPageForLabelAndStatuses(String label, List<CmsPageStatus> pageStatuses) -
Uses of CmsPageStatus in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators with parameters of type CmsPageStatusModifier and TypeMethodDescriptionprotected voidRestoreContentPagePopulatorTest.configureContentPage(CmsPageStatus pageStatus, boolean isDefaultPage, boolean isHomepage) -
Uses of CmsPageStatus in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type CmsPageStatusModifier and TypeMethodDescriptionprotected voidDefaultTrashContentPageValidatorTest.configureContentPage(CmsPageStatus pageStatus, boolean isHomePage) -
Uses of CmsPageStatus in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CmsPageStatusModifier and TypeMethodDescriptionContentPageModelBuilder.withPageStatus(CmsPageStatus pageStatus) ProductPageModelBuilder.withPageStatus(CmsPageStatus pageStatus) -
Uses of CmsPageStatus in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models with parameters of type CmsPageStatusModifier and TypeMethodDescriptionContentPageModelMother.primaryHomePage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus) ProductPageModelMother.primaryProductPage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus) ProductPageModelMother.primaryProductPage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus, String pageUid) ContentPageModelMother.primarySearchPageFromHomePageTemplate(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus) ContentPageModelMother.searchPageFromHomePageTemplate(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus) ContentPageModelMother.somePage(CatalogVersionModel catalogVersion, String uid, String nameTitle, CmsPageStatus pageStatus) protected ContentPageModelContentPageModelMother.somePage(CatalogVersionModel catalogVersion, String uid, String nameTitle, CmsPageStatus pageStatus, boolean isPrimaryPage) ContentPageModelMother.somePrimaryPage(CatalogVersionModel catalogVersion, String uid, String nameTitle, CmsPageStatus pageStatus)
CMSContentPageService.getPageForLabelAndStatuses(String, List)instead