Uses of Class
com.avoka.fc.core.entity.Notification
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of Notification in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionNotificationDao.getCurrentNotificationsForPortal
(Portal portal) Return the list of current notifications for the specified portalNotificationDao.getNotificationList
(String message, String portal, Date startDate, Date endDate, String sortBy, boolean ascending, int pageSize) Return the list of notifications matching the specified search criteriaNotificationDao.getNotificationListForSearchPage
(NotificationType type, Status status, String message, String portal, String form, String client, Date startDate, Date endDate, String sortBy, boolean ascending, int pageSize) Return the list of notifications matching the specified search criteria.NotificationDao.getStatusUpdates()
Return a List of scheduled status changes (Notification entities of type StatusChange) -
Uses of Notification in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<Notification>>
_Portal.NOTIFICATION
Provides the 'NOTIFICATION' property.Modifier and TypeMethodDescriptionvoid
_Portal.addToNotification
(Notification obj) Add the Notification object.void
_Portal.removeFromNotification
(Notification obj) Remove the Notification object.