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(Session session, VendorPK pk) VendorFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory that return types with arguments of type VendorValueModifier and TypeMethodDescriptionVendorFactory.getValuesFromPKs(Session session, Collection<VendorPK> pks) VendorFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.vendor.server.factory with parameters of type VendorValueModifier and TypeMethodDescriptionVendorFactory.getEntityFromValue(EntityPermission entityPermission, VendorValue value) VendorFactory.getEntityFromValue(Session session, EntityPermission entityPermission, VendorValue value) Method parameters in com.echothree.model.data.vendor.server.factory with type arguments of type VendorValueModifier and TypeMethodDescriptionvoidVendorFactory.create(Session session, Collection<VendorValue> _values) voidVendorFactory.create(Collection<VendorValue> _values) -
Uses of VendorValue in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return VendorValue