Class ForumMessageRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.forum.server.entity.ForumMessageRole
- 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 ForumMessageRoleForumMessageRole
(ForumMessageRoleValue value, EntityPermission entityPermission) Creates a new instance of ForumMessageRole -
Method Summary
Modifier and TypeMethodDescriptionboolean
getForumMessage
(EntityPermission entityPermission) getForumMessage
(Session session) getForumMessage
(Session session, EntityPermission entityPermission) getForumMessageForUpdate
(Session session) boolean
getForumRoleType
(EntityPermission entityPermission) getForumRoleType
(Session session) getForumRoleType
(Session session, EntityPermission entityPermission) getForumRoleTypeForUpdate
(Session session) boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setForumMessage
(ForumMessage entity) void
setForumMessagePK
(ForumMessagePK forumMessagePK) void
void
setForumRoleType
(ForumRoleType entity) void
setForumRoleTypePK
(ForumRoleTypePK forumRoleTypePK) 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
-
ForumMessageRole
Creates a new instance of ForumMessageRole- Throws:
PersistenceException
-
ForumMessageRole
Creates a new instance of ForumMessageRole
-
-
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
-
getForumMessageRoleValue
-
setForumMessageRoleValue
public void setForumMessageRoleValue(ForumMessageRoleValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getForumMessagePK
-
getForumMessage
-
getForumMessage
-
getForumMessage
-
getForumMessage
-
getForumMessageForUpdate
-
getForumMessageForUpdate
-
setForumMessagePK
public void setForumMessagePK(ForumMessagePK forumMessagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForumMessage
-
getForumMessagePKHasBeenModified
-
getForumRoleTypePK
-
getForumRoleType
-
getForumRoleType
-
getForumRoleType
-
getForumRoleType
-
getForumRoleTypeForUpdate
-
getForumRoleTypeForUpdate
-
setForumRoleTypePK
public void setForumRoleTypePK(ForumRoleTypePK forumRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForumRoleType
-
getForumRoleTypePKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-