Uses of Class
com.echothree.model.data.shipping.server.value.ShippingMethodDetailValue
Packages that use ShippingMethodDetailValue
Package
Description
-
Uses of ShippingMethodDetailValue in com.echothree.model.control.shipping.server.control
Methods in com.echothree.model.control.shipping.server.control that return ShippingMethodDetailValueModifier and TypeMethodDescriptionShippingControl.getShippingMethodDetailValueByNameForUpdate(String shippingMethodName) ShippingControl.getShippingMethodDetailValueForUpdate(ShippingMethod shippingMethod) Methods in com.echothree.model.control.shipping.server.control with parameters of type ShippingMethodDetailValueModifier and TypeMethodDescriptionvoidShippingControl.updateShippingMethodFromValue(ShippingMethodDetailValue shippingMethodDetailValue, BasePK updatedBy) -
Uses of ShippingMethodDetailValue in com.echothree.model.control.shipping.server.logic
Methods in com.echothree.model.control.shipping.server.logic with parameters of type ShippingMethodDetailValueModifier and TypeMethodDescriptionvoidShippingMethodLogic.updateShippingMethodFromValue(ExecutionErrorAccumulator eea, ShippingMethodDetailValue shippingMethodDetailValue, BasePK updatedBy) -
Uses of ShippingMethodDetailValue in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return ShippingMethodDetailValueMethods in com.echothree.model.data.shipping.server.entity with parameters of type ShippingMethodDetailValueModifier and TypeMethodDescriptionvoidShippingMethodDetail.setShippingMethodDetailValue(ShippingMethodDetailValue value) Constructors in com.echothree.model.data.shipping.server.entity with parameters of type ShippingMethodDetailValueModifierConstructorDescriptionShippingMethodDetail(ShippingMethodDetailValue value, EntityPermission entityPermission) Creates a new instance of ShippingMethodDetail -
Uses of ShippingMethodDetailValue in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory that return ShippingMethodDetailValueModifier and TypeMethodDescriptionShippingMethodDetailFactory.getValueFromPK(Session session, ShippingMethodDetailPK pk) ShippingMethodDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory that return types with arguments of type ShippingMethodDetailValueModifier and TypeMethodDescriptionShippingMethodDetailFactory.getValuesFromPKs(Session session, Collection<ShippingMethodDetailPK> pks) ShippingMethodDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory with parameters of type ShippingMethodDetailValueModifier and TypeMethodDescriptionShippingMethodDetailFactory.getEntityFromValue(EntityPermission entityPermission, ShippingMethodDetailValue value) ShippingMethodDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ShippingMethodDetailValue value) Method parameters in com.echothree.model.data.shipping.server.factory with type arguments of type ShippingMethodDetailValueModifier and TypeMethodDescriptionvoidShippingMethodDetailFactory.create(Session session, Collection<ShippingMethodDetailValue> _values) voidShippingMethodDetailFactory.create(Collection<ShippingMethodDetailValue> _values) -
Uses of ShippingMethodDetailValue in com.echothree.model.data.shipping.server.value
Methods in com.echothree.model.data.shipping.server.value that return ShippingMethodDetailValue