Uses of Enum Class
com.mt.ecommerce.product.model.OrderStatus
Packages that use OrderStatus
Package
Description
-
Uses of OrderStatus in com.mt.ecommerce.product.entity
Methods in com.mt.ecommerce.product.entity that return OrderStatusMethods in com.mt.ecommerce.product.entity with parameters of type OrderStatus -
Uses of OrderStatus in com.mt.ecommerce.product.model
Methods in com.mt.ecommerce.product.model that return OrderStatusModifier and TypeMethodDescriptionOrderBO.getOrderStatus()
static OrderStatus
Returns the enum constant of this class with the specified name.static OrderStatus[]
OrderStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mt.ecommerce.product.model with parameters of type OrderStatus -
Uses of OrderStatus in com.mt.ecommerce.product.service
Methods in com.mt.ecommerce.product.service with parameters of type OrderStatusModifier and TypeMethodDescriptionvoid
OrderService.editOrderStatus
(UUID uuid, OrderStatus status) Edits the status of an existing order.