Class DefaultB2BDocumentPaymentInfoService
java.lang.Object
de.hybris.platform.b2bacceleratorservices.company.impl.DefaultB2BDocumentPaymentInfoService
- All Implemented Interfaces:
B2BDocumentPaymentInfoService
public class DefaultB2BDocumentPaymentInfoService
extends Object
implements B2BDocumentPaymentInfoService
Provides services for B2BDocument payment info.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyPayment(List<B2BDragAndDropData> lstActions) Applies a list of drag & drop actionsprotected B2BDocumentPaymentInfoDaogetDocumentPaymentInfo(String documentNumber) Gets a list of document payment info associated to a Document.protected FlexibleSearchServiceprotected ModelServicevoidsetB2bDocumentPaymentInfoDao(B2BDocumentPaymentInfoDao b2bDocumentPaymentInfoDao) voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) voidsetModelService(ModelService modelService)
-
Constructor Details
-
DefaultB2BDocumentPaymentInfoService
public DefaultB2BDocumentPaymentInfoService()
-
-
Method Details
-
getDocumentPaymentInfo
Description copied from interface:B2BDocumentPaymentInfoServiceGets a list of document payment info associated to a Document.- Specified by:
getDocumentPaymentInfoin interfaceB2BDocumentPaymentInfoService- Parameters:
documentNumber- the document number- Returns:
- list of documentPaymentInfos
-
applyPayment
Description copied from interface:B2BDocumentPaymentInfoServiceApplies a list of drag & drop actions- Specified by:
applyPaymentin interfaceB2BDocumentPaymentInfoService- Parameters:
lstActions- the list of actions to be applied.
-
getB2bDocumentPaymentInfoDao
-
setB2bDocumentPaymentInfoDao
-
getModelService
-
setModelService
-
getFlexibleSearchService
-
setFlexibleSearchService
-