public class KKAppEngCallouts
extends java.lang.Object
| Constructor and Description |
|---|
KKAppEngCallouts() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterLogin(KKAppEng eng)
Called by the CustomerMgr after a login has been successful
|
void |
afterRefreshCaches(KKAppEng eng)
Called at the end of the RefreshCachedData method of KKAppEng
|
void |
afterStartup(KKAppEng eng)
Called at the end of startup
|
void |
beforeStartup(KKAppEng eng)
Called at the start of startup
|
java.lang.String |
validateOrderForCustomer(KKAppEng eng,
com.konakart.appif.OrderIf order)
Ensures that the customer has the correct privileges for confirming the order
|
java.lang.String |
validateOrderTotals(KKAppEng eng,
com.konakart.appif.OrderIf order)
Called after an order has been populated with order totals so that a verification can be made
to determine whether all compulsory modules exist.
|
public void beforeStartup(KKAppEng eng)
eng - the engpublic void afterStartup(KKAppEng eng)
eng - the engpublic void afterRefreshCaches(KKAppEng eng)
eng - the engpublic void afterLogin(KKAppEng eng)
eng - the engpublic java.lang.String validateOrderTotals(KKAppEng eng, com.konakart.appif.OrderIf order)
eng - the engorder - the orderpublic java.lang.String validateOrderForCustomer(KKAppEng eng, com.konakart.appif.OrderIf order) throws KKAppException, com.konakart.app.KKException
eng - the engorder - the orderKKAppException - an unexpected KKAppException exceptioncom.konakart.app.KKException - an unexpected KKException exceptionCopyright © 2018 DS Data Systems UK Ltd.