Uses of Class
com.echothree.model.data.vendor.common.pk.VendorItemDetailPK
Packages that use VendorItemDetailPK
Package
Description
-
Uses of VendorItemDetailPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return VendorItemDetailPKModifier and TypeMethodDescriptionVendorItem.getActiveDetailPK()VendorItem.getLastDetailPK()VendorItemDetail.getPrimaryKey()Methods in com.echothree.model.data.vendor.server.entity with parameters of type VendorItemDetailPKModifier and TypeMethodDescriptionvoidVendorItem.setActiveDetailPK(VendorItemDetailPK activeDetailPK) voidVendorItem.setLastDetailPK(VendorItemDetailPK lastDetailPK) -
Uses of VendorItemDetailPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory that return VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemDetailFactory.getNextPK()VendorItemDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) VendorItemDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) VendorItemDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) VendorItemDetailFactory.getPKsFromResultSetAsList(ResultSet rs) VendorItemDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemFactory.create(VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) VendorItemDetailFactory.getEntityFromCache(VendorItemDetailPK pk) VendorItemDetailFactory.getEntityFromPK(EntityPermission entityPermission, VendorItemDetailPK pk) VendorItemDetailFactory.getValueFromPK(VendorItemDetailPK pk) voidVendorItemDetailFactory.remove(VendorItemDetailPK pk) booleanVendorItemDetailFactory.validPK(VendorItemDetailPK pk) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<VendorItemDetailPK> pks) VendorItemDetailFactory.getValuesFromPKs(Collection<VendorItemDetailPK> pks) voidVendorItemDetailFactory.remove(Collection<VendorItemDetailPK> pks) -
Uses of VendorItemDetailPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return VendorItemDetailPKModifier and TypeMethodDescriptionVendorItemValue.getActiveDetailPK()VendorItemValue.getLastDetailPK()VendorItemDetailValue.getPrimaryKey()Methods in com.echothree.model.data.vendor.server.value with parameters of type VendorItemDetailPKModifier and TypeMethodDescriptionvoidVendorItemValue.setActiveDetailPK(VendorItemDetailPK activeDetailPK) voidVendorItemValue.setLastDetailPK(VendorItemDetailPK lastDetailPK) Constructors in com.echothree.model.data.vendor.server.value with parameters of type VendorItemDetailPKModifierConstructorDescriptionVendorItemDetailValue(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 VendorItemDetailValueVendorItemValue(VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) Creates a new instance of VendorItemValueVendorItemValue(VendorItemPK vendorItemPK, VendorItemDetailPK activeDetailPK, VendorItemDetailPK lastDetailPK) Creates a new instance of VendorItemValue