Class CommandLineExample
java.lang.Object
com.softslate.commerce.businessobjects.core.CommandLineSupport
com.softslate.commerce.businessobjects.core.CommandLineExample
An example of a class which may be run from the command line to execute
processing within the system. See the accompanying
commandLineExample.sh
file for a Unix shell script that may be
used to fire off the example.
This example uses the CommandLineSupport
class to initialize
all of the system objects such as the BusinessObjectFactory
and the DAOFactory
. It then executes a query for the number
of recent orders (same query that is displayed on the welcome screen of the
Administrator) and outputs the results, as an example of how to access the
system.- Author:
- dtobey
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.softslate.commerce.businessobjects.core.CommandLineSupport
initAppComponents, initAppComponentsDefaults, initAppSettings, initBusinessObjectFactory, initDAOFactory, initHibernateSettings, initializeEventBus, initializeSystem
-
Field Details
-
log
static org.apache.commons.logging.Log log
-
-
Constructor Details
-
CommandLineExample
public CommandLineExample()
-
-
Method Details
-
main
Main method, which gets invoked when executing this class from the command line.- Parameters:
args
-
-