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 TypeMethodDescriptionboolean
getContentPage
(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) boolean
boolean
boolean
getContentSection
(EntityPermission entityPermission) getContentSection
(Session session) getContentSection
(Session session, EntityPermission entityPermission) getContentSectionForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setContentPage
(ContentPage entity) void
void
void
setContentPageLayoutPK
(ContentPageLayoutPK contentPageLayoutPK) void
setContentPageName
(String contentPageName) void
setContentPagePK
(ContentPagePK contentPagePK) void
setContentSection
(ContentSection entity) void
setContentSectionPK
(ContentSectionPK contentSectionPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getContentPageDetailValue
-
setContentPageDetailValue
public void setContentPageDetailValue(ContentPageDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-