Uses of Class
com.maplander.backend.model.b.OrderBanner
Packages that use OrderBanner
Package
Description
- 
Uses of OrderBanner in com.maplander.backend.controller.businessrule.opi.bMethods in com.maplander.backend.controller.businessrule.opi.b with parameters of type OrderBannerModifier and TypeMethodDescriptionstatic StringBRBanner.validateOrderBanner(OrderBanner orderBanner) 
- 
Uses of OrderBanner in com.maplander.backend.controller.endpoint.fiabciMethods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type OrderBannerModifier and TypeMethodDescriptionBannerEndpoint.changePrintStatus(Long orderBannerId, boolean printed) BannerEndpoint.changeStatus(Integer status, Long orderBannerId) BannerEndpoint.createOrderBanner(OrderBanner orderBanner) BannerEndpoint.getOrderBanner(Long orderBannerId) BannerEndpoint.listOrderBannerByOfficeId(Long officeId, Integer status, String cursor, Integer limit) BannerEndpoint.listOrderBannerByStatus(int status, String cursor, Integer limit) BannerEndpoint.orderBannerCharge(Long userId, Long orderId) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type OrderBanner
- 
Uses of OrderBanner in com.maplander.backend.dao.bFields in com.maplander.backend.dao.b with type parameters of type OrderBannerMethods in com.maplander.backend.dao.b that return OrderBannerModifier and TypeMethodDescriptionstatic OrderBannerOrderBannerDAO.getByOrderId(String order_id) static OrderBannerMethods in com.maplander.backend.dao.b that return types with arguments of type OrderBannerModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<OrderBanner> OrderBannerDAO.listByOffice(String cursor, int limit, Long officeId) static com.google.api.server.spi.response.CollectionResponse<OrderBanner> OrderBannerDAO.listByStatus(String cursor, int limit, int status) static com.google.api.server.spi.response.CollectionResponse<OrderBanner> OrderBannerDAO.listByStatusAndOfficeId(String cursor, int limit, int status, Long officeId) 
- 
Uses of OrderBanner in com.maplander.backend.utilsMethods in com.maplander.backend.utils that return OrderBannerModifier and TypeMethodDescriptionstatic OrderBannerConektaUtil.fillOrderBanner(OrderBanner orderBanner, io.conekta.Order order) Methods in com.maplander.backend.utils with parameters of type OrderBannerModifier and TypeMethodDescriptionstatic OrderBannerConektaUtil.fillOrderBanner(OrderBanner orderBanner, io.conekta.Order order) static voidConektaUtil.paid(OrderBanner orderBanner)