Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentPackageLineValue
Packages that use ShipmentPackageLineValue
Package
Description
-
Uses of ShipmentPackageLineValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentPackageLineValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPackageLineValueModifier and TypeMethodDescriptionvoid
ShipmentPackageLine.setShipmentPackageLineValue
(ShipmentPackageLineValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPackageLineValueModifierConstructorDescriptionShipmentPackageLine
(ShipmentPackageLineValue value, EntityPermission entityPermission) Creates a new instance of ShipmentPackageLine -
Uses of ShipmentPackageLineValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentPackageLineValueModifier and TypeMethodDescriptionShipmentPackageLineFactory.getValueFromPK
(Session session, ShipmentPackageLinePK pk) ShipmentPackageLineFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentPackageLineValueModifier and TypeMethodDescriptionShipmentPackageLineFactory.getValuesFromPKs
(Session session, Collection<ShipmentPackageLinePK> pks) ShipmentPackageLineFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentPackageLineValueModifier and TypeMethodDescriptionShipmentPackageLineFactory.getEntityFromValue
(EntityPermission entityPermission, ShipmentPackageLineValue value) ShipmentPackageLineFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ShipmentPackageLineValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentPackageLineValueModifier and TypeMethodDescriptionvoid
ShipmentPackageLineFactory.create
(Session session, Collection<ShipmentPackageLineValue> _values) void
ShipmentPackageLineFactory.create
(Collection<ShipmentPackageLineValue> _values) -
Uses of ShipmentPackageLineValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentPackageLineValue