public class LexEvsSchemaInstallationSetup extends AbstractLoggingBean implements LexEvsDatabaseSchemaSetup
Constructor and Description |
---|
LexEvsSchemaInstallationSetup() |
Modifier and Type | Method and Description |
---|---|
LexEvsDatabaseOperations |
getLexEvsDatabaseOperations()
Gets the lex evs database operations.
|
PrimaryKeyIncrementer |
getPrimaryKeyIncrementer() |
RegistryDao |
getRegistryDao()
Gets the registry dao.
|
SystemVariables |
getSystemVariables()
Gets the system variables.
|
boolean |
isLexGridSchemaInstalled()
Checks if is lex grid schema installed.
|
void |
setLexEvsDatabaseOperations(LexEvsDatabaseOperations lexEvsDatabaseOperations)
Sets the lex evs database operations.
|
void |
setLexGridSchemaInstalled(boolean isLexGridSchemaInstalled)
Sets the lex grid schema installed.
|
void |
setPrimaryKeyIncrementer(PrimaryKeyIncrementer primaryKeyIncrementer) |
void |
setRegistryDao(RegistryDao registryDao)
Sets the registry dao.
|
void |
setSystemVariables(SystemVariables systemVariables)
Sets the system variables.
|
void |
setUpLexEvsDbSchema() |
getLogger, setLogger
public void setUpLexEvsDbSchema() throws java.lang.Exception
setUpLexEvsDbSchema
in interface LexEvsDatabaseSchemaSetup
java.lang.Exception
public void setLexGridSchemaInstalled(boolean isLexGridSchemaInstalled)
isLexGridSchemaInstalled
- the new lex grid schema installedpublic boolean isLexGridSchemaInstalled()
public SystemVariables getSystemVariables()
public void setSystemVariables(SystemVariables systemVariables)
systemVariables
- the new system variablespublic LexEvsDatabaseOperations getLexEvsDatabaseOperations()
public void setLexEvsDatabaseOperations(LexEvsDatabaseOperations lexEvsDatabaseOperations)
lexEvsDatabaseOperations
- the new lex evs database operationspublic void setRegistryDao(RegistryDao registryDao)
registryDao
- the new registry daopublic RegistryDao getRegistryDao()
public void setPrimaryKeyIncrementer(PrimaryKeyIncrementer primaryKeyIncrementer)
public PrimaryKeyIncrementer getPrimaryKeyIncrementer()