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
Provides an submission delivery process checkpoint entity.
- Since:
- 3.5.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe 'Completed' checkpoint status.static final StringThe 'Error' checkpoint status.static final StringThe '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_PROPERTYFields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTYFields inherited from class org.apache.cayenne.CayenneDataObject
valuesFields inherited from class org.apache.cayenne.BaseDataObject
snapshotVersionFields inherited from class org.apache.cayenne.PersistentObject
objectContext, objectId, persistenceStateFields inherited from interface org.apache.cayenne.DataObject
DEFAULT_VERSION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.avoka.fc.core.entity.auto._SubmissionDeliveryCheckpoint
getCheckpointTime, getDeliveryServiceName, getDescription, getName, getStatus, getSubmission, setCheckpointTime, setDeliveryServiceName, setDescription, setName, setStatus, setSubmissionMethods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toStringMethods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeStateMethods 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, writeSerializedMethods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Field Details
-
STATUS_COMPLETED
The 'Completed' checkpoint status.- See Also:
-
STATUS_REGISTERED
The 'Registered' checkpoint status.- See Also:
-
STATUS_ERROR
The 'Error' checkpoint status.- See Also:
-
-
Constructor Details
-
SubmissionDeliveryCheckpoint
public SubmissionDeliveryCheckpoint()
-
-
Method Details
-
isCompleted
public boolean isCompleted()- Returns:
- true if the checkpoint status is error.
-
isRegistered
public boolean isRegistered()- Returns:
- true if the checkpoint status is registered.
-
isError
public boolean isError()- Returns:
- true if the checkpoint status is error.
-