Class ContentPageLayoutArea
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentPageLayoutArea
- 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 ContentPageLayoutAreaContentPageLayoutArea
(ContentPageLayoutAreaValue value, EntityPermission entityPermission) Creates a new instance of ContentPageLayoutArea -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContentPageAreaType
(EntityPermission entityPermission) getContentPageAreaType
(Session session) getContentPageAreaType
(Session session, EntityPermission entityPermission) getContentPageAreaTypeForUpdate
(Session session) boolean
getContentPageLayout
(EntityPermission entityPermission) getContentPageLayout
(Session session) getContentPageLayout
(Session session, EntityPermission entityPermission) getContentPageLayoutForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setContentPageAreaTypePK
(ContentPageAreaTypePK contentPageAreaTypePK) void
void
void
setContentPageLayoutPK
(ContentPageLayoutPK contentPageLayoutPK) void
setShowDescriptionField
(Boolean showDescriptionField) void
setSortOrder
(Integer sortOrder) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentPageLayoutArea
Creates a new instance of ContentPageLayoutArea- Throws:
PersistenceException
-
ContentPageLayoutArea
Creates a new instance of ContentPageLayoutArea
-
-
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
-
getContentPageLayoutAreaValue
-
setContentPageLayoutAreaValue
public void setContentPageLayoutAreaValue(ContentPageLayoutAreaValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getContentPageLayoutPK
-
getContentPageLayout
-
getContentPageLayout
-
getContentPageLayout
-
getContentPageLayout
-
getContentPageLayoutForUpdate
-
getContentPageLayoutForUpdate
-
setContentPageLayoutPK
public void setContentPageLayoutPK(ContentPageLayoutPK contentPageLayoutPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPageLayout
-
getContentPageLayoutPKHasBeenModified
-
getContentPageAreaTypePK
-
getContentPageAreaType
public ContentPageAreaType getContentPageAreaType(Session session, EntityPermission entityPermission) -
getContentPageAreaType
-
getContentPageAreaType
-
getContentPageAreaType
-
getContentPageAreaTypeForUpdate
-
getContentPageAreaTypeForUpdate
-
setContentPageAreaTypePK
public void setContentPageAreaTypePK(ContentPageAreaTypePK contentPageAreaTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentPageAreaType
-
getContentPageAreaTypePKHasBeenModified
-
getShowDescriptionField
-
setShowDescriptionField
public void setShowDescriptionField(Boolean showDescriptionField) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShowDescriptionFieldHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-