Uses of Class
com.shipmentXpress.model.Shipment
Packages that use Shipment
-
Uses of Shipment in com.shipmentXpress.dao
Methods in com.shipmentXpress.dao that return ShipmentModifier and TypeMethodDescriptionShipmentDao.getShipment(int shipmentId) Retrieves a shipment based on its shipment ID.ShipmentDaoImpl.getShipment(int shipmentId) Retrieves a shipment based on its shipment ID.ShipmentDao.updateShipment(int shipmentId, String content, double weight, String address) Updates the details of a shipment.ShipmentDaoImpl.updateShipment(int shipmentId, String content, double weight, String address) Updates the details of a shipment.Methods in com.shipmentXpress.dao with parameters of type ShipmentModifier and TypeMethodDescriptionShipmentDao.addShipment(Shipment shipment) Adds a new shipment to the system.ShipmentDaoImpl.addShipment(Shipment shipment) Adds a new shipment to the system.