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 TypeMethodDescriptionbooleangetCreatedBy(EntityPermission entityPermission) getCreatedBy(Session session) getCreatedBy(Session session, EntityPermission entityPermission) getCreatedByForUpdate(Session session) booleangetEntityInstance(EntityPermission entityPermission) getEntityInstance(Session session) getEntityInstance(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate(Session session) booleangetEventGroup(EntityPermission entityPermission) getEventGroup(Session session) getEventGroup(Session session, EntityPermission entityPermission) getEventGroupForUpdate(Session session) booleanbooleanbooleangetEventType(EntityPermission entityPermission) getEventType(Session session) getEventType(Session session, EntityPermission entityPermission) getEventTypeForUpdate(Session session) booleangetRelatedEntityInstance(EntityPermission entityPermission) getRelatedEntityInstance(Session session) getRelatedEntityInstance(Session session, EntityPermission entityPermission) getRelatedEntityInstanceForUpdate(Session session) booleangetRelatedEventType(EntityPermission entityPermission) getRelatedEventType(Session session) getRelatedEventType(Session session, EntityPermission entityPermission) getRelatedEventTypeForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetCreatedBy(EntityInstance entity) voidsetCreatedByPK(EntityInstancePK createdByPK) voidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetEventGroup(EventGroup entity) voidsetEventGroupPK(EventGroupPK eventGroupPK) voidsetEventTime(Long eventTime) voidsetEventTimeSequence(Integer eventTimeSequence) voidsetEventType(EventType entity) voidsetEventTypePK(EventTypePK eventTypePK) voidsetEventValue(EventValue value) voidvoidsetRelatedEntityInstancePK(EntityInstancePK relatedEntityInstancePK) voidsetRelatedEventType(EventType entity) voidsetRelatedEventTypePK(EventTypePK relatedEventTypePK) voidtoString()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:
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
-
getEventValue
-
setEventValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-