Class ContentPageAreaDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentPageAreaDetail
- 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 ContentPageAreaDetailContentPageAreaDetail(ContentPageAreaDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentPageAreaDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentPage(EntityPermission entityPermission) getContentPage(Session session) getContentPage(Session session, EntityPermission entityPermission) getContentPageArea(EntityPermission entityPermission) getContentPageArea(Session session) getContentPageArea(Session session, EntityPermission entityPermission) getContentPageAreaForUpdate(Session session) booleangetContentPageForUpdate(Session session) getContentPageLayoutArea(EntityPermission entityPermission) getContentPageLayoutArea(Session session) getContentPageLayoutArea(Session session, EntityPermission entityPermission) getContentPageLayoutAreaForUpdate(Session session) booleanbooleanbooleangetLanguage(EntityPermission entityPermission) getLanguage(Session session) getLanguage(Session session, EntityPermission entityPermission) getLanguageForUpdate(Session session) booleangetMimeType(EntityPermission entityPermission) getMimeType(Session session) getMimeType(Session session, EntityPermission entityPermission) getMimeTypeForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetContentPage(ContentPage entity) voidsetContentPageArea(ContentPageArea entity) voidvoidsetContentPageAreaPK(ContentPageAreaPK contentPageAreaPK) voidvoidsetContentPageLayoutAreaPK(ContentPageLayoutAreaPK contentPageLayoutAreaPK) voidsetContentPagePK(ContentPagePK contentPagePK) voidsetFromTime(Long fromTime) voidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidsetMimeType(MimeType entity) voidsetMimeTypePK(MimeTypePK mimeTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentPageAreaDetail
Creates a new instance of ContentPageAreaDetail- Throws:
PersistenceException
-
ContentPageAreaDetail
Creates a new instance of ContentPageAreaDetail
-
-
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
-
getContentPageAreaDetailValue
-
setContentPageAreaDetailValue
public void setContentPageAreaDetailValue(ContentPageAreaDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContentPageAreaPK
-
getContentPageArea
-
getContentPageArea
-
getContentPageArea
-
getContentPageArea
-
getContentPageAreaForUpdate
-
getContentPageAreaForUpdate
-
setContentPageAreaPK
public void setContentPageAreaPK(ContentPageAreaPK contentPageAreaPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPageArea
-
getContentPageAreaPKHasBeenModified
-
getContentPagePK
-
getContentPage
-
getContentPage
-
getContentPage
-
getContentPage
-
getContentPageForUpdate
-
getContentPageForUpdate
-
setContentPagePK
public void setContentPagePK(ContentPagePK contentPagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPage
-
getContentPagePKHasBeenModified
-
getContentPageLayoutAreaPK
-
getContentPageLayoutArea
public ContentPageLayoutArea getContentPageLayoutArea(Session session, EntityPermission entityPermission) -
getContentPageLayoutArea
-
getContentPageLayoutArea
-
getContentPageLayoutArea
-
getContentPageLayoutAreaForUpdate
-
getContentPageLayoutAreaForUpdate
-
setContentPageLayoutAreaPK
public void setContentPageLayoutAreaPK(ContentPageLayoutAreaPK contentPageLayoutAreaPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPageLayoutArea
-
getContentPageLayoutAreaPKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getMimeTypePK
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeTypeForUpdate
-
getMimeTypeForUpdate
-
setMimeTypePK
public void setMimeTypePK(MimeTypePK mimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setMimeType
-
getMimeTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-