Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentDetailValue
Packages that use ShipmentDetailValue
Package
Description
-
Uses of ShipmentDetailValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentDetailValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentDetailValueModifier and TypeMethodDescriptionvoidShipmentDetail.setShipmentDetailValue(ShipmentDetailValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentDetailValueModifierConstructorDescriptionShipmentDetail(ShipmentDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentDetail -
Uses of ShipmentDetailValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentDetailValueModifier and TypeMethodDescriptionShipmentDetailFactory.getValueFromPK(ShipmentDetailPK pk) ShipmentDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentDetailValueModifier and TypeMethodDescriptionShipmentDetailFactory.getValuesFromPKs(Collection<ShipmentDetailPK> pks) ShipmentDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentDetailValueModifier and TypeMethodDescriptionShipmentDetailFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentDetailValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentDetailValueModifier and TypeMethodDescriptionvoidShipmentDetailFactory.create(Collection<ShipmentDetailValue> _values) -
Uses of ShipmentDetailValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentDetailValue