Class ContentForumDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentForumDetail
- 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 ContentForumDetailContentForumDetail
(ContentForumDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentForumDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContentCollection
(EntityPermission entityPermission) getContentCollection
(Session session) getContentCollection
(Session session, EntityPermission entityPermission) getContentCollectionForUpdate
(Session session) boolean
getContentForum
(EntityPermission entityPermission) getContentForum
(Session session) getContentForum
(Session session, EntityPermission entityPermission) getContentForumForUpdate
(Session session) boolean
getForum()
getForum
(EntityPermission entityPermission) getForum
(Session session, EntityPermission entityPermission) getForumForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setContentCollectionPK
(ContentCollectionPK contentCollectionPK) void
setContentForum
(ContentForum entity) void
void
setContentForumPK
(ContentForumPK contentForumPK) void
void
setForumPK
(ForumPK forumPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentForumDetail
Creates a new instance of ContentForumDetail- Throws:
PersistenceException
-
ContentForumDetail
Creates a new instance of ContentForumDetail
-
-
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
-
getContentForumDetailValue
-
setContentForumDetailValue
public void setContentForumDetailValue(ContentForumDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getContentForumPK
-
getContentForum
-
getContentForum
-
getContentForum
-
getContentForum
-
getContentForumForUpdate
-
getContentForumForUpdate
-
setContentForumPK
public void setContentForumPK(ContentForumPK contentForumPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentForum
-
getContentForumPKHasBeenModified
-
getContentCollectionPK
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollectionForUpdate
-
getContentCollectionForUpdate
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCollection
-
getContentCollectionPKHasBeenModified
-
getForumPK
-
getForum
-
getForum
-
getForum
-
getForum
-
getForumForUpdate
-
getForumForUpdate
-
setForumPK
public void setForumPK(ForumPK forumPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setForum
-
getForumPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-