Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentLineDetailValue
Packages that use ShipmentLineDetailValue
Package
Description
-
Uses of ShipmentLineDetailValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentLineDetailValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentLineDetailValueModifier and TypeMethodDescriptionvoidShipmentLineDetail.setShipmentLineDetailValue(ShipmentLineDetailValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentLineDetailValueModifierConstructorDescriptionShipmentLineDetail(ShipmentLineDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentLineDetail -
Uses of ShipmentLineDetailValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentLineDetailValueModifier and TypeMethodDescriptionShipmentLineDetailFactory.getValueFromPK(Session session, ShipmentLineDetailPK pk) ShipmentLineDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentLineDetailValueModifier and TypeMethodDescriptionShipmentLineDetailFactory.getValuesFromPKs(Session session, Collection<ShipmentLineDetailPK> pks) ShipmentLineDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentLineDetailValueModifier and TypeMethodDescriptionShipmentLineDetailFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentLineDetailValue value) ShipmentLineDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ShipmentLineDetailValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentLineDetailValueModifier and TypeMethodDescriptionvoidShipmentLineDetailFactory.create(Session session, Collection<ShipmentLineDetailValue> _values) voidShipmentLineDetailFactory.create(Collection<ShipmentLineDetailValue> _values) -
Uses of ShipmentLineDetailValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentLineDetailValue