Package com.avoka.fc.core.entity
Class Notification
- 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._Notification
-
- com.avoka.fc.core.entity.Notification
-
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
public class Notification extends _Notification
Provides a notification message that is displayed to the users of a specific portal.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
NOTIFICATION_TYPE
String constant for Notification of Type Notificationstatic String
STATUS_CHANGE_TYPE
String constant for Notification of Type Status Change-
Fields inherited from class com.avoka.fc.core.entity.auto._Notification
CLIENT, CLIENT_PROPERTY, END_DATE, END_DATE_PROPERTY, FORM, FORM_PROPERTY, MESSAGE, MESSAGE_PROPERTY, NOTIFY_OID_PK_COLUMN, PORTAL, PORTAL_PROPERTY, START_DATE, START_DATE_PROPERTY, STATUS, STATUS_PROPERTY, TYPE, TYPE_PROPERTY, VERSION, VERSION_PROPERTY
-
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description Notification()
-
Method Summary
-
Methods inherited from class com.avoka.fc.core.entity.auto._Notification
getClient, getEndDate, getForm, getMessage, getPortal, getStartDate, getStatus, getType, getVersion, setClient, setEndDate, setForm, setMessage, setPortal, setStartDate, setStatus, setType, setVersion
-
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
-
NOTIFICATION_TYPE
public static final String NOTIFICATION_TYPE
String constant for Notification of Type Notification- See Also:
- Constant Field Values
-
STATUS_CHANGE_TYPE
public static final String STATUS_CHANGE_TYPE
String constant for Notification of Type Status Change- See Also:
- Constant Field Values
-
-