Uses of Class
de.hybris.platform.cms2.enums.CmsApprovalStatus
-
Packages that use CmsApprovalStatus 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 CmsApprovalStatus in de.hybris.platform.cms2.enums
Methods in de.hybris.platform.cms2.enums that return CmsApprovalStatus Modifier and Type Method Description static CmsApprovalStatusCmsApprovalStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CmsApprovalStatus[]CmsApprovalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CmsApprovalStatus in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return CmsApprovalStatus Modifier and Type Method Description CmsApprovalStatusAbstractPageModel. getApprovalStatus()Generated method - Getter of theAbstractPage.approvalStatusattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.pages with parameters of type CmsApprovalStatus Modifier and Type Method Description voidAbstractPageModel. setApprovalStatus(CmsApprovalStatus value)Generated method - Setter ofAbstractPage.approvalStatusattribute defined at extensioncms2.
-