Class QueuedSubscriberEvent
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.QueuedSubscriberEvent
- 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 QueuedSubscriberEventQueuedSubscriberEvent(QueuedSubscriberEventValue value, EntityPermission entityPermission) Creates a new instance of QueuedSubscriberEvent -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEvent()getEvent(EntityPermission entityPermission) getEvent(Session session, EntityPermission entityPermission) getEventForUpdate(Session session) booleangetEventSubscriber(EntityPermission entityPermission) getEventSubscriber(Session session) getEventSubscriber(Session session, EntityPermission entityPermission) getEventSubscriberForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidvoidsetEventPK(EventPK eventPK) voidsetEventSubscriber(EventSubscriber entity) voidsetEventSubscriberPK(EventSubscriberPK eventSubscriberPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
QueuedSubscriberEvent
Creates a new instance of QueuedSubscriberEvent- Throws:
PersistenceException
-
QueuedSubscriberEvent
Creates a new instance of QueuedSubscriberEvent
-
-
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
-
getQueuedSubscriberEventValue
-
setQueuedSubscriberEventValue
public void setQueuedSubscriberEventValue(QueuedSubscriberEventValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEventSubscriberPK
-
getEventSubscriber
-
getEventSubscriber
-
getEventSubscriber
-
getEventSubscriber
-
getEventSubscriberForUpdate
-
getEventSubscriberForUpdate
-
setEventSubscriberPK
public void setEventSubscriberPK(EventSubscriberPK eventSubscriberPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEventSubscriber
-
getEventSubscriberPKHasBeenModified
-
getEventPK
-
getEvent
-
getEvent
-
getEvent
-
getEvent
-
getEventForUpdate
-
getEventForUpdate
-
setEventPK
public void setEventPK(EventPK eventPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEvent
-
getEventPKHasBeenModified
-