|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdminEngineMgrIf
An interface for defining access to Admin Engine functionality
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
PdfResult getPdf(EngineConfigIf engConf,
PdfOptions options)
throws KKException
engConf - The Engine Configuration used for creating new engines if requiredoptions - The PdfOptions object that defines the PDF document to create
KKException
ExportOrderResponseIf exportOrder(EngineConfigIf engConf,
ExportOrderOptionsIf options)
throws KKException
engConf - The Engine Configuration used for creating new engines if requiredoptions - Defines the options to use for the export of the Order
KKException
NameValueIf[] callPaymentModule(EngineConfigIf engConf,
java.lang.String moduleClassName,
PaymentOptionsIf options)
throws 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.AdminPaymentoptions - An object containing all of the parameters required for the transaction
KKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||