Class Event
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.Event
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionEvent()
Creates a new instance of EventEvent
(EventValue value, EntityPermission entityPermission) Creates a new instance of Event -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCreatedBy
(EntityPermission entityPermission) getCreatedBy
(Session session) getCreatedBy
(Session session, EntityPermission entityPermission) getCreatedByForUpdate
(Session session) boolean
getEntityInstance
(EntityPermission entityPermission) getEntityInstance
(Session session) getEntityInstance
(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate
(Session session) boolean
getEventGroup
(EntityPermission entityPermission) getEventGroup
(Session session) getEventGroup
(Session session, EntityPermission entityPermission) getEventGroupForUpdate
(Session session) boolean
boolean
boolean
getEventType
(EntityPermission entityPermission) getEventType
(Session session) getEventType
(Session session, EntityPermission entityPermission) getEventTypeForUpdate
(Session session) boolean
getRelatedEntityInstance
(EntityPermission entityPermission) getRelatedEntityInstance
(Session session) getRelatedEntityInstance
(Session session, EntityPermission entityPermission) getRelatedEntityInstanceForUpdate
(Session session) boolean
getRelatedEventType
(EntityPermission entityPermission) getRelatedEventType
(Session session) getRelatedEventType
(Session session, EntityPermission entityPermission) getRelatedEventTypeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setCreatedBy
(EntityInstance entity) void
setCreatedByPK
(EntityInstancePK createdByPK) void
setEntityInstance
(EntityInstance entity) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setEventGroup
(EventGroup entity) void
setEventGroupPK
(EventGroupPK eventGroupPK) void
setEventTime
(Long eventTime) void
setEventTimeSequence
(Integer eventTimeSequence) void
setEventType
(EventType entity) void
setEventTypePK
(EventTypePK eventTypePK) void
setEventValue
(EventValue value) void
void
setRelatedEntityInstancePK
(EntityInstancePK relatedEntityInstancePK) void
setRelatedEventType
(EventType entity) void
setRelatedEventTypePK
(EventTypePK relatedEventTypePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
Event
Creates a new instance of Event- Throws:
PersistenceException
-
Event
Creates a new instance of Event
-
-
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
-
getEventValue
-
setEventValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getEventGroupPK
-
getEventGroup
-
getEventGroup
-
getEventGroup
-
getEventGroup
-
getEventGroupForUpdate
-
getEventGroupForUpdate
-
setEventGroupPK
public void setEventGroupPK(EventGroupPK eventGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEventGroup
-
getEventGroupPKHasBeenModified
-
getEventTime
-
setEventTime
public void setEventTime(Long eventTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEventTimeHasBeenModified
-
getEventTimeSequence
-
setEventTimeSequence
public void setEventTimeSequence(Integer eventTimeSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEventTimeSequenceHasBeenModified
-
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
-
getRelatedEntityInstancePK
-
getRelatedEntityInstance
-
getRelatedEntityInstance
-
getRelatedEntityInstance
-
getRelatedEntityInstance
-
getRelatedEntityInstanceForUpdate
-
getRelatedEntityInstanceForUpdate
-
setRelatedEntityInstancePK
public void setRelatedEntityInstancePK(EntityInstancePK relatedEntityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRelatedEntityInstance
-
getRelatedEntityInstancePKHasBeenModified
-
getRelatedEventTypePK
-
getRelatedEventType
-
getRelatedEventType
-
getRelatedEventType
-
getRelatedEventType
-
getRelatedEventTypeForUpdate
-
getRelatedEventTypeForUpdate
-
setRelatedEventTypePK
public void setRelatedEventTypePK(EventTypePK relatedEventTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setRelatedEventType
-
getRelatedEventTypePKHasBeenModified
-
getCreatedByPK
-
getCreatedBy
-
getCreatedBy
-
getCreatedBy
-
getCreatedBy
-
getCreatedByForUpdate
-
getCreatedByForUpdate
-
setCreatedByPK
public void setCreatedByPK(EntityInstancePK createdByPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCreatedBy
-
getCreatedByPKHasBeenModified
-