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 TypeMethodDescriptionboolean
getContentCatalog
(EntityPermission entityPermission) getContentCatalog
(Session session) getContentCatalog
(Session session, EntityPermission entityPermission) getContentCatalogForUpdate
(Session session) boolean
boolean
getContentCollection
(EntityPermission entityPermission) getContentCollection
(Session session) getContentCollection
(Session session, EntityPermission entityPermission) getContentCollectionForUpdate
(Session session) boolean
getDefaultOfferUse
(EntityPermission entityPermission) getDefaultOfferUse
(Session session) getDefaultOfferUse
(Session session, EntityPermission entityPermission) getDefaultOfferUseForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setContentCatalog
(ContentCatalog entity) void
void
setContentCatalogName
(String contentCatalogName) void
setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
void
setContentCollectionPK
(ContentCollectionPK contentCollectionPK) void
setDefaultOfferUse
(OfferUse entity) void
setDefaultOfferUsePK
(OfferUsePK defaultOfferUsePK) 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
-
ContentCatalogDetail
Creates a new instance of ContentCatalogDetail- Throws:
PersistenceException
-
ContentCatalogDetail
Creates a new instance of ContentCatalogDetail
-
-
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
-
getContentCatalogDetailValue
-
setContentCatalogDetailValue
public void setContentCatalogDetailValue(ContentCatalogDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-