Class ContentCategoryDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentCategoryDetail
- 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 ContentCategoryDetailContentCategoryDetail(ContentCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentCategoryDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentCatalog(EntityPermission entityPermission) getContentCatalog(Session session) getContentCatalog(Session session, EntityPermission entityPermission) getContentCatalogForUpdate(Session session) booleangetContentCategory(EntityPermission entityPermission) getContentCategory(Session session) getContentCategory(Session session, EntityPermission entityPermission) getContentCategoryForUpdate(Session session) getContentCategoryItemSelector(EntityPermission entityPermission) getContentCategoryItemSelector(Session session) getContentCategoryItemSelector(Session session, EntityPermission entityPermission) booleanbooleanbooleangetDefaultOfferUse(EntityPermission entityPermission) getDefaultOfferUse(Session session) getDefaultOfferUse(Session session, EntityPermission entityPermission) getDefaultOfferUseForUpdate(Session session) booleanbooleanbooleangetParentContentCategory(EntityPermission entityPermission) getParentContentCategory(Session session) getParentContentCategory(Session session, EntityPermission entityPermission) getParentContentCategoryForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetContentCatalog(ContentCatalog entity) voidsetContentCatalogPK(ContentCatalogPK contentCatalogPK) voidsetContentCategory(ContentCategory entity) voidvoidvoidsetContentCategoryItemSelectorPK(SelectorPK contentCategoryItemSelectorPK) voidsetContentCategoryName(String contentCategoryName) voidsetContentCategoryPK(ContentCategoryPK contentCategoryPK) voidsetDefaultOfferUse(OfferUse entity) voidsetDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidvoidsetParentContentCategoryPK(ContentCategoryPK parentContentCategoryPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentCategoryDetail
Creates a new instance of ContentCategoryDetail- Throws:
PersistenceException
-
ContentCategoryDetail
Creates a new instance of ContentCategoryDetail
-
-
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
-
getContentCategoryDetailValue
-
setContentCategoryDetailValue
public void setContentCategoryDetailValue(ContentCategoryDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContentCategoryPK
-
getContentCategory
-
getContentCategory
-
getContentCategory
-
getContentCategory
-
getContentCategoryForUpdate
-
getContentCategoryForUpdate
-
setContentCategoryPK
public void setContentCategoryPK(ContentCategoryPK contentCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCategory
-
getContentCategoryPKHasBeenModified
-
getContentCatalogPK
-
getContentCatalog
-
getContentCatalog
-
getContentCatalog
-
getContentCatalog
-
getContentCatalogForUpdate
-
getContentCatalogForUpdate
-
setContentCatalogPK
public void setContentCatalogPK(ContentCatalogPK contentCatalogPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCatalog
-
getContentCatalogPKHasBeenModified
-
getContentCategoryName
-
setContentCategoryName
public void setContentCategoryName(String contentCategoryName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContentCategoryNameHasBeenModified
-
getParentContentCategoryPK
-
getParentContentCategory
-
getParentContentCategory
-
getParentContentCategory
-
getParentContentCategory
-
getParentContentCategoryForUpdate
-
getParentContentCategoryForUpdate
-
setParentContentCategoryPK
public void setParentContentCategoryPK(ContentCategoryPK parentContentCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParentContentCategory
-
getParentContentCategoryPKHasBeenModified
-
getDefaultOfferUsePK
-
getDefaultOfferUse
-
getDefaultOfferUse
-
getDefaultOfferUse
-
getDefaultOfferUse
-
getDefaultOfferUseForUpdate
-
getDefaultOfferUseForUpdate
-
setDefaultOfferUsePK
public void setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDefaultOfferUse
-
getDefaultOfferUsePKHasBeenModified
-
getContentCategoryItemSelectorPK
-
getContentCategoryItemSelector
-
getContentCategoryItemSelector
-
getContentCategoryItemSelector
-
getContentCategoryItemSelector
-
getContentCategoryItemSelectorForUpdate
-
getContentCategoryItemSelectorForUpdate
-
setContentCategoryItemSelectorPK
public void setContentCategoryItemSelectorPK(SelectorPK contentCategoryItemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCategoryItemSelector
-
getContentCategoryItemSelectorPKHasBeenModified
-
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
-