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 statusAd) AdEndpoint.listAd
(Long adId, Long officeId, Long userId, Long propertyIdm, Long adSetId, double amountDay, StatusAdEnum statusAd) AdEndpoint.listAllInsightsTotals
(Long userId, Long officeId, Long adId, StatusAdEnum statusAd, boolean monthly) -
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) InsightsDAO.listAllInsightsDatastore
(Long userId, Long officeId, Long adId, boolean monthly, StatusAdEnum statusAd) -
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 StatusAdEnum
Returns 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 StatusAdEnumConstructors 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) BQueryAd.listAllInsights
(Long userId, Long officeId, Long adId, boolean monthly, StatusAdEnum statusAd) static boolean
BQueryAd.updateStatusAd
(Long adId, StatusAdEnum statusAd)