Uses of Class
com.maplander.backend.model.bCardOrder.OrderBCard
Packages that use OrderBCard
Package
Description
-
Uses of OrderBCard in com.maplander.backend.controller.businessrule.opi.bCardOrder
Methods in com.maplander.backend.controller.businessrule.opi.bCardOrder with parameters of type OrderBCardModifier and TypeMethodDescriptionstatic StringBROrderItemBCard.validateOrderBCard(OrderBCard orderBCard) -
Uses of OrderBCard in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type OrderBCardModifier and TypeMethodDescriptionBCardOrderEndpoint.changePrintBCardStatus(Long orderBCardId, OrderBCardEnum printed) BCardOrderEndpoint.changeStatusOrderBCard(OrderBCardEnum status, Long OrderBCardId) BCardOrderEndpoint.createOrderBCard(OrderBCard orderBCard) BCardOrderEndpoint.getOrderBCard(Long orderBCardId) BCardOrderEndpoint.listOrderBCardByStatus(OrderBCardEnum status, String cursor, Integer limit) BCardOrderEndpoint.orderBCardCharge(Long orderBCardId) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type OrderBCard -
Uses of OrderBCard in com.maplander.backend.dao.bCardOrder
Fields in com.maplander.backend.dao.bCardOrder with type parameters of type OrderBCardMethods in com.maplander.backend.dao.bCardOrder that return OrderBCardMethods in com.maplander.backend.dao.bCardOrder that return types with arguments of type OrderBCardModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<OrderBCard> OrderBCardDAO.listByStatus(OrderBCardEnum status, String cursor, Integer limit)