Class ForumPartyRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.forum.server.entity.ForumPartyRole
- 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 ForumPartyRoleForumPartyRole(ForumPartyRoleValue value, EntityPermission entityPermission) Creates a new instance of ForumPartyRole -
Method Summary
Modifier and TypeMethodDescriptionbooleangetForum()getForum(EntityPermission entityPermission) getForum(Session session, EntityPermission entityPermission) getForumForUpdate(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()voidvoidvoidvoidsetForumPK(ForumPK forumPK) voidsetForumRoleType(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
-
ForumPartyRole
Creates a new instance of ForumPartyRole- Throws:
PersistenceException
-
ForumPartyRole
Creates a new instance of ForumPartyRole
-
-
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
-
getForumPartyRoleValue
-
setForumPartyRoleValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getForumPK
-
getForum
-
getForum
-
getForum
-
getForum
-
getForumForUpdate
-
getForumForUpdate
-
setForumPK
public void setForumPK(ForumPK forumPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForum
-
getForumPKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getForumRoleTypePK
-
getForumRoleType
-
getForumRoleType
-
getForumRoleType
-
getForumRoleType
-
getForumRoleTypeForUpdate
-
getForumRoleTypeForUpdate
-
setForumRoleTypePK
public void setForumRoleTypePK(ForumRoleTypePK forumRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForumRoleType
-
getForumRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-