Package com.avoka.fc.core.entity
Class FormFunction
java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
com.avoka.core.entity.BaseEntity
com.avoka.fc.core.entity.auto._FormFunction
com.avoka.fc.core.entity.FormFunction
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides an form function entity.
- Since:
- 17.10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Provides the 'Background Delivery' function trigger.static final String
Provides the 'Form Function' function trigger.static final String
Provides the 'Form Ineligible' function trigger.static final String
Provides the 'Form Open' function trigger.static final String
Provides the 'Form Resume' function trigger.static final String
Provides the 'Form Save Challenge' function trigger.static final String
Provides the 'Form Update' function trigger.Provides a list of trigger types.static final String
Provides the 'User Cancel' function trigger.static final String
Provides the 'User Save' function trigger.static final String
Provides the 'User Submit' function trigger.Fields inherited from class com.avoka.fc.core.entity.auto._FormFunction
DELIVERY_FUNC_FLAG, DELIVERY_FUNC_FLAG_PROPERTY, FORM_FUNCTION_OID_PK_COLUMN, FUNCTION_SEQUENCE, FUNCTION_SEQUENCE_PROPERTY, FUNCTION_TRIGGER, FUNCTION_TRIGGER_PROPERTY, SERVICE, SERVICE_PROPERTY, TEMPLATE_VERSION, TEMPLATE_VERSION_PROPERTY
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
Fields inherited from class org.apache.cayenne.CayenneDataObject
values
Fields inherited from class org.apache.cayenne.BaseDataObject
snapshotVersion
Fields inherited from class org.apache.cayenne.PersistentObject
objectContext, objectId, persistenceState
Fields inherited from interface org.apache.cayenne.DataObject
DEFAULT_VERSION
-
Constructor Summary
-
Method Summary
Methods inherited from class com.avoka.fc.core.entity.auto._FormFunction
getFunctionSequence, getFunctionTrigger, getService, getTemplateVersion, isDeliveryFuncFlag, setDeliveryFuncFlag, setFunctionSequence, setFunctionTrigger, setService, setTemplateVersion
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
Methods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
Methods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
Methods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Field Details
-
TRIGGER_FORM_OPEN
Provides the 'Form Open' function trigger.- See Also:
-
TRIGGER_FORM_RESUME
Provides the 'Form Resume' function trigger.- See Also:
-
TRIGGER_FORM_SAVE_CHALLENGE
Provides the 'Form Save Challenge' function trigger.- See Also:
-
TRIGGER_FORM_UPDATE
Provides the 'Form Update' function trigger.- See Also:
-
TRIGGER_FORM_INELIGIBLE
Provides the 'Form Ineligible' function trigger.- See Also:
-
TRIGGER_FORM_FUNCTION
Provides the 'Form Function' function trigger.- See Also:
-
TRIGGER_USER_SAVE
Provides the 'User Save' function trigger.- See Also:
-
TRIGGER_USER_SUBMIT
Provides the 'User Submit' function trigger.- See Also:
-
TRIGGER_USER_CANCEL
Provides the 'User Cancel' function trigger.- See Also:
-
TRIGGER_BACKGROUND_DELIVERY
Provides the 'Background Delivery' function trigger.- See Also:
-
TRIGGER_TYPES
Provides a list of trigger types.
-
-
Constructor Details
-
FormFunction
public FormFunction()
-