Uses of Class
com.echothree.model.data.offer.server.entity.OfferItem
Packages that use OfferItem
Package
Description
-
Uses of OfferItem in com.echothree.control.user.offer.server.command
Methods in com.echothree.control.user.offer.server.command that return OfferItemMethods in com.echothree.control.user.offer.server.command that return types with arguments of type OfferItemModifier and TypeMethodDescriptionprotected Collection<OfferItem>
GetOfferItemsCommand.getEntities()
Methods in com.echothree.control.user.offer.server.command with parameters of type OfferItemMethod parameters in com.echothree.control.user.offer.server.command with type arguments of type OfferItemModifier and TypeMethodDescriptionprotected BaseResult
GetOfferItemsCommand.getResult
(Collection<OfferItem> entities) -
Uses of OfferItem in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return OfferItemModifier and TypeMethodDescriptionOfferItemControl.createOfferItem
(Offer offer, Item item, BasePK createdBy) Use the function in OfferLogic instead.OfferItemControl.getOfferItem
(Offer offer, Item item) OfferItemControl.getOfferItem
(Offer offer, Item item, EntityPermission entityPermission) OfferItemControl.getOfferItemByEntityInstance
(EntityInstance entityInstance) OfferItemControl.getOfferItemByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.OfferItemOfferItemControl.getOfferItemByEntityInstanceForUpdate
(EntityInstance entityInstance) OfferItemControl.getOfferItemForUpdate
(Offer offer, Item item) Methods in com.echothree.model.control.offer.server.control that return types with arguments of type OfferItemModifier and TypeMethodDescriptionOfferItemControl.getOfferItemsByItem
(Item item) OfferItemControl.getOfferItemsByItemForUpdate
(Item item) OfferItemControl.getOfferItemsByOffer
(Offer offer) OfferItemControl.getOfferItemsByOfferForUpdate
(Offer offer) Methods in com.echothree.model.control.offer.server.control with parameters of type OfferItemModifier and TypeMethodDescriptionlong
OfferItemControl.countOfferItemPricesByOfferItem
(OfferItem offerItem) OfferItemControl.createOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) Use the function in OfferItemLogic instead.void
OfferItemControl.deleteOfferItem
(OfferItem offerItem, BasePK deletedBy) Use the function in OfferItemLogic instead.OfferItemControl.getOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemPriceForUpdate
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemPricesByOfferItem
(OfferItem offerItem) OfferItemControl.getOfferItemPricesByOfferItem
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) OfferItemControl.getOfferItemPricesByOfferItemForUpdate
(OfferItem offerItem) OfferItemControl.getOfferItemPricesByOfferItemForUpdate
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) OfferItemControl.getOfferItemPriceTransfersByOfferItem
(UserVisit userVisit, OfferItem offerItem) OfferItemControl.getOfferItemTransfer
(UserVisit userVisit, OfferItem offerItem) Method parameters in com.echothree.model.control.offer.server.control with type arguments of type OfferItemModifier and TypeMethodDescriptionOfferItemControl.getOfferItemTransfers
(UserVisit userVisit, Collection<OfferItem> offerItems) -
Uses of OfferItem in com.echothree.model.control.offer.server.graphql
Constructors in com.echothree.model.control.offer.server.graphql with parameters of type OfferItem -
Uses of OfferItem in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic that return OfferItemModifier and TypeMethodDescriptionOfferItemLogic.createOfferItem
(Offer offer, Item item, BasePK createdBy) OfferItemLogic.createOfferItem
(ExecutionErrorAccumulator eea, Offer offer, Item item, BasePK createdBy) OfferItemLogic.getOfferItem
(ExecutionErrorAccumulator eea, Offer offer, Item item) OfferItemLogic.getOfferItem
(ExecutionErrorAccumulator eea, Offer offer, Item item, EntityPermission entityPermission) OfferItemLogic.getOfferItemByUniversalSpec
(ExecutionErrorAccumulator eea, OfferItemUniversalSpec universalSpec) OfferItemLogic.getOfferItemByUniversalSpec
(ExecutionErrorAccumulator eea, OfferItemUniversalSpec universalSpec, EntityPermission entityPermission) OfferItemLogic.getOfferItemByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, OfferItemUniversalSpec universalSpec) OfferItemLogic.getOfferItemForUpdate
(ExecutionErrorAccumulator eea, Offer offer, Item item) Methods in com.echothree.model.control.offer.server.logic with parameters of type OfferItemModifier and TypeMethodDescriptionOfferItemLogic.createOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) void
OfferItemLogic.deleteOfferItem
(OfferItem offerItem, BasePK deletedBy) void
OfferItemLogic.deleteOfferItem
(ExecutionErrorAccumulator eea, OfferItem offerItem, BasePK deletedBy) void
OfferItemLogic.deleteOfferItemPricesByOfferItem
(OfferItem offerItem, BasePK deletedBy) Method parameters in com.echothree.model.control.offer.server.logic with type arguments of type OfferItemModifier and TypeMethodDescriptionvoid
OfferItemLogic.deleteOfferItems
(List<OfferItem> offerItems, BasePK deletedBy) -
Uses of OfferItem in com.echothree.model.control.offer.server.transfer
Methods in com.echothree.model.control.offer.server.transfer with parameters of type OfferItemModifier and TypeMethodDescriptionOfferItemTransferCache.getOfferItemTransfer
(OfferItem offerItem) -
Uses of OfferItem in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemModifier and TypeMethodDescriptionOfferItemPrice.getOfferItem()
OfferItemPrice.getOfferItem
(EntityPermission entityPermission) OfferItemPrice.getOfferItem
(Session session) OfferItemPrice.getOfferItem
(Session session, EntityPermission entityPermission) OfferItemPrice.getOfferItemForUpdate()
OfferItemPrice.getOfferItemForUpdate
(Session session) Methods in com.echothree.model.data.offer.server.entity with parameters of type OfferItem -
Uses of OfferItem in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemModifier and TypeMethodDescriptionOfferItemFactory.create
(Session session, OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) OfferItemFactory.getEntityFromCache
(Session session, OfferItemPK pk) OfferItemFactory.getEntityFromPK
(EntityPermission entityPermission, OfferItemPK pk) OfferItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OfferItemPK pk) OfferItemFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OfferItemFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OfferItemFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OfferItemFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OfferItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OfferItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OfferItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OfferItemFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) OfferItemFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) OfferItemFactory.getEntityFromValue
(EntityPermission entityPermission, OfferItemValue value) OfferItemFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OfferItemValue value) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemModifier and TypeMethodDescriptionOfferItemFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OfferItemPK> pks) OfferItemFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OfferItemPK> pks) OfferItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OfferItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OfferItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OfferItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OfferItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OfferItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OfferItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OfferItemFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) OfferItemFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemModifier and TypeMethodDescriptionOfferItemPriceFactory.create
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) OfferItemPriceFactory.create
(Session session, OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemModifier and TypeMethodDescriptionvoid
OfferItemFactory.store
(Session session, Collection<OfferItem> entities) void
OfferItemFactory.store
(Collection<OfferItem> entities)