Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentDetailValue
Packages that use ShipmentDetailValue
Package
Description
-
Uses of ShipmentDetailValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentDetailValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentDetailValueModifier and TypeMethodDescriptionvoid
ShipmentDetail.setShipmentDetailValue
(ShipmentDetailValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentDetailValueModifierConstructorDescriptionShipmentDetail
(ShipmentDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentDetail -
Uses of ShipmentDetailValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentDetailValueModifier and TypeMethodDescriptionShipmentDetailFactory.getValueFromPK
(Session session, ShipmentDetailPK pk) ShipmentDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentDetailValueModifier and TypeMethodDescriptionShipmentDetailFactory.getValuesFromPKs
(Session session, Collection<ShipmentDetailPK> pks) ShipmentDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentDetailValueModifier and TypeMethodDescriptionShipmentDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ShipmentDetailValue value) ShipmentDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ShipmentDetailValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentDetailValueModifier and TypeMethodDescriptionvoid
ShipmentDetailFactory.create
(Session session, Collection<ShipmentDetailValue> _values) void
ShipmentDetailFactory.create
(Collection<ShipmentDetailValue> _values) -
Uses of ShipmentDetailValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentDetailValue