Class EventSubscriberEntityInstance
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EventSubscriberEntityInstance
- 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 EventSubscriberEntityInstanceEventSubscriberEntityInstance
(EventSubscriberEntityInstanceValue value, EntityPermission entityPermission) Creates a new instance of EventSubscriberEntityInstance -
Method Summary
Modifier and TypeMethodDescriptionboolean
getEntityInstance
(EntityPermission entityPermission) getEntityInstance
(Session session) getEntityInstance
(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate
(Session session) boolean
getEventSubscriber
(EntityPermission entityPermission) getEventSubscriber
(Session session) getEventSubscriber
(Session session, EntityPermission entityPermission) getEventSubscriberForUpdate
(Session session) boolean
getEventType
(EntityPermission entityPermission) getEventType
(Session session) getEventType
(Session session, EntityPermission entityPermission) getEventTypeForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setEntityInstance
(EntityInstance entity) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setEventSubscriber
(EventSubscriber entity) void
void
setEventSubscriberPK
(EventSubscriberPK eventSubscriberPK) void
setEventType
(EventType entity) void
setEventTypePK
(EventTypePK eventTypePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EventSubscriberEntityInstance
Creates a new instance of EventSubscriberEntityInstance- Throws:
PersistenceException
-
EventSubscriberEntityInstance
public EventSubscriberEntityInstance(EventSubscriberEntityInstanceValue value, EntityPermission entityPermission) Creates a new instance of EventSubscriberEntityInstance
-
-
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
-
getEventSubscriberEntityInstanceValue
-
setEventSubscriberEntityInstanceValue
public void setEventSubscriberEntityInstanceValue(EventSubscriberEntityInstanceValue 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
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getEventTypePK
-
getEventType
-
getEventType
-
getEventType
-
getEventType
-
getEventTypeForUpdate
-
getEventTypeForUpdate
-
setEventTypePK
public void setEventTypePK(EventTypePK eventTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEventType
-
getEventTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-