Package de.hybris.platform.jalo
Class AbstractSystemCreator
java.lang.Object
de.hybris.platform.jalo.AbstractSystemCreator
Base class of all system creators. Each system creator contains a list of
To write your own system creator you must extend this class and provide your list of data creators.
DataCreator
s which will be executed.To write your own system creator you must extend this class and provide your list of data creators.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidYou should use this method to log output from inside your system creator.static voidlog(String logstring, JspContext jspContext) You can use this method to log output from your jsp.static voidlogln(String logstring, JspContext jspContext) You can use this method to log output from your jsp.
-
Field Details
-
USE_NICE_PKS
- See Also:
-
CREATE_SAMPLE_DATA
- See Also:
-
jspContext
-
-
Constructor Details
-
AbstractSystemCreator
-
-
Method Details
-
assureJaloSessionAvailable
-
log
You should use this method to log output from inside your system creator. Main log stream is the 'systemcreator' topic of the System log interface. if the jsp context is set correctly a response is also sent to the jspstream. -
log
You can use this method to log output from your jsp. Main log stream is the 'systemcreator' topic of the System log interface. -
logln
You can use this method to log output from your jsp. Main log stream is the 'systemcreator' topic of the System log interface.
-