Uses of Enum Class
com.maplander.backend.enums.manage.OrderBCardEnum
Packages that use OrderBCardEnum
Package
Description
-
Uses of OrderBCardEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type OrderBCardEnumModifier and TypeMethodDescriptionBCardOrderEndpoint.changePrintBCardStatus(Long orderBCardId, OrderBCardEnum printed) BCardOrderEndpoint.changeStatusOrderBCard(OrderBCardEnum status, Long OrderBCardId) BCardOrderEndpoint.listOrderBCardByStatus(OrderBCardEnum status, String cursor, Integer limit) -
Uses of OrderBCardEnum in com.maplander.backend.dao.bCardOrder
Methods in com.maplander.backend.dao.bCardOrder with parameters of type OrderBCardEnumModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<OrderBCard> OrderBCardDAO.listByStatus(OrderBCardEnum status, String cursor, Integer limit) -
Uses of OrderBCardEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type OrderBCardEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return OrderBCardEnumModifier and TypeMethodDescriptionstatic OrderBCardEnumReturns the enum constant of this class with the specified name.static OrderBCardEnum[]OrderBCardEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrderBCardEnum in com.maplander.backend.model.bCardOrder
Methods in com.maplander.backend.model.bCardOrder that return OrderBCardEnumMethods in com.maplander.backend.model.bCardOrder with parameters of type OrderBCardEnumConstructors in com.maplander.backend.model.bCardOrder with parameters of type OrderBCardEnumModifierConstructorDescriptionOrderBCard(List<OrderItemBCard> itemsBCard, int date, double totalPrice, int totalItemsBCard, Address shippingAddress, Long officeId, Long userIdCreateOrder, OrderBCardEnum status, String urlPayment, String order_id, String checkoutId, String created_at)