public interface AdminEngineMgrIf
Modifier and Type | Method and Description |
---|---|
NameValueIf[] |
callPaymentModule(EngineConfigIf engConf,
java.lang.String moduleClassName,
PaymentOptionsIf options)
This method is used to call a payment module from the Admin App.
|
ExportOrderResponseIf |
exportOrder(EngineConfigIf engConf,
ExportOrderOptionsIf options)
Exports the Order
|
PdfResult |
getPdf(EngineConfigIf engConf,
PdfOptions options)
Create a PDF document
|
PdfResult getPdf(EngineConfigIf engConf, PdfOptions options) throws com.konakart.app.KKException
engConf
- The Engine Configuration used for creating new engines if requiredoptions
- The PdfOptions object that defines the PDF document to createcom.konakart.app.KKException
- an unexpected KKException exceptionExportOrderResponseIf exportOrder(EngineConfigIf engConf, ExportOrderOptionsIf options) throws com.konakart.app.KKException
engConf
- The Engine Configuration used for creating new engines if requiredoptions
- Defines the options to use for the export of the Ordercom.konakart.app.KKException
- an unexpected KKException exceptionNameValueIf[] callPaymentModule(EngineConfigIf engConf, java.lang.String moduleClassName, PaymentOptionsIf options) throws com.konakart.app.KKException
com.konakartadmin.modules.AdminPaymentIf
interface, is
instantiated and the execute
method is called.engConf
- The Engine Configuration used for creating new engines if requiredmoduleClassName
- The full class name such as
com.konakartadmin.modules.payment.authorizenet.AdminPayment
options
- An object containing all of the parameters required for the transactioncom.konakart.app.KKException
- an unexpected KKException exceptionCopyright © 2018 DS Data Systems UK Ltd.