Uses of Class
com.echothree.model.data.vendor.common.pk.VendorItemPK
Packages that use VendorItemPK
Package
Description
-
Uses of VendorItemPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return VendorItemPKModifier and TypeMethodDescriptionVendorItem.getPrimaryKey()
VendorItemCost.getVendorItemPK()
VendorItemDetail.getVendorItemPK()
Methods in com.echothree.model.data.vendor.server.entity with parameters of type VendorItemPKModifier and TypeMethodDescriptionvoid
VendorItemCost.setVendorItemPK
(VendorItemPK vendorItemPK) void
VendorItemDetail.setVendorItemPK
(VendorItemPK vendorItemPK) -
Uses of VendorItemPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory that return VendorItemPKModifier and TypeMethodDescriptionVendorItemFactory.getNextPK()
VendorItemFactory.getPKFromQuery
(PreparedStatement ps, Object... params) VendorItemFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorItemPKModifier and TypeMethodDescriptionVendorItemFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) VendorItemFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) VendorItemFactory.getPKsFromResultSetAsList
(ResultSet rs) VendorItemFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorItemPKModifier and TypeMethodDescriptionVendorItemCostFactory.create
(VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) VendorItemCostFactory.create
(Session session, VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) VendorItemDetailFactory.create
(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) VendorItemDetailFactory.create
(Session session, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) VendorItemFactory.getEntityFromCache
(Session session, VendorItemPK pk) VendorItemFactory.getEntityFromPK
(EntityPermission entityPermission, VendorItemPK pk) VendorItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, VendorItemPK pk) VendorItemFactory.getValueFromPK
(Session session, VendorItemPK pk) void
VendorItemFactory.remove
(Session session, VendorItemPK pk) boolean
VendorItemFactory.validPK
(Session session, VendorItemPK pk) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorItemPKModifier and TypeMethodDescriptionVendorItemFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<VendorItemPK> pks) VendorItemFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<VendorItemPK> pks) VendorItemFactory.getValuesFromPKs
(Session session, Collection<VendorItemPK> pks) void
VendorItemFactory.remove
(Session session, Collection<VendorItemPK> pks) void
VendorItemFactory.remove
(Collection<VendorItemPK> pks) -
Uses of VendorItemPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return VendorItemPKModifier and TypeMethodDescriptionVendorItemValue.getPrimaryKey()
VendorItemCostValue.getVendorItemPK()
VendorItemDetailValue.getVendorItemPK()
Methods in com.echothree.model.data.vendor.server.value with parameters of type VendorItemPKModifier and TypeMethodDescriptionvoid
VendorItemCostValue.setVendorItemPK
(VendorItemPK vendorItemPK) void
VendorItemDetailValue.setVendorItemPK
(VendorItemPK vendorItemPK) Constructors in com.echothree.model.data.vendor.server.value with parameters of type VendorItemPKModifierConstructorDescriptionVendorItemCostValue
(VendorItemCostPK vendorItemCostPK, VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) Creates a new instance of VendorItemCostValueVendorItemCostValue
(VendorItemPK vendorItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long unitCost, Long fromTime, Long thruTime) Creates a new instance of VendorItemCostValueVendorItemDetailValue
(VendorItemDetailPK vendorItemDetailPK, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValueVendorItemDetailValue
(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValueVendorItemValue
(VendorItemPK vendorItemPK, VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) Creates a new instance of VendorItemValue