Class ForumDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.forum.server.entity.ForumDetail
- 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 ForumDetailForumDetail(ForumDetailValue value, EntityPermission entityPermission) Creates a new instance of ForumDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetForum()getForum(EntityPermission entityPermission) getForum(Session session, EntityPermission entityPermission) getForumForUpdate(Session session) getForumMessageSequence(EntityPermission entityPermission) getForumMessageSequence(Session session) getForumMessageSequence(Session session, EntityPermission entityPermission) getForumMessageSequenceForUpdate(Session session) booleanbooleanbooleangetForumThreadSequence(EntityPermission entityPermission) getForumThreadSequence(Session session) getForumThreadSequence(Session session, EntityPermission entityPermission) getForumThreadSequenceForUpdate(Session session) booleangetForumType(EntityPermission entityPermission) getForumType(Session session) getForumType(Session session, EntityPermission entityPermission) getForumTypeForUpdate(Session session) booleanbooleangetIcon()getIcon(EntityPermission entityPermission) getIcon(Session session, EntityPermission entityPermission) getIconForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidvoidsetForumMessageSequence(Sequence entity) voidsetForumMessageSequencePK(SequencePK forumMessageSequencePK) voidsetForumName(String forumName) voidsetForumPK(ForumPK forumPK) voidsetForumThreadSequence(Sequence entity) voidsetForumThreadSequencePK(SequencePK forumThreadSequencePK) voidsetForumType(ForumType entity) voidsetForumTypePK(ForumTypePK forumTypePK) voidsetFromTime(Long fromTime) voidvoidvoidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ForumDetail
Creates a new instance of ForumDetail- Throws:
PersistenceException
-
ForumDetail
Creates a new instance of ForumDetail
-
-
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
-
getForumDetailValue
-
setForumDetailValue
- 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
-
getForumName
-
setForumName
public void setForumName(String forumName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getForumNameHasBeenModified
-
getForumTypePK
-
getForumType
-
getForumType
-
getForumType
-
getForumType
-
getForumTypeForUpdate
-
getForumTypeForUpdate
-
setForumTypePK
public void setForumTypePK(ForumTypePK forumTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForumType
-
getForumTypePKHasBeenModified
-
getIconPK
-
getIcon
-
getIcon
-
getIcon
-
getIcon
-
getIconForUpdate
-
getIconForUpdate
-
setIconPK
public void setIconPK(IconPK iconPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setIcon
-
getIconPKHasBeenModified
-
getForumThreadSequencePK
-
getForumThreadSequence
-
getForumThreadSequence
-
getForumThreadSequence
-
getForumThreadSequence
-
getForumThreadSequenceForUpdate
-
getForumThreadSequenceForUpdate
-
setForumThreadSequencePK
public void setForumThreadSequencePK(SequencePK forumThreadSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForumThreadSequence
-
getForumThreadSequencePKHasBeenModified
-
getForumMessageSequencePK
-
getForumMessageSequence
-
getForumMessageSequence
-
getForumMessageSequence
-
getForumMessageSequence
-
getForumMessageSequenceForUpdate
-
getForumMessageSequenceForUpdate
-
setForumMessageSequencePK
public void setForumMessageSequencePK(SequencePK forumMessageSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForumMessageSequence
-
getForumMessageSequencePKHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-