public class ExecuteMultiStoreBatchDirectEE extends KKBatchBase
Modifier and Type | Field and Description |
---|---|
(package private) static boolean |
debug |
static int |
ERROR_EXIT
Failure Code
|
static int |
GOOD_EXIT
Success Code
|
protected static org.apache.commons.logging.Log |
log
the log
|
(package private) static java.lang.String |
storeId |
(package private) static java.lang.String |
usage |
PARAM_KEY_PREFIX
Constructor and Description |
---|
ExecuteMultiStoreBatchDirectEE() |
Modifier and Type | Method and Description |
---|---|
static int |
execute(java.lang.String credentialsFilename,
java.lang.String exeClass,
java.lang.String exeMethod,
java.lang.String[] params,
java.lang.String sId)
Execute the batch job outside the Quartz environment
|
static int |
execute(java.lang.String credentialsFilename,
java.lang.String exeClass,
java.lang.String exeMethod,
java.lang.String includedStoresList,
java.lang.String excludedStoresList,
java.lang.String[] params,
java.lang.String sId)
Execute the batch job outside the Quartz environment
|
static void |
main(java.lang.String[] args) |
countParameters, getAdminEngine, getAdminEngineDirect, getEngConfStr, getEngConfStrDirect, getStoreId, login, loginDirect, logout
protected static org.apache.commons.logging.Log log
public static final int ERROR_EXIT
public static final int GOOD_EXIT
static boolean debug
static java.lang.String storeId
static final java.lang.String usage
public static void main(java.lang.String[] args)
args
- the argspublic static int execute(java.lang.String credentialsFilename, java.lang.String exeClass, java.lang.String exeMethod, java.lang.String[] params, java.lang.String sId)
credentialsFilename
- the credentialsFilenameexeClass
- the exeClassexeMethod
- the exeMethodparams
- the paramssId
- the sIdpublic static int execute(java.lang.String credentialsFilename, java.lang.String exeClass, java.lang.String exeMethod, java.lang.String includedStoresList, java.lang.String excludedStoresList, java.lang.String[] params, java.lang.String sId)
credentialsFilename
- the credentialsFilenameexeClass
- the exeClassexeMethod
- the exeMethodincludedStoresList
- the includedStoresListexcludedStoresList
- the excludedStoresListparams
- the paramssId
- the sIdCopyright © 2018 DS Data Systems UK Ltd.