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 TypeMethodDescriptionboolean
getContentPage
(EntityPermission entityPermission) getContentPage
(Session session) getContentPage
(Session session, EntityPermission entityPermission) getContentPageArea
(EntityPermission entityPermission) getContentPageArea
(Session session) getContentPageArea
(Session session, EntityPermission entityPermission) getContentPageAreaForUpdate
(Session session) boolean
getContentPageForUpdate
(Session session) getContentPageLayoutArea
(EntityPermission entityPermission) getContentPageLayoutArea
(Session session) getContentPageLayoutArea
(Session session, EntityPermission entityPermission) getContentPageLayoutAreaForUpdate
(Session session) boolean
boolean
boolean
getLanguage
(EntityPermission entityPermission) getLanguage
(Session session) getLanguage
(Session session, EntityPermission entityPermission) getLanguageForUpdate
(Session session) boolean
getMimeType
(EntityPermission entityPermission) getMimeType
(Session session) getMimeType
(Session session, EntityPermission entityPermission) getMimeTypeForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setContentPage
(ContentPage entity) void
setContentPageArea
(ContentPageArea entity) void
void
setContentPageAreaPK
(ContentPageAreaPK contentPageAreaPK) void
void
setContentPageLayoutAreaPK
(ContentPageLayoutAreaPK contentPageLayoutAreaPK) void
setContentPagePK
(ContentPagePK contentPagePK) void
setFromTime
(Long fromTime) void
setLanguage
(Language entity) void
setLanguagePK
(LanguagePK languagePK) void
setMimeType
(MimeType entity) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getContentPageAreaDetailValue
-
setContentPageAreaDetailValue
public void setContentPageAreaDetailValue(ContentPageAreaDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-