Class DefaultB2BDocumentPaymentInfoService
- java.lang.Object
-
- de.hybris.platform.accountsummaryaddon.document.service.impl.DefaultB2BDocumentPaymentInfoService
-
- All Implemented Interfaces:
B2BDocumentPaymentInfoService
public class DefaultB2BDocumentPaymentInfoService extends java.lang.Object implements B2BDocumentPaymentInfoService
Provides services for B2BDocument payment info.
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BDocumentPaymentInfoService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyPayment(java.util.List<B2BDragAndDropData> lstActions)
Applies a list of drag & drop actionsprotected 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)
-
-
-
Method Detail
-
getDocumentPaymentInfo
public SearchResult<B2BDocumentPaymentInfoModel> getDocumentPaymentInfo(java.lang.String documentNumber)
Description copied from interface:B2BDocumentPaymentInfoService
Gets a list of document payment info associated to a Document.- Specified by:
getDocumentPaymentInfo
in interfaceB2BDocumentPaymentInfoService
- Parameters:
documentNumber
- the document number- Returns:
- list of documentPaymentInfos
-
applyPayment
public void applyPayment(java.util.List<B2BDragAndDropData> lstActions)
Description copied from interface:B2BDocumentPaymentInfoService
Applies a list of drag & drop actions- Specified by:
applyPayment
in interfaceB2BDocumentPaymentInfoService
- Parameters:
lstActions
- the list of actions to be applied.
-
getB2bDocumentPaymentInfoDao
protected B2BDocumentPaymentInfoDao getB2bDocumentPaymentInfoDao()
-
setB2bDocumentPaymentInfoDao
public void setB2bDocumentPaymentInfoDao(B2BDocumentPaymentInfoDao b2bDocumentPaymentInfoDao)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-