Package org.cyclos.impl.banking
Interface EasyInvoiceServiceLocal
-
- All Superinterfaces:
EasyInvoiceService,Service
- All Known Implementing Classes:
EasyInvoiceServiceImpl
public interface EasyInvoiceServiceLocal extends EasyInvoiceService
Local interface for easy-invoice service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocateAccountOwnerResultlocateReceiver(InternalAccountOwner subject)Locates the user that will receive the payment-
Methods inherited from interface org.cyclos.services.banking.EasyInvoiceService
barcode, getEasyInvoiceData, perform, prepareEasyInvoice, preview, validate
-
-
-
-
Method Detail
-
locateReceiver
LocateAccountOwnerResult locateReceiver(InternalAccountOwner subject)
Locates the user that will receive the payment
-
-