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 TypeMethodDescriptionboolean
getContentCatalog
(EntityPermission entityPermission) getContentCatalog
(Session session) getContentCatalog
(Session session, EntityPermission entityPermission) getContentCatalogForUpdate
(Session session) boolean
getContentCategory
(EntityPermission entityPermission) getContentCategory
(Session session) getContentCategory
(Session session, EntityPermission entityPermission) getContentCategoryForUpdate
(Session session) getContentCategoryItemSelector
(EntityPermission entityPermission) getContentCategoryItemSelector
(Session session) getContentCategoryItemSelector
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
getDefaultOfferUse
(EntityPermission entityPermission) getDefaultOfferUse
(Session session) getDefaultOfferUse
(Session session, EntityPermission entityPermission) getDefaultOfferUseForUpdate
(Session session) boolean
boolean
boolean
getParentContentCategory
(EntityPermission entityPermission) getParentContentCategory
(Session session) getParentContentCategory
(Session session, EntityPermission entityPermission) getParentContentCategoryForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setContentCatalog
(ContentCatalog entity) void
setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
setContentCategory
(ContentCategory entity) void
void
void
setContentCategoryItemSelectorPK
(SelectorPK contentCategoryItemSelectorPK) void
setContentCategoryName
(String contentCategoryName) void
setContentCategoryPK
(ContentCategoryPK contentCategoryPK) void
setDefaultOfferUse
(OfferUse entity) void
setDefaultOfferUsePK
(OfferUsePK defaultOfferUsePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
void
setParentContentCategoryPK
(ContentCategoryPK parentContentCategoryPK) 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
-
ContentCategoryDetail
Creates a new instance of ContentCategoryDetail- Throws:
PersistenceException
-
ContentCategoryDetail
Creates a new instance of ContentCategoryDetail
-
-
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
-
getContentCategoryDetailValue
-
setContentCategoryDetailValue
public void setContentCategoryDetailValue(ContentCategoryDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-