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 TypeMethodDescriptionboolean
getCommunicationEvent
(EntityPermission entityPermission) getCommunicationEvent
(Session session) getCommunicationEvent
(Session session, EntityPermission entityPermission) getCommunicationEventForUpdate
(Session session) boolean
getCommunicationEventRoleType
(EntityPermission entityPermission) getCommunicationEventRoleType
(Session session) getCommunicationEventRoleType
(Session session, EntityPermission entityPermission) boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setCommunicationEventPK
(CommunicationEventPK communicationEventPK) void
void
setCommunicationEventRoleTypePK
(CommunicationEventRoleTypePK communicationEventRoleTypePK) void
void
setFromTime
(Long fromTime) void
void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getCommunicationEventRoleValue
-
setCommunicationEventRoleValue
public void setCommunicationEventRoleValue(CommunicationEventRoleValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-