public class BOEnvironmentBuilder
extends java.lang.Object
This class handles importing/creating of initial data for the various BO classes of projects in(to) the project's database. The DBMan creates an instance of this class and will call the build() method.
Data may either be created by hardcoded initEnvironment() methods in the BO class itself and/or via external scripts in the "<prjdir>/bo/resources" directory of the project.
First initEnvironment() methods are searched in the following order; The first one found will be called:
Only on the authoritative server after that the resources directory will be searched for import files named <EntityName>.initialdata.xml and the included scripts will be called and import the included data. When the module system is used a file InitialdataIndex has been created instead and will list all the *.initialdata.xml that are to be used.
Modifier and Type | Class and Description |
---|---|
static class |
BOEnvironmentBuilder.Column |
static class |
BOEnvironmentBuilder.Data |
static class |
BOEnvironmentBuilder.Script |
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
static java.lang.String |
TXPROPERTY_NODENUMBER |
Constructor and Description |
---|
BOEnvironmentBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
build(DBManLocalI dbman,
java.util.Map<java.lang.String,java.lang.Object> varsForTx)
Loads all defined entities.
|
static void |
buildForTesting(TestTransaction tx,
java.util.List classesDataIsWantedFor) |
static void |
buildForTesting(TestTransaction tx,
java.util.List classesDataIsWantedFor,
java.lang.Long nodeNumber) |
java.lang.String |
getCommons_beanshell() |
java.lang.String |
getCommons_groovy() |
BOEnvironmentBuilder.Data |
getData() |
BOEnvironmentBuilder.Script |
getScript() |
void |
handleBeanshellE(electric.xml.Element el) |
void |
handleDataE(electric.xml.Element el) |
void |
handleGroovyE(electric.xml.Element el) |
void |
handleScriptE(electric.xml.Element el) |
void |
initScriptCommons(SchemaI schema) |
void |
setCommons_beanshell(java.lang.String $69) |
void |
setCommons_groovy(java.lang.String $68) |
void |
setData(BOEnvironmentBuilder.Data $67) |
void |
setScript(BOEnvironmentBuilder.Script $66) |
public static final org.apache.log4j.Logger log
public static final java.lang.String TXPROPERTY_NODENUMBER
public void handleGroovyE(electric.xml.Element el)
public void handleBeanshellE(electric.xml.Element el)
public void handleScriptE(electric.xml.Element el)
public void handleDataE(electric.xml.Element el)
public static void buildForTesting(TestTransaction tx, java.util.List classesDataIsWantedFor)
classesDataIsWantedFor
- a list of the classes for which data should be imported. Entries may be any mix of
classnames as Strings or Classes themselvespublic static void buildForTesting(TestTransaction tx, java.util.List classesDataIsWantedFor, java.lang.Long nodeNumber)
public void build(DBManLocalI dbman, java.util.Map<java.lang.String,java.lang.Object> varsForTx)
dbman
- the DBMan instance that needs its data initialized.tx
- the Transaction that should be used.public void initScriptCommons(SchemaI schema)
public BOEnvironmentBuilder.Script getScript()
public void setScript(BOEnvironmentBuilder.Script $66)
public BOEnvironmentBuilder.Data getData()
public void setData(BOEnvironmentBuilder.Data $67)
public java.lang.String getCommons_groovy()
public void setCommons_groovy(java.lang.String $68)
public java.lang.String getCommons_beanshell()
public void setCommons_beanshell(java.lang.String $69)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.