Class BCardOrderEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.fiabci.BCardOrderEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangePrintBCardStatus(Long orderBCardId, OrderBCardEnum printed) changeStatusOrderBCard(OrderBCardEnum status, Long OrderBCardId) createOrderBCard(OrderBCard orderBCard) deleteOrderItemBCard(Long orderItemBCardId) getOrderBCard(Long orderBCardId) getOrderItemBCard(Long orderItemBCardId) listOrderBCardByStatus(OrderBCardEnum status, String cursor, Integer limit) listOrderItemBCard(Long officeId, Long userId, Long bCardId, Integer status, String cursor, Integer limit) orderBCardCharge(Long orderBCardId) saveOrderItemBCard(OrderItemBCard orderItemBCard) singlePayment(Long userId, SinglePaymentTypeEnum paymentType, Long adId, Long orderId, String tokenId)
-
Constructor Details
-
BCardOrderEndpoint
public BCardOrderEndpoint()
-
-
Method Details
-
saveOrderItemBCard
-
getOrderItemBCard
-
deleteOrderItemBCard
-
listOrderItemBCard
public EntityCollectionResponse<OrderItemBCard> listOrderItemBCard(Long officeId, Long userId, Long bCardId, Integer status, String cursor, Integer limit) -
createOrderBCard
-
changeStatusOrderBCard
-
getOrderBCard
-
listOrderBCardByStatus
public EntityCollectionResponse<OrderBCard> listOrderBCardByStatus(OrderBCardEnum status, String cursor, Integer limit) -
changePrintBCardStatus
-
singlePayment
public EntityResponse<String> singlePayment(Long userId, SinglePaymentTypeEnum paymentType, Long adId, Long orderId, String tokenId) -
orderBCardCharge
-