public class KKEngineUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
KKEngineUtils() |
Modifier and Type | Method and Description |
---|---|
KKAdminIf |
getKKEngByName(java.lang.String kkEngineName,
AdminEngineConfig engConfig)
Create a new KKAdminIf engine from a class of the specified name.
|
com.konakart.appif.KKEngIf |
getKKEngByName(java.lang.String kkEngineName,
com.konakart.appif.EngineConfigIf engConfig)
Create a new KKEngIf engine from a class of the specified name.
|
com.konakart.appif.EngineConfigIf |
getStorefrontEngineConfig(AdminEngineConfig adConf)
Create an EngineConfig based on values in the AdminEngineConfig.
|
public KKAdminIf getKKEngByName(java.lang.String kkEngineName, AdminEngineConfig engConfig) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException
kkEngineName
- the name of the class that implements KKAdminIfengConfig
- the engine configuration objectjava.lang.InstantiationException
- an unexpected InstantiationException exceptionjava.lang.IllegalAccessException
- an unexpected IllegalAccessException exceptionjava.lang.ClassNotFoundException
- an unexpected ClassNotFoundException exceptionjava.lang.IllegalArgumentException
- an unexpected IllegalArgumentException exceptionjava.lang.reflect.InvocationTargetException
- an unexpected InvocationTargetException exceptionpublic com.konakart.appif.KKEngIf getKKEngByName(java.lang.String kkEngineName, com.konakart.appif.EngineConfigIf engConfig) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException
kkEngineName
- the name of the class that implements KKEngIfengConfig
- the engine configuration objectjava.lang.InstantiationException
- an unexpected InstantiationException exceptionjava.lang.IllegalAccessException
- an unexpected IllegalAccessException exceptionjava.lang.ClassNotFoundException
- an unexpected ClassNotFoundException exceptionjava.lang.IllegalArgumentException
- an unexpected IllegalArgumentException exceptionjava.lang.reflect.InvocationTargetException
- an unexpected InvocationTargetException exceptionpublic com.konakart.appif.EngineConfigIf getStorefrontEngineConfig(AdminEngineConfig adConf)
adConf
- the adConfCopyright © 2018 DS Data Systems UK Ltd.