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 StringBRNotificationPreference.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.clazzMethods 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 voidNotificationPreferenceDAO.delete(NotificationPreference notificationPreference) static voidNotificationPreferenceDAO.save(NotificationPreference notificationPreference) Method parameters in com.maplander.backend.dao.manage with type arguments of type NotificationPreferenceModifier and TypeMethodDescriptionstatic voidNotificationPreferenceDAO.deleteManys(List<NotificationPreference> notificationPreferenceList)