Package com.avoka.fc.core.entity
Class SubmissionDeliveryCheckpoint
- 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._SubmissionDeliveryCheckpoint
-
- com.avoka.fc.core.entity.SubmissionDeliveryCheckpoint
-
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
public class SubmissionDeliveryCheckpoint extends _SubmissionDeliveryCheckpoint
Provides an submission delivery process checkpoint entity.- Since:
- 3.5.0
- See Also:
DeliveryCheckpointService
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
STATUS_COMPLETED
The 'Completed' checkpoint status.static String
STATUS_ERROR
The 'Error' checkpoint status.static String
STATUS_REGISTERED
The 'Registered' checkpoint status.-
Fields inherited from class com.avoka.fc.core.entity.auto._SubmissionDeliveryCheckpoint
CHECKPOINT_TIME, CHECKPOINT_TIME_PROPERTY, DELIVERY_CHECKPOINT_OID_PK_COLUMN, DELIVERY_SERVICE_NAME, DELIVERY_SERVICE_NAME_PROPERTY, DESCRIPTION, DESCRIPTION_PROPERTY, NAME, NAME_PROPERTY, STATUS, STATUS_PROPERTY, SUBMISSION, SUBMISSION_PROPERTY
-
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description SubmissionDeliveryCheckpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCompleted()
boolean
isError()
boolean
isRegistered()
-
Methods inherited from class com.avoka.fc.core.entity.auto._SubmissionDeliveryCheckpoint
getCheckpointTime, getDeliveryServiceName, getDescription, getName, getStatus, getSubmission, setCheckpointTime, setDeliveryServiceName, setDescription, setName, setStatus, setSubmission
-
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
-
STATUS_COMPLETED
public static final String STATUS_COMPLETED
The 'Completed' checkpoint status.- See Also:
- Constant Field Values
-
STATUS_REGISTERED
public static final String STATUS_REGISTERED
The 'Registered' checkpoint status.- See Also:
- Constant Field Values
-
STATUS_ERROR
public static final String STATUS_ERROR
The 'Error' checkpoint status.- See Also:
- Constant Field Values
-
-