Uses of Class
com.avoka.fc.core.entity.Notification
Packages that use 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
Methods in com.avoka.fc.core.dao that return types with arguments of type NotificationModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type NotificationModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<Notification>>
_Portal.NOTIFICATION
Provides the 'NOTIFICATION' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type NotificationMethods in com.avoka.fc.core.entity.auto with parameters of type NotificationModifier and TypeMethodDescriptionvoid
_Portal.addToNotification
(Notification obj) Add the Notification object.void
_Portal.removeFromNotification
(Notification obj) Remove the Notification object.