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 voidBRNotification.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 voidMarketingEndpoint.sendMarketingWhatsApp(NotificationTypeEnum typeNotification, Marketing marketing, User user) static voidMarketingEndpoint.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 PropertyRequestPropertyRequestDAO.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 NotificationTypeEnumNotificationTypeEnum.typeToEnum(int type) static NotificationTypeEnumReturns 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 TypeMethodDescriptionvoidAppleNotification.AppleCustom.setType(NotificationTypeEnum type) voidNotification.setType(NotificationTypeEnum type) voidNotificationRV.setType(NotificationTypeEnum type) voidNotificationRVToken.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