Uses of Class
com.maplander.backend.model.bCardOrder.OrderItemBCard
Packages that use OrderItemBCard
Package
Description
-
Uses of OrderItemBCard in com.maplander.backend.controller.businessrule.opi.bCardOrder
Methods in com.maplander.backend.controller.businessrule.opi.bCardOrder with parameters of type OrderItemBCardModifier and TypeMethodDescriptionstatic StringBROrderItemBCard.validateBasicInfo(OrderItemBCard banner) -
Uses of OrderItemBCard in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type OrderItemBCardModifier and TypeMethodDescriptionBCardOrderEndpoint.getOrderItemBCard(Long orderItemBCardId) BCardOrderEndpoint.listOrderItemBCard(Long officeId, Long userId, Long bCardId, Integer status, String cursor, Integer limit) BCardOrderEndpoint.saveOrderItemBCard(OrderItemBCard orderItemBCard) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type OrderItemBCardModifier and TypeMethodDescriptionBCardOrderEndpoint.saveOrderItemBCard(OrderItemBCard orderItemBCard) -
Uses of OrderItemBCard in com.maplander.backend.dao.bCardOrder
Fields in com.maplander.backend.dao.bCardOrder with type parameters of type OrderItemBCardMethods in com.maplander.backend.dao.bCardOrder that return OrderItemBCardMethods in com.maplander.backend.dao.bCardOrder that return types with arguments of type OrderItemBCardModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<OrderItemBCard> OrderItemBCardDAO.listOrderItemBCard(Long officeId, Long userId, Long bCardId, Integer status, String cursor, Integer limit) -
Uses of OrderItemBCard in com.maplander.backend.model.bCardOrder
Methods in com.maplander.backend.model.bCardOrder that return types with arguments of type OrderItemBCardMethod parameters in com.maplander.backend.model.bCardOrder with type arguments of type OrderItemBCardModifier and TypeMethodDescriptionvoidOrderBCard.setItemsBCardId(List<OrderItemBCard> itemsBCard) Constructor parameters in com.maplander.backend.model.bCardOrder with type arguments of type OrderItemBCardModifierConstructorDescriptionOrderBCard(List<OrderItemBCard> itemsBCard, double totalPrice, int totalItemsBCard, Address shippingAddress, Long officeId, Long userIdCreateOrder) OrderBCard(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)