Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentLineDetailValue
Packages that use ShipmentLineDetailValue
Package
Description
-
Uses of ShipmentLineDetailValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentLineDetailValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentLineDetailValueModifier and TypeMethodDescriptionvoidShipmentLineDetail.setShipmentLineDetailValue(ShipmentLineDetailValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentLineDetailValueModifierConstructorDescriptionShipmentLineDetail(ShipmentLineDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentLineDetail -
Uses of ShipmentLineDetailValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentLineDetailValueModifier and TypeMethodDescriptionShipmentLineDetailFactory.getValueFromPK(ShipmentLineDetailPK pk) ShipmentLineDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentLineDetailValueModifier and TypeMethodDescriptionShipmentLineDetailFactory.getValuesFromPKs(Collection<ShipmentLineDetailPK> pks) ShipmentLineDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentLineDetailValueModifier and TypeMethodDescriptionShipmentLineDetailFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentLineDetailValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentLineDetailValueModifier and TypeMethodDescriptionvoidShipmentLineDetailFactory.create(Collection<ShipmentLineDetailValue> _values) -
Uses of ShipmentLineDetailValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentLineDetailValue