Class ContentSectionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentSectionDetail
- 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 ContentSectionDetailContentSectionDetail
(ContentSectionDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentSectionDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContentCollection
(EntityPermission entityPermission) getContentCollection
(Session session) getContentCollection
(Session session, EntityPermission entityPermission) getContentCollectionForUpdate
(Session session) boolean
getContentSection
(EntityPermission entityPermission) getContentSection
(Session session) getContentSection
(Session session, EntityPermission entityPermission) getContentSectionForUpdate
(Session session) boolean
boolean
boolean
boolean
getParentContentSection
(EntityPermission entityPermission) getParentContentSection
(Session session) getParentContentSection
(Session session, EntityPermission entityPermission) getParentContentSectionForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setContentCollectionPK
(ContentCollectionPK contentCollectionPK) void
setContentSection
(ContentSection entity) void
void
setContentSectionName
(String contentSectionName) void
setContentSectionPK
(ContentSectionPK contentSectionPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
void
setParentContentSectionPK
(ContentSectionPK parentContentSectionPK) 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
-
ContentSectionDetail
Creates a new instance of ContentSectionDetail- Throws:
PersistenceException
-
ContentSectionDetail
Creates a new instance of ContentSectionDetail
-
-
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
-
getContentSectionDetailValue
-
setContentSectionDetailValue
public void setContentSectionDetailValue(ContentSectionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getContentSectionPK
-
getContentSection
-
getContentSection
-
getContentSection
-
getContentSection
-
getContentSectionForUpdate
-
getContentSectionForUpdate
-
setContentSectionPK
public void setContentSectionPK(ContentSectionPK contentSectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentSection
-
getContentSectionPKHasBeenModified
-
getContentCollectionPK
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollectionForUpdate
-
getContentCollectionForUpdate
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCollection
-
getContentCollectionPKHasBeenModified
-
getContentSectionName
-
setContentSectionName
public void setContentSectionName(String contentSectionName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContentSectionNameHasBeenModified
-
getParentContentSectionPK
-
getParentContentSection
-
getParentContentSection
-
getParentContentSection
-
getParentContentSection
-
getParentContentSectionForUpdate
-
getParentContentSectionForUpdate
-
setParentContentSectionPK
public void setParentContentSectionPK(ContentSectionPK parentContentSectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentContentSection
-
getParentContentSectionPKHasBeenModified
-
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
-