Uses of Enum Class
com.maplander.backend.enums.notification.NotificationTypeEnum
Packages that use NotificationTypeEnum
Package
Description
-
Uses of NotificationTypeEnum in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi with parameters of type NotificationTypeEnumModifier and TypeMethodDescriptionstatic void
BRNotification.buildSharedNotification
(SharedCommission sharedCommission, NotificationTypeEnum notificationTypeEnum) -
Uses of NotificationTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type NotificationTypeEnumModifier and TypeMethodDescriptionMarketingEndpoint.sendMarketingWhatsApp
(NotificationTypeEnum typeNotification, Marketing marketing) static void
MarketingEndpoint.sendMarketingWhatsApp
(NotificationTypeEnum typeNotification, Marketing marketing, User user) static void
MarketingEndpoint.sendTelegram
(Marketing marketing, NotificationTypeEnum typeNotification, User user) MarketingEndpoint.sendTelegramTest
(Marketing marketing, NotificationTypeEnum typeNotification) -
Uses of NotificationTypeEnum in com.maplander.backend.dao.manage.notification
Methods in com.maplander.backend.dao.manage.notification with parameters of type NotificationTypeEnumModifier and TypeMethodDescriptionstatic PropertyRequest
PropertyRequestDAO.loadByData
(Long propertyId, NotificationTypeEnum type) -
Uses of NotificationTypeEnum in com.maplander.backend.enums.notification
Subclasses with type arguments of type NotificationTypeEnum in com.maplander.backend.enums.notificationMethods in com.maplander.backend.enums.notification that return NotificationTypeEnumModifier and TypeMethodDescriptionstatic NotificationTypeEnum
NotificationTypeEnum.typeToEnum
(int type) static NotificationTypeEnum
Returns the enum constant of this class with the specified name.static NotificationTypeEnum[]
NotificationTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NotificationTypeEnum in com.maplander.backend.model.manage.notification
Methods in com.maplander.backend.model.manage.notification that return NotificationTypeEnumMethods in com.maplander.backend.model.manage.notification with parameters of type NotificationTypeEnumConstructors in com.maplander.backend.model.manage.notification with parameters of type NotificationTypeEnumModifierConstructorDescriptionPropertyRequest
(Long propertyId, Long userId, NotificationTypeEnum type) -
Uses of NotificationTypeEnum in com.maplander.backend.model.notification
Methods in com.maplander.backend.model.notification that return NotificationTypeEnumModifier and TypeMethodDescriptionAppleNotification.AppleCustom.getType()
Notification.getType()
NotificationRV.getType()
NotificationRVToken.getType()
Methods in com.maplander.backend.model.notification with parameters of type NotificationTypeEnumModifier and TypeMethodDescriptionvoid
AppleNotification.AppleCustom.setType
(NotificationTypeEnum type) void
Notification.setType
(NotificationTypeEnum type) void
NotificationRV.setType
(NotificationTypeEnum type) void
NotificationRVToken.setType
(NotificationTypeEnum type) Constructors in com.maplander.backend.model.notification with parameters of type NotificationTypeEnumModifierConstructorDescriptionNotification
(Long userId, NotificationTypeEnum type, Message message) NotificationRV
(Long userRVId, NotificationTypeEnum type, Message message) NotificationRVToken
(String device, NotificationTypeEnum type, DeviceTypeEnum deviceType, Message message) -
Uses of NotificationTypeEnum in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification that return NotificationTypeEnumMethods in com.maplander.backend.utils.notification with parameters of type NotificationTypeEnum