Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentPackageDetailValue
Packages that use ShipmentPackageDetailValue
Package
Description
-
Uses of ShipmentPackageDetailValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentPackageDetailValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPackageDetailValueModifier and TypeMethodDescriptionvoid
ShipmentPackageDetail.setShipmentPackageDetailValue
(ShipmentPackageDetailValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPackageDetailValueModifierConstructorDescriptionShipmentPackageDetail
(ShipmentPackageDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentPackageDetail -
Uses of ShipmentPackageDetailValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentPackageDetailValueModifier and TypeMethodDescriptionShipmentPackageDetailFactory.getValueFromPK
(Session session, ShipmentPackageDetailPK pk) ShipmentPackageDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentPackageDetailValueModifier and TypeMethodDescriptionShipmentPackageDetailFactory.getValuesFromPKs
(Session session, Collection<ShipmentPackageDetailPK> pks) ShipmentPackageDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentPackageDetailValueModifier and TypeMethodDescriptionShipmentPackageDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ShipmentPackageDetailValue value) ShipmentPackageDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ShipmentPackageDetailValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentPackageDetailValueModifier and TypeMethodDescriptionvoid
ShipmentPackageDetailFactory.create
(Session session, Collection<ShipmentPackageDetailValue> _values) void
ShipmentPackageDetailFactory.create
(Collection<ShipmentPackageDetailValue> _values) -
Uses of ShipmentPackageDetailValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentPackageDetailValue