Class PartyInventoryLevel
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.PartyInventoryLevel
- 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 PartyInventoryLevelPartyInventoryLevel(PartyInventoryLevelValue value, EntityPermission entityPermission) Creates a new instance of PartyInventoryLevel -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryCondition(EntityPermission entityPermission) getInventoryCondition(Session session) getInventoryCondition(Session session, EntityPermission entityPermission) getInventoryConditionForUpdate(Session session) booleangetItem()getItem(EntityPermission entityPermission) getItem(Session session, EntityPermission entityPermission) getItemForUpdate(Session session) booleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidvoidsetMaximumInventory(Long maximumInventory) voidsetMinimumInventory(Long minimumInventory) voidvoidvoidsetPartyPK(PartyPK partyPK) voidsetReorderQuantity(Long reorderQuantity) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyInventoryLevel
Creates a new instance of PartyInventoryLevel- Throws:
PersistenceException
-
PartyInventoryLevel
Creates a new instance of PartyInventoryLevel
-
-
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
-
getPartyInventoryLevelValue
-
setPartyInventoryLevelValue
public void setPartyInventoryLevelValue(PartyInventoryLevelValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
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
-
getMinimumInventory
-
setMinimumInventory
public void setMinimumInventory(Long minimumInventory) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumInventoryHasBeenModified
-
getMaximumInventory
-
setMaximumInventory
public void setMaximumInventory(Long maximumInventory) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumInventoryHasBeenModified
-
getReorderQuantity
-
setReorderQuantity
public void setReorderQuantity(Long reorderQuantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReorderQuantityHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-