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 TypeMethodDescriptionboolean
getForum()
getForum
(EntityPermission entityPermission) getForum
(Session session, EntityPermission entityPermission) getForumForUpdate
(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
void
void
setForumPK
(ForumPK forumPK) 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
-
ForumPartyRole
Creates a new instance of ForumPartyRole- Throws:
PersistenceException
-
ForumPartyRole
Creates a new instance of ForumPartyRole
-
-
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
-
getForumPartyRoleValue
-
setForumPartyRoleValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-