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
public class FormFunction extends _FormFunction
Provides an form function entity.- Since:
- 17.10.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TRIGGER_BACKGROUND_DELIVERY
Provides the 'Background Delivery' function trigger.static String
TRIGGER_FORM_FUNCTION
Provides the 'Form Function' function trigger.static String
TRIGGER_FORM_INELIGIBLE
Provides the 'Form Ineligible' function trigger.static String
TRIGGER_FORM_OPEN
Provides the 'Form Open' function trigger.static String
TRIGGER_FORM_RESUME
Provides the 'Form Resume' function trigger.static String
TRIGGER_FORM_SAVE_CHALLENGE
Provides the 'Form Save Challenge' function trigger.static String
TRIGGER_FORM_UPDATE
Provides the 'Form Update' function trigger.static List<String>
TRIGGER_TYPES
Provides a list of trigger types.static String
TRIGGER_USER_CANCEL
Provides the 'User Cancel' function trigger.static String
TRIGGER_USER_SAVE
Provides the 'User Save' function trigger.static String
TRIGGER_USER_SUBMIT
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
-
-
Constructor Summary
Constructors Constructor Description FormFunction()
-
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
-
-
-
-
Field Detail
-
TRIGGER_FORM_OPEN
public static final String TRIGGER_FORM_OPEN
Provides the 'Form Open' function trigger.- See Also:
- Constant Field Values
-
TRIGGER_FORM_RESUME
public static final String TRIGGER_FORM_RESUME
Provides the 'Form Resume' function trigger.- See Also:
- Constant Field Values
-
TRIGGER_FORM_SAVE_CHALLENGE
public static final String TRIGGER_FORM_SAVE_CHALLENGE
Provides the 'Form Save Challenge' function trigger.- See Also:
- Constant Field Values
-
TRIGGER_FORM_UPDATE
public static final String TRIGGER_FORM_UPDATE
Provides the 'Form Update' function trigger.- See Also:
- Constant Field Values
-
TRIGGER_FORM_INELIGIBLE
public static final String TRIGGER_FORM_INELIGIBLE
Provides the 'Form Ineligible' function trigger.- See Also:
- Constant Field Values
-
TRIGGER_FORM_FUNCTION
public static final String TRIGGER_FORM_FUNCTION
Provides the 'Form Function' function trigger.- See Also:
- Constant Field Values
-
TRIGGER_USER_SAVE
public static final String TRIGGER_USER_SAVE
Provides the 'User Save' function trigger.- See Also:
- Constant Field Values
-
TRIGGER_USER_SUBMIT
public static final String TRIGGER_USER_SUBMIT
Provides the 'User Submit' function trigger.- See Also:
- Constant Field Values
-
TRIGGER_USER_CANCEL
public static final String TRIGGER_USER_CANCEL
Provides the 'User Cancel' function trigger.- See Also:
- Constant Field Values
-
TRIGGER_BACKGROUND_DELIVERY
public static final String TRIGGER_BACKGROUND_DELIVERY
Provides the 'Background Delivery' function trigger.- See Also:
- Constant Field Values
-
-