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