Uses of Class
com.echothree.model.data.vendor.server.entity.VendorItemCost
Packages that use VendorItemCost
Package
Description
-
Uses of VendorItemCost in com.echothree.control.user.vendor.server.command
Methods in com.echothree.control.user.vendor.server.command that return VendorItemCostMethods in com.echothree.control.user.vendor.server.command that return types with arguments of type VendorItemCostModifier and TypeMethodDescriptionprotected Collection<VendorItemCost> GetVendorItemCostsCommand.getEntities()Methods in com.echothree.control.user.vendor.server.command with parameters of type VendorItemCostModifier and TypeMethodDescriptionprotected BaseResultGetVendorItemCostCommand.getResult(VendorItemCost entity) Method parameters in com.echothree.control.user.vendor.server.command with type arguments of type VendorItemCostModifier and TypeMethodDescriptionprotected BaseResultGetVendorItemCostsCommand.getResult(Collection<VendorItemCost> entities) -
Uses of VendorItemCost in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control that return VendorItemCostModifier and TypeMethodDescriptionVendorControl.createVendorItemCost(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long unitCost, BasePK createdBy) VendorControl.getVendorItemCost(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) VendorControl.getVendorItemCostByEntityInstance(EntityInstance entityInstance) VendorControl.getVendorItemCostByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.VendorItemCostVendorControl.getVendorItemCostByEntityInstanceForUpdate(EntityInstance entityInstance) VendorControl.getVendorItemCostForUpdate(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.vendor.server.control that return types with arguments of type VendorItemCostModifier and TypeMethodDescriptionVendorControl.getVendorItemCostsByInventoryConditionForUpdate(InventoryCondition inventoryCondition) VendorControl.getVendorItemCostsByItemAndUnitOfMeasureTypeForUpdate(Item item, UnitOfMeasureType unitOfMeasureType) VendorControl.getVendorItemCostsByUnitOfMeasureTypeForUpdate(UnitOfMeasureType unitOfMeasureType) VendorControl.getVendorItemCostsByVendorItem(VendorItem vendorItem) VendorControl.getVendorItemCostsByVendorItemForUpdate(VendorItem vendorItem) Methods in com.echothree.model.control.vendor.server.control with parameters of type VendorItemCostModifier and TypeMethodDescriptionvoidVendorControl.deleteVendorItemCost(VendorItemCost vendorItemCost, BasePK deletedBy) VendorControl.getVendorItemCostTransfer(UserVisit userVisit, VendorItemCost vendorItemCost) VendorControl.getVendorItemCostValue(VendorItemCost vendorItemCost) Method parameters in com.echothree.model.control.vendor.server.control with type arguments of type VendorItemCostModifier and TypeMethodDescriptionvoidVendorControl.deleteVendorItemCosts(List<VendorItemCost> vendorItemCosts, BasePK deletedBy) VendorControl.getVendorItemCostTransfers(UserVisit userVisit, Collection<VendorItemCost> vendorItemCosts) -
Uses of VendorItemCost in com.echothree.model.control.vendor.server.graphql
Constructors in com.echothree.model.control.vendor.server.graphql with parameters of type VendorItemCost -
Uses of VendorItemCost in com.echothree.model.control.vendor.server.transfer
Methods in com.echothree.model.control.vendor.server.transfer with parameters of type VendorItemCostModifier and TypeMethodDescriptionVendorItemCostTransferCache.getVendorItemCostTransfer(UserVisit userVisit, VendorItemCost vendorItemCost) -
Uses of VendorItemCost in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory that return VendorItemCostModifier and TypeMethodDescriptionVendorItemCostFactory.create(VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) VendorItemCostFactory.create(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long unitCost, Long fromTime, Long thruTime) VendorItemCostFactory.getEntityFromCache(VendorItemCostPK pk) VendorItemCostFactory.getEntityFromPK(EntityPermission entityPermission, VendorItemCostPK pk) VendorItemCostFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) VendorItemCostFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) VendorItemCostFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) VendorItemCostFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) VendorItemCostFactory.getEntityFromValue(EntityPermission entityPermission, VendorItemCostValue value) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorItemCostModifier and TypeMethodDescriptionVendorItemCostFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<VendorItemCostPK> pks) VendorItemCostFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) VendorItemCostFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) VendorItemCostFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) VendorItemCostFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorItemCostModifier and TypeMethodDescriptionvoidVendorItemCostFactory.remove(VendorItemCost entity) voidVendorItemCostFactory.store(VendorItemCost entity) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorItemCostModifier and TypeMethodDescriptionvoidVendorItemCostFactory.store(Collection<VendorItemCost> entities)