Uses of Class
com.echothree.model.data.shipping.server.value.ShippingMethodValue
Packages that use ShippingMethodValue
Package
Description
-
Uses of ShippingMethodValue in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return ShippingMethodValueMethods in com.echothree.model.data.shipping.server.entity with parameters of type ShippingMethodValueModifier and TypeMethodDescriptionvoidShippingMethod.setShippingMethodValue(ShippingMethodValue value) Constructors in com.echothree.model.data.shipping.server.entity with parameters of type ShippingMethodValueModifierConstructorDescriptionShippingMethod(ShippingMethodValue value, EntityPermission entityPermission) Creates a new instance of ShippingMethod -
Uses of ShippingMethodValue in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory that return ShippingMethodValueModifier and TypeMethodDescriptionShippingMethodFactory.getValueFromPK(ShippingMethodPK pk) ShippingMethodFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory that return types with arguments of type ShippingMethodValueModifier and TypeMethodDescriptionShippingMethodFactory.getValuesFromPKs(Collection<ShippingMethodPK> pks) ShippingMethodFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory with parameters of type ShippingMethodValueModifier and TypeMethodDescriptionShippingMethodFactory.getEntityFromValue(EntityPermission entityPermission, ShippingMethodValue value) Method parameters in com.echothree.model.data.shipping.server.factory with type arguments of type ShippingMethodValueModifier and TypeMethodDescriptionvoidShippingMethodFactory.create(Collection<ShippingMethodValue> _values) -
Uses of ShippingMethodValue in com.echothree.model.data.shipping.server.value
Methods in com.echothree.model.data.shipping.server.value that return ShippingMethodValue