Interface PartLotService
- All Known Implementing Classes:
PartLotServiceImpl
public interface PartLotService
-
Method Summary
Modifier and TypeMethodDescriptioncreateLot(EAMContext context, Lot lot) deleteLot(EAMContext context, String lotCode) readLot(EAMContext context, String lotCode) updateLot(EAMContext context, Lot lot)
-
Method Details
-
createLot
- Throws:
EAMException
-
readLot
- Throws:
EAMException
-
updateLot
- Throws:
EAMException
-
deleteLot
- Throws:
EAMException
-