Class BannerEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.base.BaseEndpoint
com.maplander.backend.controller.endpoint.fiabci.BannerEndpoint
-
Field Summary
Fields inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
log, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignBannerQR(Long propertyId, ListIds bannerQRIds) assignBannerQRByShortId(Long propertyId, Long shortId) changePrintStatus(Long orderBannerId, boolean printed) changeStatus(Integer status, Long orderBannerId) createOrderBanner(OrderBanner orderBanner) deleteBanner(Long bannerId) deleteDesign(Long id) Deprecated.getBannerQRWithHits(Long bannerId) getDeliveryCost(CarrierEnum carrier, Delivery delivery) Deprecated.getOrderBanner(Long orderBannerId) listBannerByOffice(Long officeId, Integer status, String cursor, Integer limit) listBannerByStatus(Integer status, String cursor, Integer limit) listBannerQRByOffice(Long officeId, Long propertyId, String cursor, Integer limit) Deprecated.listOrderBannerByOfficeId(Long officeId, Integer status, String cursor, Integer limit) listOrderBannerByStatus(int status, String cursor, Integer limit) orderBannerCharge(Long userId, Long orderId) paymentBanner(Long orderBannerId) saveBanner(Banner banner) saveDesign(Design design) Deprecated.unassignBannerQRByIds(ListIds bannerQRIds) unassignBannerQRByProperty(Long propertyId) Methods inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
executeInTransaction, saveLeadAndInfo, saveLeadAndInfo
-
Constructor Details
-
BannerEndpoint
public BannerEndpoint()
-
-
Method Details
-
saveBanner
-
getBanner
-
deleteBanner
-
listBannerByOffice
-
listBannerByStatus
public EntityCollectionResponse<Banner> listBannerByStatus(Integer status, String cursor, Integer limit) -
changeStatus
-
createOrderBanner
-
getOrderBanner
-
listOrderBannerByStatus
public EntityCollectionResponse<OrderBanner> listOrderBannerByStatus(int status, String cursor, Integer limit) -
listOrderBannerByOfficeId
public EntityCollectionResponse<OrderBanner> listOrderBannerByOfficeId(Long officeId, Integer status, String cursor, Integer limit) -
paymentBanner
public EntityResponse<String> paymentBanner(Long orderBannerId) throws io.conekta.ErrorList, io.conekta.Error - Throws:
io.conekta.ErrorListio.conekta.Error
-
changePrintStatus
-
saveDesign
Deprecated. -
getDesign
Deprecated. -
deleteDesign
Deprecated. -
listDesign
Deprecated. -
orderBannerCharge
-
getDeliveryCost
-
listBannerQRByOffice
-
getBannerQRWithHits
-
assignBannerQR
-
assignBannerQRByShortId
-
unassignBannerQRByIds
-
unassignBannerQRByProperty
-