Uses of Enum Class
org.bookstore.order.entity.OrderStatus
Packages that use OrderStatus
-
Uses of OrderStatus in org.bookstore.order.dto
Methods in org.bookstore.order.dto that return OrderStatusModifier and TypeMethodDescriptionOrderInfo.status()Returns the value of thestatusrecord component.Constructors in org.bookstore.order.dto with parameters of type OrderStatusModifierConstructorDescriptionOrderInfo(long id, LocalDateTime date, BigDecimal amount, OrderStatus status) Creates an instance of aOrderInforecord class. -
Uses of OrderStatus in org.bookstore.order.entity
Methods in org.bookstore.order.entity that return OrderStatusModifier and TypeMethodDescriptionOrder.getStatus()static OrderStatusReturns 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 org.bookstore.order.entity with parameters of type OrderStatus