Uses of Enum Class
com.maplander.backend.enums.manage.StatusAdEnum
Packages that use StatusAdEnum
Package
Description
-
Uses of StatusAdEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type StatusAdEnumModifier and TypeMethodDescriptionAdEndpoint.changeStatusAd(Long adId, StatusAdEnum status) AdEndpoint.listAd(Long adId, Long officeId, Long userId, Long propertyIdm, Long adSetId, Double amountDay, StatusAdEnum statusAd) AdEndpoint.listAdsByStatus(StatusAdEnum status, Integer limit, String cursor) AdEndpoint.listAllInsightsTotals(boolean monthly, Long userId, Long officeId, Long adId, StatusAdEnum status) -
Uses of StatusAdEnum in com.maplander.backend.dao.manage.ad
Methods in com.maplander.backend.dao.manage.ad with parameters of type StatusAdEnumModifier and TypeMethodDescriptionAdDAO.filterAd(Long adId, Long officeId, Long userId, Long propertyId, Long adSetId, double amountDay, StatusAdEnum statusAd) static AdAdDAO.getLastAd(StatusAdEnum status) InsightsDAO.listAllInsightsDatastore(Long userId, Long officeId, Long adId, boolean monthly, 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 StatusAdEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type StatusAdEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return StatusAdEnumModifier and TypeMethodDescriptionstatic StatusAdEnumReturns the enum constant of this class with the specified name.static StatusAdEnum[]StatusAdEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StatusAdEnum in com.maplander.backend.model.manage.ad
Methods in com.maplander.backend.model.manage.ad that return StatusAdEnumMethods in com.maplander.backend.model.manage.ad with parameters of type StatusAdEnum -
Uses of StatusAdEnum in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery with parameters of type StatusAdEnumModifier and TypeMethodDescriptionBQueryAd.listAd(String adId, Long officeId, Long userId, Long propertyId, String adSetId, double amountDay, StatusAdEnum statusAd) static booleanBQueryAd.updateStatusAd(Long adId, StatusAdEnum statusAd)