Uses of Class
com.echothree.model.data.vendor.server.value.VendorItemDetailValue
Packages that use VendorItemDetailValue
Package
Description
-
Uses of VendorItemDetailValue in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control that return VendorItemDetailValueModifier and TypeMethodDescriptionVendorControl.getVendorItemDetailValueByVendorPartyAndVendorItemNameForUpdate
(Party vendorParty, String vendorItemName) VendorControl.getVendorItemDetailValueForUpdate
(VendorItem vendorItem) Methods in com.echothree.model.control.vendor.server.control with parameters of type VendorItemDetailValueModifier and TypeMethodDescriptionvoid
VendorControl.updateVendorItemFromValue
(VendorItemDetailValue vendorItemDetailValue, BasePK updatedBy) -
Uses of VendorItemDetailValue in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return VendorItemDetailValueMethods in com.echothree.model.data.vendor.server.entity with parameters of type VendorItemDetailValueModifier and TypeMethodDescriptionvoid
VendorItemDetail.setVendorItemDetailValue
(VendorItemDetailValue value) Constructors in com.echothree.model.data.vendor.server.entity with parameters of type VendorItemDetailValueModifierConstructorDescriptionVendorItemDetail
(VendorItemDetailValue value, EntityPermission entityPermission) Creates a new instance of VendorItemDetail -
Uses of VendorItemDetailValue in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory that return VendorItemDetailValueModifier and TypeMethodDescriptionVendorItemDetailFactory.getValueFromPK
(Session session, VendorItemDetailPK pk) VendorItemDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorItemDetailValueModifier and TypeMethodDescriptionVendorItemDetailFactory.getValuesFromPKs
(Session session, Collection<VendorItemDetailPK> pks) VendorItemDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorItemDetailValueModifier and TypeMethodDescriptionVendorItemDetailFactory.getEntityFromValue
(EntityPermission entityPermission, VendorItemDetailValue value) VendorItemDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, VendorItemDetailValue value) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorItemDetailValueModifier and TypeMethodDescriptionvoid
VendorItemDetailFactory.create
(Session session, Collection<VendorItemDetailValue> _values) void
VendorItemDetailFactory.create
(Collection<VendorItemDetailValue> _values) -
Uses of VendorItemDetailValue in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return VendorItemDetailValue