Uses of Enum Class
de.hybris.platform.catalog.enums.ArticleApprovalStatus
Packages that use ArticleApprovalStatus
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.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.product package.
-
Uses of ArticleApprovalStatus in de.hybris.platform.catalog.enums
Methods in de.hybris.platform.catalog.enums that return ArticleApprovalStatusModifier and TypeMethodDescriptionstatic ArticleApprovalStatusReturns the enum constant of this class with the specified name.static ArticleApprovalStatus[]ArticleApprovalStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ArticleApprovalStatus in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return ArticleApprovalStatusModifier and TypeMethodDescriptionProductCatalogVersionDifferenceModel.getSourceProductApprovalStatus()Generated method - Getter of theProductCatalogVersionDifference.sourceProductApprovalStatusattribute defined at extensioncatalog.ProductCatalogVersionDifferenceModel.getTargetProductApprovalStatus()Generated method - Getter of theProductCatalogVersionDifference.targetProductApprovalStatusattribute defined at extensioncatalog. -
Uses of ArticleApprovalStatus in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return ArticleApprovalStatusModifier and TypeMethodDescriptionProductModel.getApprovalStatus()Generated method - Getter of theProduct.approvalStatusattribute defined at extensioncatalog.Methods in de.hybris.platform.core.model.product with parameters of type ArticleApprovalStatusModifier and TypeMethodDescriptionvoidProductModel.setApprovalStatus(ArticleApprovalStatus value) Generated method - Setter ofProduct.approvalStatusattribute defined at extensioncatalog.