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.b
Methods in com.maplander.backend.controller.businessrule.opi.b with parameters of type OrderBannerModifier and TypeMethodDescriptionstatic String
BRBanner.validateOrderBanner
(OrderBanner orderBanner) -
Uses of OrderBanner in com.maplander.backend.controller.endpoint.fiabci
Methods 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) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type OrderBanner -
Uses of OrderBanner in com.maplander.backend.dao.b
Fields in com.maplander.backend.dao.b with type parameters of type OrderBannerMethods in com.maplander.backend.dao.b that return OrderBannerModifier and TypeMethodDescriptionstatic OrderBanner
OrderBannerDAO.getByOrderId
(String order_id) static OrderBanner
Methods 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.utils
Methods in com.maplander.backend.utils that return OrderBannerModifier and TypeMethodDescriptionstatic OrderBanner
ConektaUtil.fillOrderBanner
(OrderBanner orderBanner, io.conekta.Order order) Methods in com.maplander.backend.utils with parameters of type OrderBannerModifier and TypeMethodDescriptionstatic OrderBanner
ConektaUtil.fillOrderBanner
(OrderBanner orderBanner, io.conekta.Order order) static void
ConektaUtil.paid
(OrderBanner orderBanner)