Uses of Enum Class
com.avoka.fc.core.entity.Status
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides common utility classes and exception objects.
-
Uses of Status in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionNotificationDao.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. -
Uses of Status in com.avoka.fc.core.entity
Modifier and TypeMethodDescriptionstatic Status
Status.getEntityStatus
(Status entityStatus, String status) static Status
Returns the enum constant of this class with the specified name.static Status[]
Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Status
Status.getEntityStatus
(Status entityStatus, String status) -
Uses of Status in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<Status>
_Client.STATUS
Provides the 'STATUS' property.static final org.apache.cayenne.exp.Property<Status>
_Form.STATUS
Provides the 'STATUS' property.static final org.apache.cayenne.exp.Property<Status>
_Notification.STATUS
Provides the 'STATUS' property.static final org.apache.cayenne.exp.Property<Status>
_Portal.STATUS
Provides the 'STATUS' property.static final org.apache.cayenne.exp.Property<Status>
_TemplateVersion.STATUS
Provides the 'STATUS' property.Modifier and TypeMethodDescription_Client.getStatus()
Return the status value._Form.getStatus()
Return the status value._Notification.getStatus()
Return the status value._Portal.getStatus()
Return the status value._TemplateVersion.getStatus()
Return the status value.Modifier and TypeMethodDescriptionvoid
Set the status value.void
Set the status value.void
Set the status value.void
Set the status value.void
Set the status value. -
Uses of Status in com.avoka.fc.core.util
Modifier and TypeMethodDescriptionstatic boolean
StatusUtils.isAvailable
(Status status, boolean formService) Return if the provided status means the entity is available.