Uses of Class
com.echothree.model.data.vendor.common.pk.VendorItemCostPK
Packages that use VendorItemCostPK
Package
Description
-
Uses of VendorItemCostPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return VendorItemCostPK -
Uses of VendorItemCostPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory that return VendorItemCostPKModifier and TypeMethodDescriptionVendorItemCostFactory.getNextPK()VendorItemCostFactory.getPKFromQuery(PreparedStatement ps, Object... params) VendorItemCostFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorItemCostPKModifier and TypeMethodDescriptionVendorItemCostFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) VendorItemCostFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) VendorItemCostFactory.getPKsFromResultSetAsList(ResultSet rs) VendorItemCostFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorItemCostPKModifier and TypeMethodDescriptionVendorItemCostFactory.getEntityFromCache(VendorItemCostPK pk) VendorItemCostFactory.getEntityFromPK(EntityPermission entityPermission, VendorItemCostPK pk) VendorItemCostFactory.getValueFromPK(VendorItemCostPK pk) voidVendorItemCostFactory.remove(VendorItemCostPK pk) booleanVendorItemCostFactory.validPK(VendorItemCostPK pk) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorItemCostPKModifier and TypeMethodDescriptionVendorItemCostFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<VendorItemCostPK> pks) VendorItemCostFactory.getValuesFromPKs(Collection<VendorItemCostPK> pks) voidVendorItemCostFactory.remove(Collection<VendorItemCostPK> pks) -
Uses of VendorItemCostPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return VendorItemCostPKConstructors in com.echothree.model.data.vendor.server.value with parameters of type VendorItemCostPKModifierConstructorDescriptionVendorItemCostValue(VendorItemCostPK vendorItemCostPK, VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) Creates a new instance of VendorItemCostValue -
Uses of VendorItemCostPK in com.echothree.model.jooq.server.records.vendor
Methods in com.echothree.model.jooq.server.records.vendor that return VendorItemCostPKModifier and TypeMethodDescriptionVendorItemCosts.VendorItemCost()Getter forvendoritemcosts.vndritmc_vendoritemcostid.Methods in com.echothree.model.jooq.server.records.vendor that return types with arguments of type VendorItemCostPKMethods in com.echothree.model.jooq.server.records.vendor with parameters of type VendorItemCostPKModifier and TypeMethodDescriptionvoidVendorItemCosts.VendorItemCost(VendorItemCostPK value) Setter forvendoritemcosts.vndritmc_vendoritemcostid.Constructors in com.echothree.model.jooq.server.records.vendor with parameters of type VendorItemCostPKModifierConstructorDescriptionVendorItemCosts(VendorItemCostPK VendorItemCost, VendorItemPK VendorItem, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Long UnitCost, Long FromTime, Long ThruTime) Create a detached, initialised VendorItemCosts -
Uses of VendorItemCostPK in com.echothree.model.jooq.server.tables.vendor
Fields in com.echothree.model.jooq.server.tables.vendor with type parameters of type VendorItemCostPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<VendorItemCosts, VendorItemCostPK> VendorItemCosts.VENDOR_ITEM_COSTThe columnvendoritemcosts.vndritmc_vendoritemcostid.