Uses of Class
com.echothree.model.data.item.server.entity.ItemPrice
Packages that use ItemPrice
Package
Description
-
Uses of ItemPrice in com.echothree.control.user.item.server.command
Methods in com.echothree.control.user.item.server.command that return ItemPriceModifier and TypeMethodDescriptionEditItemPriceCommand.getEntity
(EditItemPriceResult result) protected ItemPrice
GetItemPriceCommand.getEntity()
EditItemPriceCommand.getLockEntity
(ItemPrice itemPrice) Methods in com.echothree.control.user.item.server.command that return types with arguments of type ItemPriceModifier and TypeMethodDescriptionprotected Collection<ItemPrice>
GetItemPricesCommand.getEntities()
Methods in com.echothree.control.user.item.server.command with parameters of type ItemPriceModifier and TypeMethodDescriptionvoid
void
EditItemPriceCommand.doLock
(ItemPriceEdit edit, ItemPrice itemPrice) void
void
EditItemPriceCommand.fillInResult
(EditItemPriceResult result, ItemPrice itemPrice) EditItemPriceCommand.getLockEntity
(ItemPrice itemPrice) protected BaseResult
Method parameters in com.echothree.control.user.item.server.command with type arguments of type ItemPriceModifier and TypeMethodDescriptionprotected BaseResult
GetItemPricesCommand.getResult
(Collection<ItemPrice> entities) -
Uses of ItemPrice in com.echothree.model.control.filter.server.evaluator
Methods in com.echothree.model.control.filter.server.evaluator with parameters of type ItemPriceModifier and TypeMethodDescriptionOfferItemPriceFilterEvaluator.evaluate
(Item item, ItemPrice itemPrice, ItemFixedPrice itemFixedPrice, Filter filter) -
Uses of ItemPrice in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemPriceModifier and TypeMethodDescriptionItemControl.createItemPrice
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) ItemControl.getItemPrice
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemPriceForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemPriceModifier and TypeMethodDescriptionItemControl.getItemPrices
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPricesByCurrency
(Currency currency) ItemControl.getItemPricesByCurrencyForUpdate
(Currency currency) ItemControl.getItemPricesByInventoryCondition
(InventoryCondition inventoryCondition) ItemControl.getItemPricesByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) ItemControl.getItemPricesByItem
(Item item) ItemControl.getItemPricesByItemAndUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPricesByItemForUpdate
(Item item) ItemControl.getItemPricesByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPricesByUnitOfMeasureTypeForUpdate
(UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPricesForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.item.server.control with parameters of type ItemPriceModifier and TypeMethodDescriptionItemControl.createItemFixedPrice
(ItemPrice itemPrice, Long unitPrice, BasePK createdBy) ItemControl.createItemVariablePrice
(ItemPrice itemPrice, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, BasePK createdBy) void
ItemControl.deleteItemPrice
(ItemPrice itemPrice, BasePK deletedBy) ItemControl.getItemFixedPrice
(ItemPrice itemPrice) ItemControl.getItemFixedPriceForUpdate
(ItemPrice itemPrice) ItemControl.getItemFixedPriceHistory
(ItemPrice itemPrice) ItemControl.getItemFixedPriceValueForUpdate
(ItemPrice itemPrice) ItemControl.getItemPriceHistory
(UserVisit userVisit, ItemPrice itemPrice) ItemControl.getItemPriceTransfer
(UserVisit userVisit, ItemPrice itemPrice) ItemControl.getItemVariablePrice
(ItemPrice itemPrice) ItemControl.getItemVariablePriceForUpdate
(ItemPrice itemPrice) ItemControl.getItemVariablePriceHistory
(ItemPrice itemPrice) ItemControl.getItemVariablePriceValueForUpdate
(ItemPrice itemPrice) Method parameters in com.echothree.model.control.item.server.control with type arguments of type ItemPriceModifier and TypeMethodDescriptionvoid
ItemControl.deleteItemPrices
(List<ItemPrice> itemPrices, BasePK deletedBy) ItemControl.getItemPriceTransfers
(UserVisit userVisit, Collection<ItemPrice> itemPrices) -
Uses of ItemPrice in com.echothree.model.control.item.server.graphql
Constructors in com.echothree.model.control.item.server.graphql with parameters of type ItemPrice -
Uses of ItemPrice in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer with parameters of type ItemPriceModifier and TypeMethodDescriptionItemPriceTransferCache.getHistory
(ItemPrice itemPrice) ItemPriceTransferCache.getTransfer
(ItemPrice itemPrice) -
Uses of ItemPrice in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemPriceModifier and TypeMethodDescriptionItemFixedPrice.getItemPrice()
ItemFixedPrice.getItemPrice
(EntityPermission entityPermission) ItemFixedPrice.getItemPrice
(Session session) ItemFixedPrice.getItemPrice
(Session session, EntityPermission entityPermission) ItemVariablePrice.getItemPrice()
ItemVariablePrice.getItemPrice
(EntityPermission entityPermission) ItemVariablePrice.getItemPrice
(Session session) ItemVariablePrice.getItemPrice
(Session session, EntityPermission entityPermission) ItemFixedPrice.getItemPriceForUpdate()
ItemFixedPrice.getItemPriceForUpdate
(Session session) ItemVariablePrice.getItemPriceForUpdate()
ItemVariablePrice.getItemPriceForUpdate
(Session session) Methods in com.echothree.model.data.item.server.entity with parameters of type ItemPriceModifier and TypeMethodDescriptionvoid
ItemFixedPrice.setItemPrice
(ItemPrice entity) void
ItemVariablePrice.setItemPrice
(ItemPrice entity) -
Uses of ItemPrice in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemPriceModifier and TypeMethodDescriptionItemPriceFactory.create
(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) ItemPriceFactory.create
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ItemPriceFactory.create
(Session session, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) ItemPriceFactory.create
(Session session, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ItemPriceFactory.getEntityFromCache
(Session session, ItemPricePK pk) ItemPriceFactory.getEntityFromPK
(EntityPermission entityPermission, ItemPricePK pk) ItemPriceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemPricePK pk) ItemPriceFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemPriceFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemPriceFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemPriceFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemPriceFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemPriceFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemPriceFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemPriceFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemPriceFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ItemPriceFactory.getEntityFromValue
(EntityPermission entityPermission, ItemPriceValue value) ItemPriceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemPriceValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemPriceModifier and TypeMethodDescriptionItemPriceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemPricePK> pks) ItemPriceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemPricePK> pks) ItemPriceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemPriceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemPriceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemPriceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemPriceFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemPriceFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemPriceFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemPriceFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemPriceFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemPriceModifier and TypeMethodDescriptionItemFixedPriceFactory.create
(Session session, ItemPrice itemPrice, Long unitPrice, Long fromTime, Long thruTime) ItemVariablePriceFactory.create
(ItemPrice itemPrice, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) ItemVariablePriceFactory.create
(Session session, ItemPrice itemPrice, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemPriceModifier and TypeMethodDescriptionvoid
ItemPriceFactory.store
(Session session, Collection<ItemPrice> entities) void
ItemPriceFactory.store
(Collection<ItemPrice> entities)