Class QueuedEvent
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.QueuedEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of QueuedEventQueuedEvent(QueuedEventValue value, EntityPermission entityPermission) Creates a new instance of QueuedEvent -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEvent()getEvent(EntityPermission entityPermission) getEvent(Session session, EntityPermission entityPermission) getEventForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidvoidsetEventPK(EventPK eventPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
QueuedEvent
Creates a new instance of QueuedEvent- Throws:
PersistenceException
-
QueuedEvent
Creates a new instance of QueuedEvent
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getQueuedEventValue
-
setQueuedEventValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEventPK
-
getEvent
-
getEvent
-
getEvent
-
getEvent
-
getEventForUpdate
-
getEventForUpdate
-
setEventPK
public void setEventPK(EventPK eventPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEvent
-
getEventPKHasBeenModified
-