Uses of Class
com.avoka.fc.core.entity.Notification
-
Packages that use Notification Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto 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 Notification Modifier and Type Method Description List<Notification>
NotificationDao. getCurrentNotificationsForPortal(Portal portal)
Return the list of current notifications for the specified portalList<Notification>
NotificationDao. getNotificationList(String message, String portal, Date startDate, Date endDate, String sortBy, boolean ascending, int pageSize)
Return the list of notifications matching the specified search criteriaList<Notification>
NotificationDao. 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.List<Notification>
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 Notification Modifier and Type Field Description static 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 Notification Modifier and Type Method Description List<Notification>
_Portal. getNotification()
Return the Notification.Methods in com.avoka.fc.core.entity.auto with parameters of type Notification Modifier and Type Method Description void
_Portal. addToNotification(Notification obj)
Add the Notification object.void
_Portal. removeFromNotification(Notification obj)
Remove the Notification object.
-