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