Uses of Class
com.echothree.model.data.shipping.server.value.ShippingMethodCarrierServiceValue
Packages that use ShippingMethodCarrierServiceValue
Package
Description
-
Uses of ShippingMethodCarrierServiceValue in com.echothree.model.control.shipping.server.control
Methods in com.echothree.model.control.shipping.server.control that return ShippingMethodCarrierServiceValueModifier and TypeMethodDescriptionShippingControl.getShippingMethodCarrierServiceValue(ShippingMethodCarrierService shippingMethodCarrierService) ShippingControl.getShippingMethodCarrierServiceValueForUpdate(ShippingMethod shippingMethod, CarrierService carrierService) -
Uses of ShippingMethodCarrierServiceValue in com.echothree.model.data.shipping.server.entity
Methods in com.echothree.model.data.shipping.server.entity that return ShippingMethodCarrierServiceValueModifier and TypeMethodDescriptionShippingMethodCarrierService.getShippingMethodCarrierServiceValue()Methods in com.echothree.model.data.shipping.server.entity with parameters of type ShippingMethodCarrierServiceValueModifier and TypeMethodDescriptionvoidShippingMethodCarrierService.setShippingMethodCarrierServiceValue(ShippingMethodCarrierServiceValue value) Constructors in com.echothree.model.data.shipping.server.entity with parameters of type ShippingMethodCarrierServiceValueModifierConstructorDescriptionShippingMethodCarrierService(ShippingMethodCarrierServiceValue value, EntityPermission entityPermission) Creates a new instance of ShippingMethodCarrierService -
Uses of ShippingMethodCarrierServiceValue in com.echothree.model.data.shipping.server.factory
Methods in com.echothree.model.data.shipping.server.factory that return ShippingMethodCarrierServiceValueModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.getValueFromPK(Session session, ShippingMethodCarrierServicePK pk) ShippingMethodCarrierServiceFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory that return types with arguments of type ShippingMethodCarrierServiceValueModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.getValuesFromPKs(Session session, Collection<ShippingMethodCarrierServicePK> pks) ShippingMethodCarrierServiceFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipping.server.factory with parameters of type ShippingMethodCarrierServiceValueModifier and TypeMethodDescriptionShippingMethodCarrierServiceFactory.getEntityFromValue(EntityPermission entityPermission, ShippingMethodCarrierServiceValue value) ShippingMethodCarrierServiceFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ShippingMethodCarrierServiceValue value) Method parameters in com.echothree.model.data.shipping.server.factory with type arguments of type ShippingMethodCarrierServiceValueModifier and TypeMethodDescriptionvoidShippingMethodCarrierServiceFactory.create(Session session, Collection<ShippingMethodCarrierServiceValue> _values) voidShippingMethodCarrierServiceFactory.create(Collection<ShippingMethodCarrierServiceValue> _values) -
Uses of ShippingMethodCarrierServiceValue in com.echothree.model.data.shipping.server.value
Methods in com.echothree.model.data.shipping.server.value that return ShippingMethodCarrierServiceValue