Class CommunicationEventRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.communication.server.entity.CommunicationEventRole
- 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 CommunicationEventRoleCommunicationEventRole(CommunicationEventRoleValue value, EntityPermission entityPermission) Creates a new instance of CommunicationEventRole -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCommunicationEvent(EntityPermission entityPermission) getCommunicationEvent(Session session) getCommunicationEvent(Session session, EntityPermission entityPermission) getCommunicationEventForUpdate(Session session) booleangetCommunicationEventRoleType(EntityPermission entityPermission) getCommunicationEventRoleType(Session session) getCommunicationEventRoleType(Session session, EntityPermission entityPermission) booleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetCommunicationEventPK(CommunicationEventPK communicationEventPK) voidvoidsetCommunicationEventRoleTypePK(CommunicationEventRoleTypePK communicationEventRoleTypePK) voidvoidsetFromTime(Long fromTime) voidvoidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
CommunicationEventRole
Creates a new instance of CommunicationEventRole- Throws:
PersistenceException
-
CommunicationEventRole
Creates a new instance of CommunicationEventRole
-
-
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
-
getCommunicationEventRoleValue
-
setCommunicationEventRoleValue
public void setCommunicationEventRoleValue(CommunicationEventRoleValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getCommunicationEventPK
-
getCommunicationEvent
-
getCommunicationEvent
-
getCommunicationEvent
-
getCommunicationEvent
-
getCommunicationEventForUpdate
-
getCommunicationEventForUpdate
-
setCommunicationEventPK
public void setCommunicationEventPK(CommunicationEventPK communicationEventPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationEvent
-
getCommunicationEventPKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getCommunicationEventRoleTypePK
-
getCommunicationEventRoleType
public CommunicationEventRoleType getCommunicationEventRoleType(Session session, EntityPermission entityPermission) -
getCommunicationEventRoleType
-
getCommunicationEventRoleType
-
getCommunicationEventRoleType
-
getCommunicationEventRoleTypeForUpdate
-
getCommunicationEventRoleTypeForUpdate
-
setCommunicationEventRoleTypePK
public void setCommunicationEventRoleTypePK(CommunicationEventRoleTypePK communicationEventRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCommunicationEventRoleType
-
getCommunicationEventRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-