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
(Session session, VendorItemCostPK pk) VendorItemCostFactory.getEntityFromPK
(EntityPermission entityPermission, VendorItemCostPK pk) VendorItemCostFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, VendorItemCostPK pk) VendorItemCostFactory.getValueFromPK
(Session session, VendorItemCostPK pk) void
VendorItemCostFactory.remove
(Session session, VendorItemCostPK pk) boolean
VendorItemCostFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<VendorItemCostPK> pks) VendorItemCostFactory.getValuesFromPKs
(Session session, Collection<VendorItemCostPK> pks) void
VendorItemCostFactory.remove
(Session session, Collection<VendorItemCostPK> pks) void
VendorItemCostFactory.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