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 TypeMethodDescriptionboolean
getEvent()
getEvent
(EntityPermission entityPermission) getEvent
(Session session, EntityPermission entityPermission) getEventForUpdate
(Session session) boolean
getEventSubscriber
(EntityPermission entityPermission) getEventSubscriber
(Session session) getEventSubscriber
(Session session, EntityPermission entityPermission) getEventSubscriberForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
void
setEventPK
(EventPK eventPK) void
setEventSubscriber
(EventSubscriber entity) void
setEventSubscriberPK
(EventSubscriberPK eventSubscriberPK) void
void
toString()
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:
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
-
getQueuedSubscriberEventValue
-
setQueuedSubscriberEventValue
public void setQueuedSubscriberEventValue(QueuedSubscriberEventValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-