public class DefaultB2BDocumentPaymentInfoService extends java.lang.Object implements B2BDocumentPaymentInfoService
| Constructor and Description |
|---|
DefaultB2BDocumentPaymentInfoService() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyPayment(java.util.List<B2BDragAndDropData> lstActions)
Applies a list of drag & drop actions
|
protected B2BDocumentPaymentInfoDao |
getB2bDocumentPaymentInfoDao() |
SearchResult<B2BDocumentPaymentInfoModel> |
getDocumentPaymentInfo(java.lang.String documentNumber)
Gets a list of document payment info associated to a Document.
|
protected FlexibleSearchService |
getFlexibleSearchService() |
protected ModelService |
getModelService() |
void |
setB2bDocumentPaymentInfoDao(B2BDocumentPaymentInfoDao b2bDocumentPaymentInfoDao) |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setModelService(ModelService modelService) |
public DefaultB2BDocumentPaymentInfoService()
public SearchResult<B2BDocumentPaymentInfoModel> getDocumentPaymentInfo(java.lang.String documentNumber)
B2BDocumentPaymentInfoServicegetDocumentPaymentInfo in interface B2BDocumentPaymentInfoServicedocumentNumber - the document numberpublic void applyPayment(java.util.List<B2BDragAndDropData> lstActions)
B2BDocumentPaymentInfoServiceapplyPayment in interface B2BDocumentPaymentInfoServicelstActions - the list of actions to be applied.protected B2BDocumentPaymentInfoDao getB2bDocumentPaymentInfoDao()
public void setB2bDocumentPaymentInfoDao(B2BDocumentPaymentInfoDao b2bDocumentPaymentInfoDao)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
protected FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2018 SAP SE. All Rights Reserved.