Uses of Class
com.maplander.backend.model.manage.NotificationPreference
Packages that use NotificationPreference
Package
Description
-
Uses of NotificationPreference in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type NotificationPreferenceModifier and TypeMethodDescriptionstatic String
BRNotificationPreference.validateBasicInfo
(NotificationPreference notificationPreference) -
Uses of NotificationPreference in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type NotificationPreferenceMethods in com.maplander.backend.controller.endpoint.common with parameters of type NotificationPreferenceModifier and TypeMethodDescriptionNotificationPreferenceEndPoint.savePreference
(NotificationPreference notificationPreference) -
Uses of NotificationPreference in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type NotificationPreferenceModifier and TypeFieldDescriptionstatic final Class
<NotificationPreference> NotificationPreferenceDAO.clazz
Methods in com.maplander.backend.dao.manage that return NotificationPreferenceMethods in com.maplander.backend.dao.manage that return types with arguments of type NotificationPreferenceMethods in com.maplander.backend.dao.manage with parameters of type NotificationPreferenceModifier and TypeMethodDescriptionstatic void
NotificationPreferenceDAO.delete
(NotificationPreference notificationPreference) static void
NotificationPreferenceDAO.save
(NotificationPreference notificationPreference) Method parameters in com.maplander.backend.dao.manage with type arguments of type NotificationPreferenceModifier and TypeMethodDescriptionstatic void
NotificationPreferenceDAO.deleteManys
(List<NotificationPreference> notificationPreferenceList)