public interface PartLotService
| Modifier and Type | Method and Description |
|---|---|
String |
createLot(InforContext context,
Lot lot) |
String |
deleteLot(InforContext context,
String lotCode) |
Lot |
readLot(InforContext context,
String lotCode) |
String |
updateLot(InforContext context,
Lot lot) |
String createLot(InforContext context, Lot lot) throws InforException
InforExceptionLot readLot(InforContext context, String lotCode) throws InforException
InforExceptionString updateLot(InforContext context, Lot lot) throws InforException
InforExceptionString deleteLot(InforContext context, String lotCode) throws InforException
InforExceptionCopyright © 2025 CERN European Organization for Nuclear Research. All rights reserved.