Uses of Class
com.maplander.backend.model.manage.ad.Ad
Packages that use Ad
Package
Description
-
Uses of Ad in com.maplander.backend.controller.asyncEndpoint.fiabci
Methods in com.maplander.backend.controller.asyncEndpoint.fiabci that return types with arguments of type AdModifier and TypeMethodDescriptionAsyncAdEndpoint.saveAdAsync(String adDataJson) AsyncAdEndpoint.saveMultipleAdAsync(String adDataJson) AsyncPoolEndpoint.savePoolAsync(String adDataJson) -
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.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) PoolAdEndpoint.poolCharge(Long userId, PoolAdAsync poolAdAsync, String token, Boolean isDev) AdEndpoint.reactiveAd(Long adId) 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.getLastAdList(StatusAdEnum status) 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
Constructors in com.maplander.backend.model.manage.ad with parameters of type Ad -
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 that return types with arguments of type AdMethods in com.maplander.backend.model.manage.ad.complex with parameters of type AdMethod parameters in com.maplander.backend.model.manage.ad.complex with type arguments of type AdConstructors in com.maplander.backend.model.manage.ad.complex with parameters of type AdConstructor parameters in com.maplander.backend.model.manage.ad.complex with type arguments 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.model.pool.complex
Methods in com.maplander.backend.model.pool.complex that return AdMethods in com.maplander.backend.model.pool.complex with parameters of type AdConstructors in com.maplander.backend.model.pool.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, String url, SendAdTypeEnum sendAdTypeEnum) static voidSendEmailV2.sendRequestActivationAd(Ad ad) static voidSendEmailV2.sendRequestActivationAdMarketing(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)