|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.logging.AbstractLoggingBean
org.lexevs.registry.setup.LexEvsSchemaInstallationSetup
public class LexEvsSchemaInstallationSetup
The Class LexEvsSchemaInstallationSetup.
Constructor Summary | |
---|---|
LexEvsSchemaInstallationSetup()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class org.lexevs.logging.AbstractLoggingBean |
---|
getLogger, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LexEvsSchemaInstallationSetup()
Method Detail |
---|
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()
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |