Uses of Class
de.hybris.platform.cms2.enums.CmsPageStatus
-
Packages that use CmsPageStatus Package Description de.hybris.platform.cms2.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cms2.model.pages 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 CmsPageStatus Modifier and Type Method Description static CmsPageStatusCmsPageStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CmsPageStatus[]CmsPageStatus. values()Returns an array containing the constants of this enum type, 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 CmsPageStatus Modifier and Type Method Description CmsPageStatusAbstractPageModel. getPageStatus()Generated method - Getter of theAbstractPage.pageStatusattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.pages with parameters of type CmsPageStatus Modifier and Type Method Description voidAbstractPageModel. setPageStatus(CmsPageStatus value)Generated method - Setter ofAbstractPage.pageStatusattribute defined at extensioncms2.
-