Class ContentCatalogDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentCatalogDetail
- 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 ContentCatalogDetailContentCatalogDetail(ContentCatalogDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContentCatalog(EntityPermission entityPermission) getContentCatalog(Session session) getContentCatalog(Session session, EntityPermission entityPermission) getContentCatalogForUpdate(Session session) booleanbooleangetContentCollection(EntityPermission entityPermission) getContentCollection(Session session) getContentCollection(Session session, EntityPermission entityPermission) getContentCollectionForUpdate(Session session) booleangetDefaultOfferUse(EntityPermission entityPermission) getDefaultOfferUse(Session session) getDefaultOfferUse(Session session, EntityPermission entityPermission) getDefaultOfferUseForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetContentCatalog(ContentCatalog entity) voidvoidsetContentCatalogName(String contentCatalogName) voidsetContentCatalogPK(ContentCatalogPK contentCatalogPK) voidvoidsetContentCollectionPK(ContentCollectionPK contentCollectionPK) voidsetDefaultOfferUse(OfferUse entity) voidsetDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentCatalogDetail
Creates a new instance of ContentCatalogDetail- Throws:
PersistenceException
-
ContentCatalogDetail
Creates a new instance of ContentCatalogDetail
-
-
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
-
getContentCatalogDetailValue
-
setContentCatalogDetailValue
public void setContentCatalogDetailValue(ContentCatalogDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContentCatalogPK
-
getContentCatalog
-
getContentCatalog
-
getContentCatalog
-
getContentCatalog
-
getContentCatalogForUpdate
-
getContentCatalogForUpdate
-
setContentCatalogPK
public void setContentCatalogPK(ContentCatalogPK contentCatalogPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCatalog
-
getContentCatalogPKHasBeenModified
-
getContentCollectionPK
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollection
-
getContentCollectionForUpdate
-
getContentCollectionForUpdate
-
setContentCollectionPK
public void setContentCollectionPK(ContentCollectionPK contentCollectionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContentCollection
-
getContentCollectionPKHasBeenModified
-
getContentCatalogName
-
setContentCatalogName
public void setContentCatalogName(String contentCatalogName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContentCatalogNameHasBeenModified
-
getDefaultOfferUsePK
-
getDefaultOfferUse
-
getDefaultOfferUse
-
getDefaultOfferUse
-
getDefaultOfferUse
-
getDefaultOfferUseForUpdate
-
getDefaultOfferUseForUpdate
-
setDefaultOfferUsePK
public void setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDefaultOfferUse
-
getDefaultOfferUsePKHasBeenModified
-
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
-