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(Session session, ShippingMethodPK pk) ShippingMethodFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory that return types with arguments of type ShippingMethodValueModifier and TypeMethodDescriptionShippingMethodFactory.getValuesFromPKs(Session session, Collection<ShippingMethodPK> pks) ShippingMethodFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory with parameters of type ShippingMethodValueModifier and TypeMethodDescriptionShippingMethodFactory.getEntityFromValue(EntityPermission entityPermission, ShippingMethodValue value) ShippingMethodFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ShippingMethodValue value) Method parameters in com.echothree.model.data.shipping.server.factory with type arguments of type ShippingMethodValueModifier and TypeMethodDescriptionvoidShippingMethodFactory.create(Session session, Collection<ShippingMethodValue> _values) voidShippingMethodFactory.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