Class ContentSectionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentSectionDetail
- 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 ContentSectionDetailContentSectionDetail(ContentSectionDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentSectionDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentCollection(EntityPermission entityPermission) getContentCollection(Session session) getContentCollection(Session session, EntityPermission entityPermission) getContentCollectionForUpdate(Session session) booleangetContentSection(EntityPermission entityPermission) getContentSection(Session session) getContentSection(Session session, EntityPermission entityPermission) getContentSectionForUpdate(Session session) booleanbooleanbooleanbooleangetParentContentSection(EntityPermission entityPermission) getParentContentSection(Session session) getParentContentSection(Session session, EntityPermission entityPermission) getParentContentSectionForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetContentCollectionPK(ContentCollectionPK contentCollectionPK) voidsetContentSection(ContentSection entity) voidvoidsetContentSectionName(String contentSectionName) voidsetContentSectionPK(ContentSectionPK contentSectionPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidvoidsetParentContentSectionPK(ContentSectionPK parentContentSectionPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentSectionDetail
Creates a new instance of ContentSectionDetail- Throws:
PersistenceException
-
ContentSectionDetail
Creates a new instance of ContentSectionDetail
-
-
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
-
getContentSectionDetailValue
-
setContentSectionDetailValue
public void setContentSectionDetailValue(ContentSectionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContentSectionPK
-
getContentSection
-
getContentSection
-
getContentSection
-
getContentSection
-
getContentSectionForUpdate
-
getContentSectionForUpdate
-
setContentSectionPK
public void setContentSectionPK(ContentSectionPK contentSectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentSection
-
getContentSectionPKHasBeenModified
-
getContentCollectionPK
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollectionForUpdate
-
getContentCollectionForUpdate
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCollection
-
getContentCollectionPKHasBeenModified
-
getContentSectionName
-
setContentSectionName
public void setContentSectionName(String contentSectionName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContentSectionNameHasBeenModified
-
getParentContentSectionPK
-
getParentContentSection
-
getParentContentSection
-
getParentContentSection
-
getParentContentSection
-
getParentContentSectionForUpdate
-
getParentContentSectionForUpdate
-
setParentContentSectionPK
public void setParentContentSectionPK(ContentSectionPK parentContentSectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentContentSection
-
getParentContentSectionPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
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
-