Class ContentCatalogItem
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.content.server.entity.ContentCatalogItem
- 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 ContentCatalogItemContentCatalogItem
(ContentCatalogItemValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogItem -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContentCatalog
(EntityPermission entityPermission) getContentCatalog
(Session session) getContentCatalog
(Session session, EntityPermission entityPermission) getContentCatalogForUpdate
(Session session) boolean
getCurrency
(EntityPermission entityPermission) getCurrency
(Session session) getCurrency
(Session session, EntityPermission entityPermission) getCurrencyForUpdate
(Session session) boolean
boolean
getInventoryCondition
(EntityPermission entityPermission) getInventoryCondition
(Session session) getInventoryCondition
(Session session, EntityPermission entityPermission) getInventoryConditionForUpdate
(Session session) boolean
getItem()
getItem
(EntityPermission entityPermission) getItem
(Session session, EntityPermission entityPermission) getItemForUpdate
(Session session) boolean
boolean
getUnitOfMeasureType
(EntityPermission entityPermission) getUnitOfMeasureType
(Session session) getUnitOfMeasureType
(Session session, EntityPermission entityPermission) getUnitOfMeasureTypeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setContentCatalog
(ContentCatalog entity) void
void
setContentCatalogPK
(ContentCatalogPK contentCatalogPK) void
setCurrency
(Currency entity) void
setCurrencyPK
(CurrencyPK currencyPK) void
setFromTime
(Long fromTime) void
void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
void
void
setThruTime
(Long thruTime) void
void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContentCatalogItem
Creates a new instance of ContentCatalogItem- Throws:
PersistenceException
-
ContentCatalogItem
Creates a new instance of ContentCatalogItem
-
-
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
-
getContentCatalogItemValue
-
setContentCatalogItemValue
public void setContentCatalogItemValue(ContentCatalogItemValue 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
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-