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 TypeMethodDescriptionbooleangetForumMessage(EntityPermission entityPermission) getForumMessage(Session session) getForumMessage(Session session, EntityPermission entityPermission) getForumMessageForUpdate(Session session) booleangetForumRoleType(EntityPermission entityPermission) getForumRoleType(Session session) getForumRoleType(Session session, EntityPermission entityPermission) getForumRoleTypeForUpdate(Session session) booleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetForumMessage(ForumMessage entity) voidsetForumMessagePK(ForumMessagePK forumMessagePK) voidvoidsetForumRoleType(ForumRoleType entity) voidsetForumRoleTypePK(ForumRoleTypePK forumRoleTypePK) voidsetFromTime(Long fromTime) voidvoidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidtoString()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:
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
-
getForumMessageRoleValue
-
setForumMessageRoleValue
public void setForumMessageRoleValue(ForumMessageRoleValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-