Uses of Class
com.maplander.backend.model.manage.ad.Ad
Packages that use Ad
Package
Description
-
Uses of Ad in com.maplander.backend.controller.businessrule.ad
Methods in com.maplander.backend.controller.businessrule.ad that return AdMethods in com.maplander.backend.controller.businessrule.ad with parameters of type Ad -
Uses of Ad in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type AdModifier and TypeMethodDescriptionAdEndpoint.adCharge(javax.servlet.http.HttpServletRequest req, Long userId, AdAsync adAsync, String token, Boolean isDev) AdEndpoint.changeStatusAd(Long adId, StatusAdEnum status) AdEndpoint.extendEndAd(Long adId, Integer days, Double amount) AdEndpoint.getAdCron()AdEndpoint.getLastAd()BoardEndpoint.listAdByBoard(Long boardId) AdEndpoint.listAdsByStatus(StatusAdEnum status, Integer limit, String cursor) AdEndpoint.reactiveAd(Long adId) AdEndpoint.saveAdAsync(String adDataJson) AdEndpoint.updateEndAdExtend(Long adId) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type Ad -
Uses of Ad in com.maplander.backend.dao.manage.ad
Fields in com.maplander.backend.dao.manage.ad with type parameters of type AdMethods in com.maplander.backend.dao.manage.ad that return AdModifier and TypeMethodDescriptionstatic AdAdDAO.getLastAd(StatusAdEnum status) static AdAdDAO.getNextAdToUpdate()static Adstatic AdMethods in com.maplander.backend.dao.manage.ad that return types with arguments of type AdModifier and TypeMethodDescriptionAdDAO.filterAd(Long adId, Long officeId, Long userId, Long propertyId, Long adSetId, double amountDay, StatusAdEnum statusAd) AdDAO.listByOfficeAndStatus(Long officeId, StatusAdEnum status) static com.google.api.server.spi.response.CollectionResponse<Ad> AdDAO.listByStatus(StatusAdEnum status, Integer limit, String cursor, Long time) AdDAO.listByUserAndStatus(Long userId, StatusAdEnum status) -
Uses of Ad in com.maplander.backend.model.manage.ad.complex
Methods in com.maplander.backend.model.manage.ad.complex that return AdMethods in com.maplander.backend.model.manage.ad.complex with parameters of type AdConstructors in com.maplander.backend.model.manage.ad.complex with parameters of type Ad -
Uses of Ad in com.maplander.backend.model.manage.board
Methods in com.maplander.backend.model.manage.board that return AdMethods in com.maplander.backend.model.manage.board with parameters of type AdConstructors in com.maplander.backend.model.manage.board with parameters of type Ad -
Uses of Ad in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return AdMethods in com.maplander.backend.model.manage.complex with parameters of type AdConstructors in com.maplander.backend.model.manage.complex with parameters of type Ad -
Uses of Ad in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type AdModifier and TypeMethodDescriptionstatic voidSendEmailV2.sendAdNotification(Ad ad, User user) static voidSendEmailV2.sendRequestActivationAd(Ad ad) -
Uses of Ad in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return AdModifier and TypeMethodDescriptionstatic Adstatic AdBQueryAd.getAdCron()static AdBQueryAdV2.insertAdBQ(Ad ad) static AdMethods in com.maplander.backend.utils.bquery that return types with arguments of type AdModifier and TypeMethodDescriptionBQueryAd.listAd(String adId, Long officeId, Long userId, Long propertyId, String adSetId, double amountDay, StatusAdEnum statusAd) BQueryAd.listAllActives(Integer limit, String cursor) Methods in com.maplander.backend.utils.bquery with parameters of type AdModifier and TypeMethodDescriptionstatic longstatic AdBQueryAdV2.insertAdBQ(Ad ad) static voidstatic LongBQueryAdV2.updateAdBQ(Ad ad)