Uses of Enum Class
org.exoplatform.perkstore.model.constant.ProductOrderStatus
Packages that use ProductOrderStatus
Package
Description
-
Uses of ProductOrderStatus in org.exoplatform.perkstore.dao
Methods in org.exoplatform.perkstore.dao with parameters of type ProductOrderStatusModifier and TypeMethodDescriptiondoublePerkStoreOrderDAO.countOrderedQuantityByProductIdAndStatus(long productId, ProductOrderStatus status) doublePerkStoreOrderDAO.countUserOrderedQuantityByStatusInPeriod(long productId, long identityId, long startDate, long endDate, ProductOrderStatus status) doublePerkStoreOrderDAO.countUserTotalOrderedQuantityByStatus(long productId, long identityId, ProductOrderStatus status) -
Uses of ProductOrderStatus in org.exoplatform.perkstore.entity
Methods in org.exoplatform.perkstore.entity that return ProductOrderStatusMethods in org.exoplatform.perkstore.entity with parameters of type ProductOrderStatus -
Uses of ProductOrderStatus in org.exoplatform.perkstore.model.constant
Methods in org.exoplatform.perkstore.model.constant that return ProductOrderStatusModifier and TypeMethodDescriptionstatic ProductOrderStatusReturns the enum constant of this class with the specified name.static ProductOrderStatus[]ProductOrderStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.