Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentLineValue
Packages that use ShipmentLineValue
Package
Description
-
Uses of ShipmentLineValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentLineValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentLineValueModifier and TypeMethodDescriptionvoidShipmentLine.setShipmentLineValue(ShipmentLineValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentLineValueModifierConstructorDescriptionShipmentLine(ShipmentLineValue value, EntityPermission entityPermission) Creates a new instance of ShipmentLine -
Uses of ShipmentLineValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentLineValueModifier and TypeMethodDescriptionShipmentLineFactory.getValueFromPK(Session session, ShipmentLinePK pk) ShipmentLineFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentLineValueModifier and TypeMethodDescriptionShipmentLineFactory.getValuesFromPKs(Session session, Collection<ShipmentLinePK> pks) ShipmentLineFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentLineValueModifier and TypeMethodDescriptionShipmentLineFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentLineValue value) ShipmentLineFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ShipmentLineValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentLineValueModifier and TypeMethodDescriptionvoidShipmentLineFactory.create(Session session, Collection<ShipmentLineValue> _values) voidShipmentLineFactory.create(Collection<ShipmentLineValue> _values) -
Uses of ShipmentLineValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentLineValue