Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentPackageLineDetailValue
Packages that use ShipmentPackageLineDetailValue
Package
Description
-
Uses of ShipmentPackageLineDetailValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentPackageLineDetailValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPackageLineDetailValueModifier and TypeMethodDescriptionvoid
ShipmentPackageLineDetail.setShipmentPackageLineDetailValue
(ShipmentPackageLineDetailValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPackageLineDetailValueModifierConstructorDescriptionShipmentPackageLineDetail
(ShipmentPackageLineDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentPackageLineDetail -
Uses of ShipmentPackageLineDetailValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentPackageLineDetailValueModifier and TypeMethodDescriptionShipmentPackageLineDetailFactory.getValueFromPK
(Session session, ShipmentPackageLineDetailPK pk) ShipmentPackageLineDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentPackageLineDetailValueModifier and TypeMethodDescriptionShipmentPackageLineDetailFactory.getValuesFromPKs
(Session session, Collection<ShipmentPackageLineDetailPK> pks) ShipmentPackageLineDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentPackageLineDetailValueModifier and TypeMethodDescriptionShipmentPackageLineDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ShipmentPackageLineDetailValue value) ShipmentPackageLineDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ShipmentPackageLineDetailValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentPackageLineDetailValueModifier and TypeMethodDescriptionvoid
ShipmentPackageLineDetailFactory.create
(Session session, Collection<ShipmentPackageLineDetailValue> _values) void
ShipmentPackageLineDetailFactory.create
(Collection<ShipmentPackageLineDetailValue> _values) -
Uses of ShipmentPackageLineDetailValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentPackageLineDetailValue