public interface NonPoReceiptPartService
Long createNoPoReceiptPart(InforContext context, NoPoReceiptPart transactionLine) throws InforException
InforExceptionNoPoReceiptPart readNoPoReceiptPart(InforContext context, BigInteger transactionLineId, String transactionCode) throws InforException
InforExceptionLong updateNoPoReceiptPart(InforContext context, NoPoReceiptPart transactionLine) throws InforException
InforExceptionLong deleteNoPoReceiptPart(InforContext context, BigInteger transactionLineId, String transactionCode) throws InforException
InforExceptionList<NoPoReceiptPart> getNoPoReceiptParts(InforContext context, String transactionCode) throws InforException
InforExceptionBatchResponse<Long> createNoPoReceiptPartBatch(InforContext context, List<NoPoReceiptPart> transactionLines) throws InforException
InforExceptionBatchResponse<NoPoReceiptPart> readNoPoReceiptPartBatch(InforContext context, List<TransactionLineId> transactionLineCodes)
BatchResponse<Long> updateNoPoReceiptPartBatch(InforContext context, List<NoPoReceiptPart> transactionLines) throws InforException
InforExceptionBatchResponse<Long> deleteNoPoReceiptPartBatch(InforContext context, List<TransactionLineId> transactionLineCodes) throws InforException
InforExceptionCopyright © 2025 CERN European Organization for Nuclear Research. All rights reserved.