Interface B2BDocumentPaymentInfoService
-
- All Known Implementing Classes:
DefaultB2BDocumentPaymentInfoService
public interface B2BDocumentPaymentInfoService
Provides services for B2BDocument payment info.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyPayment(java.util.List<B2BDragAndDropData> lstActions)
Applies a list of drag & drop actionsSearchResult<B2BDocumentPaymentInfoModel>
getDocumentPaymentInfo(java.lang.String documentNumber)
Gets a list of document payment info associated to a Document.
-
-
-
Method Detail
-
getDocumentPaymentInfo
SearchResult<B2BDocumentPaymentInfoModel> getDocumentPaymentInfo(java.lang.String documentNumber)
Gets a list of document payment info associated to a Document.- Parameters:
documentNumber
- the document number- Returns:
- list of documentPaymentInfos
-
applyPayment
void applyPayment(java.util.List<B2BDragAndDropData> lstActions)
Applies a list of drag & drop actions- Parameters:
lstActions
- the list of actions to be applied.
-
-