|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.softslate.commerce.businessobjects.core.CommandLineSupport
public abstract class CommandLineSupport
An abstract useful for subclassing by classes that need to be invoked from
the command line. A method for initializing all of the system objects needed
to perform queries and invoke business objects is provided.
See the accompanying CommandLineExample for an example of a
subclass which may be invoked from the command line, and
commandLineExample.sh for a Unix shell script that may be used
to fire off the example.
| Field Summary | |
|---|---|
(package private) static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
CommandLineSupport()
|
|
| Method Summary | |
|---|---|
static java.util.Map |
initializeSystem(java.lang.String adminUserName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public CommandLineSupport()
| Method Detail |
|---|
public static java.util.Map initializeSystem(java.lang.String adminUserName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||