Uses of Class
de.hybris.platform.catalog.enums.ArticleApprovalStatus
-
Packages that use ArticleApprovalStatus Package Description com.hybris.backoffice.renderer com.hybris.backoffice.widgets.stats.productstats de.hybris.platform.catalog.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.catalog.model Contains generated models for each type of de.hybris.platform.catalog.jalo package.de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package.de.hybris.platform.servicelayer.search de.hybris.platform.warehousing.util.builder -
-
Uses of ArticleApprovalStatus in com.hybris.backoffice.renderer
Methods in com.hybris.backoffice.renderer with parameters of type ArticleApprovalStatus Modifier and Type Method Description protected org.zkoss.zk.ui.HtmlBasedComponentProductApprovalStatusRenderer. createIcon(ProductModel productModel, ArticleApprovalStatus approvalStatus) -
Uses of ArticleApprovalStatus in com.hybris.backoffice.widgets.stats.productstats
Methods in com.hybris.backoffice.widgets.stats.productstats with parameters of type ArticleApprovalStatus Modifier and Type Method Description longBackofficeProductCounter. countProducts(ArticleApprovalStatus status)longDefaultBackofficeProductCounter. countProducts(ArticleApprovalStatus status)protected longProductStatsController. countProducts(ArticleApprovalStatus status) -
Uses of ArticleApprovalStatus in de.hybris.platform.catalog.enums
Methods in de.hybris.platform.catalog.enums that return ArticleApprovalStatus Modifier and Type Method Description static ArticleApprovalStatusArticleApprovalStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArticleApprovalStatus[]ArticleApprovalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ArticleApprovalStatus in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return ArticleApprovalStatus Modifier and Type Method Description ArticleApprovalStatusProductCatalogVersionDifferenceModel. getSourceProductApprovalStatus()Generated method - Getter of theProductCatalogVersionDifference.sourceProductApprovalStatusattribute defined at extensioncatalog.ArticleApprovalStatusProductCatalogVersionDifferenceModel. 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 ArticleApprovalStatus Modifier and Type Method Description ArticleApprovalStatusProductModel. getApprovalStatus()Generated method - Getter of theProduct.approvalStatusattribute defined at extensioncatalog.Methods in de.hybris.platform.core.model.product with parameters of type ArticleApprovalStatus Modifier and Type Method Description voidProductModel. setApprovalStatus(ArticleApprovalStatus value)Generated method - Setter ofProduct.approvalStatusattribute defined at extensioncatalog. -
Uses of ArticleApprovalStatus in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search with parameters of type ArticleApprovalStatus Modifier and Type Method Description protected voidFlexibleSearchServiceTest. randomizeStatuses(ArticleApprovalStatus... statuses)randomize the approval statuses for products -
Uses of ArticleApprovalStatus in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type ArticleApprovalStatus Modifier and Type Method Description ProductModelBuilderProductModelBuilder. withApprovalStatus(ArticleApprovalStatus approvalStatus)
-