Class ContentPageDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentPageDetail
- 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 ContentPageDetailContentPageDetail(ContentPageDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentPageDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentPage(EntityPermission entityPermission) getContentPage(Session session) getContentPage(Session session, EntityPermission entityPermission) getContentPageForUpdate(Session session) getContentPageLayout(EntityPermission entityPermission) getContentPageLayout(Session session) getContentPageLayout(Session session, EntityPermission entityPermission) getContentPageLayoutForUpdate(Session session) booleanbooleanbooleangetContentSection(EntityPermission entityPermission) getContentSection(Session session) getContentSection(Session session, EntityPermission entityPermission) getContentSectionForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetContentPage(ContentPage entity) voidvoidvoidsetContentPageLayoutPK(ContentPageLayoutPK contentPageLayoutPK) voidsetContentPageName(String contentPageName) voidsetContentPagePK(ContentPagePK contentPagePK) voidsetContentSection(ContentSection entity) voidsetContentSectionPK(ContentSectionPK contentSectionPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentPageDetail
Creates a new instance of ContentPageDetail- Throws:
PersistenceException
-
ContentPageDetail
Creates a new instance of ContentPageDetail
-
-
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
-
getContentPageDetailValue
-
setContentPageDetailValue
public void setContentPageDetailValue(ContentPageDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContentPagePK
-
getContentPage
-
getContentPage
-
getContentPage
-
getContentPage
-
getContentPageForUpdate
-
getContentPageForUpdate
-
setContentPagePK
public void setContentPagePK(ContentPagePK contentPagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPage
-
getContentPagePKHasBeenModified
-
getContentSectionPK
-
getContentSection
-
getContentSection
-
getContentSection
-
getContentSection
-
getContentSectionForUpdate
-
getContentSectionForUpdate
-
setContentSectionPK
public void setContentSectionPK(ContentSectionPK contentSectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentSection
-
getContentSectionPKHasBeenModified
-
getContentPageName
-
setContentPageName
public void setContentPageName(String contentPageName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContentPageNameHasBeenModified
-
getContentPageLayoutPK
-
getContentPageLayout
-
getContentPageLayout
-
getContentPageLayout
-
getContentPageLayout
-
getContentPageLayoutForUpdate
-
getContentPageLayoutForUpdate
-
setContentPageLayoutPK
public void setContentPageLayoutPK(ContentPageLayoutPK contentPageLayoutPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPageLayout
-
getContentPageLayoutPKHasBeenModified
-
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
-