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.