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 TypeMethodDescriptionboolean
getEvent()
getEvent
(EntityPermission entityPermission) getEvent
(Session session, EntityPermission entityPermission) getEventForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
void
setEventPK
(EventPK eventPK) void
void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getQueuedEventValue
-
setQueuedEventValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getEventPK
-
getEvent
-
getEvent
-
getEvent
-
getEvent
-
getEventForUpdate
-
getEventForUpdate
-
setEventPK
public void setEventPK(EventPK eventPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEvent
-
getEventPKHasBeenModified
-