Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentValue
Packages that use ShipmentValue
Package
Description
-
Uses of ShipmentValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentValueConstructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentValueModifierConstructorDescriptionShipment
(ShipmentValue value, EntityPermission entityPermission) Creates a new instance of Shipment -
Uses of ShipmentValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentValueModifier and TypeMethodDescriptionShipmentFactory.getValueFromPK
(Session session, ShipmentPK pk) ShipmentFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentValueModifier and TypeMethodDescriptionShipmentFactory.getValuesFromPKs
(Session session, Collection<ShipmentPK> pks) ShipmentFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentValueModifier and TypeMethodDescriptionShipmentFactory.getEntityFromValue
(EntityPermission entityPermission, ShipmentValue value) ShipmentFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ShipmentValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentValueModifier and TypeMethodDescriptionvoid
ShipmentFactory.create
(Session session, Collection<ShipmentValue> _values) void
ShipmentFactory.create
(Collection<ShipmentValue> _values) -
Uses of ShipmentValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentValue