Uses of Enum Class
de.hybris.platform.cms2.enums.CmsApprovalStatus
Packages that use CmsApprovalStatus
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 CmsApprovalStatus in de.hybris.platform.cms2.enums
Methods in de.hybris.platform.cms2.enums that return CmsApprovalStatusModifier and TypeMethodDescriptionstatic CmsApprovalStatusReturns the enum constant of this class with the specified name.static CmsApprovalStatus[]CmsApprovalStatus.values()Returns an array containing the constants of this enum class, 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 CmsApprovalStatusModifier and TypeMethodDescriptionAbstractPageModel.getApprovalStatus()Generated method - Getter of theAbstractPage.approvalStatusattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.pages with parameters of type CmsApprovalStatusModifier and TypeMethodDescriptionvoidAbstractPageModel.setApprovalStatus(CmsApprovalStatus value) Generated method - Setter ofAbstractPage.approvalStatusattribute defined at extensioncms2.