Uses of Class
com.shipmentXpress.exception.ShipmentException
Packages that use ShipmentException
-
Uses of ShipmentException in com.shipmentXpress.dao
Methods in com.shipmentXpress.dao that throw ShipmentExceptionModifier and TypeMethodDescriptionShipmentDao.addShipment(Shipment shipment) Adds a new shipment to the system.ShipmentDaoImpl.addShipment(Shipment shipment) Adds a new shipment to the system.ShipmentDao.deteleShipment(int shipmentId) Deletes a shipment based on its shipment ID.ShipmentDaoImpl.deteleShipment(int shipmentId) Deletes a shipment based on its shipment ID.ShipmentDao.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.