Uses of Class
com.echothree.model.data.vendor.server.value.VendorValue
Packages that use VendorValue
Package
Description
-
Uses of VendorValue in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control that return VendorValueModifier and TypeMethodDescriptionVendorControl.getVendorValue(Vendor vendor) VendorControl.getVendorValueByNameForUpdate(String vendorName) Methods in com.echothree.model.control.vendor.server.control with parameters of type VendorValueModifier and TypeMethodDescriptionvoidVendorControl.updateVendorFromValue(VendorValue vendorValue, BasePK updatedBy) -
Uses of VendorValue in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return VendorValueMethods in com.echothree.model.data.vendor.server.entity with parameters of type VendorValueConstructors in com.echothree.model.data.vendor.server.entity with parameters of type VendorValueModifierConstructorDescriptionVendor(VendorValue value, EntityPermission entityPermission) Creates a new instance of Vendor -
Uses of VendorValue in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory that return VendorValueModifier and TypeMethodDescriptionVendorFactory.getValueFromPK(VendorPK pk) VendorFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorValueModifier and TypeMethodDescriptionVendorFactory.getValuesFromPKs(Collection<VendorPK> pks) VendorFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorValueModifier and TypeMethodDescriptionVendorFactory.getEntityFromValue(EntityPermission entityPermission, VendorValue value) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorValue -
Uses of VendorValue in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return VendorValue