Uses of Class
com.echothree.model.data.vendor.common.pk.VendorPK
Packages that use VendorPK
Package
Description
-
Uses of VendorPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return VendorPK -
Uses of VendorPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory that return VendorPKModifier and TypeMethodDescriptionVendorFactory.getNextPK()
VendorFactory.getPKFromQuery
(PreparedStatement ps, Object... params) VendorFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorPKModifier and TypeMethodDescriptionVendorFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) VendorFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) VendorFactory.getPKsFromResultSetAsList
(ResultSet rs) VendorFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorPKModifier and TypeMethodDescriptionVendorFactory.getEntityFromCache
(Session session, VendorPK pk) VendorFactory.getEntityFromPK
(EntityPermission entityPermission, VendorPK pk) VendorFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, VendorPK pk) VendorFactory.getValueFromPK
(Session session, VendorPK pk) void
boolean
Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorPKModifier and TypeMethodDescriptionVendorFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<VendorPK> pks) VendorFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<VendorPK> pks) VendorFactory.getValuesFromPKs
(Session session, Collection<VendorPK> pks) void
VendorFactory.remove
(Session session, Collection<VendorPK> pks) void
VendorFactory.remove
(Collection<VendorPK> pks) -
Uses of VendorPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return VendorPKConstructors in com.echothree.model.data.vendor.server.value with parameters of type VendorPKModifierConstructorDescriptionVendorValue
(VendorPK vendorPK, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValue