org.lexevs.system
Class ResourceManager

java.lang.Object
  extended by org.lexevs.system.ResourceManager
All Implemented Interfaces:
SystemResourceService

Deprecated. Use LexEvsResourceManagingService

@Deprecated
public class ResourceManager
extends java.lang.Object
implements SystemResourceService


Nested Class Summary
 class ResourceManager.FutureDeactivatorThread
          Deprecated. The Class FutureDeactivatorThread.
 
Field Summary
static java.lang.String codingSchemeVersionSeparator_
          Deprecated. The Constant codingSchemeVersionSeparator_.
 
Constructor Summary
ResourceManager()
          Deprecated.  
 
Method Summary
 void addCodingSchemeResourceFromSystem(java.lang.String uri, java.lang.String version)
          Deprecated. Adds the coding scheme resource from system.
 void addCodingSchemeResourceToSystem(CodingScheme codingScheme)
          Deprecated.  
 void addCodingSchemeResourceToSystem(java.lang.String uri, java.lang.String version)
          Deprecated. Adds the coding scheme resource to system.
 void addNciHistoryResourceToSystem(java.lang.String uri)
          Deprecated. Adds the coding scheme resource to system.
 void addPickListDefinitionResourceToSystem(java.lang.String uri, java.lang.String version)
          Deprecated. Adds the pick list resource to system.
 void addSystemEventListeners(SystemEventListener listener)
          Deprecated.  
 void addValueSetDefinitionResourceToSystem(java.lang.String uri, java.lang.String version)
          Deprecated. Adds the value set definition resource to system.
 boolean containsCodingSchemeResource(java.lang.String uri, java.lang.String version)
          Deprecated. Contains coding scheme resource.
 boolean containsNonCodingSchemeResource(java.lang.String uri)
          Deprecated. Contains non coding scheme resource.
 boolean containsPickListDefinitionResource(java.lang.String uri, java.lang.String version)
          Deprecated. Contains pick list definition resource.
 boolean containsValueSetDefinitionResource(java.lang.String uri, java.lang.String version)
          Deprecated. Contains value set definition resource.
 java.lang.String createNewTablesForLoad()
          Deprecated. Creates the new tables for load.
 void deactivate(AbsoluteCodingSchemeVersionReference codingScheme, java.util.Date date)
          Deprecated. Deactivate.
static void dumpLogQueue()
          Deprecated. Dump log queue.
 SQLInterface[] getAllSQLInterfaces()
          Deprecated. Gets the all sql interfaces.
 java.util.Map getCache()
          Deprecated. Gets the cache.
 MyClassLoader getClassLoader()
          Deprecated. Gets the class loader.
 DatabaseType getDatabaseType()
          Deprecated. Gets the database type.
 javax.sql.DataSource getDataSource()
          Deprecated. Gets the data source.
 java.lang.String getExternalCodingSchemeNameForUserCodingSchemeNameOrId(java.lang.String codingScheme, java.lang.String version)
          Deprecated. Gets the external coding scheme name for user coding scheme name or id.
 IndexInterface getIndexInterface(java.lang.String internalCodingSchemeName, java.lang.String internalVersionString)
          Deprecated. Gets the index interface.
 java.lang.String getInternalCodingSchemeNameForUserCodingSchemeName(java.lang.String codingSchemeName, java.lang.String version)
          Deprecated. Gets the internal coding scheme name for user coding scheme name.
 java.lang.String getInternalVersionStringForTag(java.lang.String externalCodeSystemName, java.lang.String tag)
          Deprecated. Gets the internal version string for tag.
 LgLoggerIF getLogger()
          Deprecated. Gets the logger.
 IndexInterface getMetaDataIndexInterface()
          Deprecated. Gets the meta data index interface.
 XmlRegistry getRegistry()
          Deprecated. Gets the registry.
 java.lang.String getRelationshipCodingSchemeNameForURNorName(java.lang.String supportedCodingSchemeNameOrUrn, java.lang.String internalCodingSchemeName, boolean throwError)
          Deprecated. This works on the SupportedCodingScheme to URN mappings provided in the database.
 SQLConnectionInfo getSQLConnectionInfoForHistoryLoad()
          Deprecated. Get the connection information to use for loading a new history file.
 SQLConnectionInfo getSQLConnectionInfoForLoad()
          Deprecated. Get the connection information to use for loading a new db.
 SQLInterface getSQLInterface(java.lang.String internalCodingSchemeName, java.lang.String internalVersionString)
          Deprecated. Gets the sQL interface.
 SQLHistoryInterface getSQLInterfaceForHistory(java.lang.String codingSchemeURN)
          Deprecated. Gets the sQL interface for history.
 SystemVariables getSystemVariables()
          Deprecated. Gets the system variables.
 java.lang.String getUriForUserCodingSchemeName(java.lang.String codingSchemeName, java.lang.String version)
          Deprecated. Gets the uri for user coding scheme name.
 java.lang.String getURNForExternalCodingSchemeName(java.lang.String externalCodingSchemeName)
          Deprecated.  
 java.lang.String getURNForExternalCodingSchemeName(java.lang.String externalCodingSchemeName, java.lang.String version)
          Deprecated. Gets the uRN for external coding scheme name.
 java.lang.String getURNForInternalCodingSchemeName(java.lang.String internalCodingSchemeName)
          Deprecated.  
 java.lang.String getURNForInternalCodingSchemeName(java.lang.String internalCodingSchemeName, java.lang.String internalVersionString)
          Deprecated. Gets the uRN for internal coding scheme name.
 XmlRegistry getXmlRegistry()
          Deprecated. Gets the xml registry.
 void init()
          Deprecated. Inits the.
 void initialize()
          Deprecated.  
static ResourceManager instance()
          Deprecated. Instance.
 void readHistories()
          Deprecated. Read histories.
 AbsoluteCodingSchemeVersionReference[] readTerminologiesFromServer(SQLConnectionInfo server)
          Deprecated. Read terminologies from server.
 void refresh()
          Deprecated.  
 void registerCodingSchemeSupplement(AbsoluteCodingSchemeVersionReference parentScheme, AbsoluteCodingSchemeVersionReference supplement)
          Deprecated.  
static void reInit(java.util.Properties props)
          Deprecated. This method is used by the lock manager thread, if another thread changed something.
 void removeCodeSystem(AbsoluteCodingSchemeVersionReference codingSchemeReference)
          Deprecated. Removes the code system.
 void removeCodingSchemeResourceFromSystem(java.lang.String uri, java.lang.String version)
          Deprecated. Removes the coding scheme resource from system.
 void removeHistoryService(java.lang.String urn)
          Deprecated. Removes the history service.
 void removeNciHistoryResourceToSystemFromSystem(java.lang.String uri)
          Deprecated.  
 void removeNonCodingSchemeResourceFromSystem(java.lang.String uri)
          Deprecated.  
 void removePickListDefinitionResourceFromSystem(java.lang.String uri, java.lang.String version)
          Deprecated. Removes the pick list definition resource from system.
 void removeValueSetDefinitionResourceFromSystem(java.lang.String uri, java.lang.String version)
          Deprecated. Removes the value set definition resource from system.
 void rereadAutoLoadIndexes()
          Deprecated. Reread auto load indexes.
 void setDatabaseType(DatabaseType databaseType)
          Deprecated. Sets the database type.
 void setDataSource(javax.sql.DataSource dataSource)
          Deprecated. Sets the data source.
 void setLogger(LgLoggerIF logger)
          Deprecated. Sets the logger.
 void setPendingStatus(AbsoluteCodingSchemeVersionReference codingScheme)
          Deprecated. Sets the pending status.
 void setSystemVariables(SystemVariables systemVars)
          Deprecated. Sets the system variables.
 void setXmlRegistry(XmlRegistry registry)
          Deprecated. Sets the xml registry.
 void unRegisterCodingSchemeSupplement(AbsoluteCodingSchemeVersionReference parentScheme, AbsoluteCodingSchemeVersionReference supplement)
          Deprecated.  
 void updateCodingSchemeEntryTag(AbsoluteCodingSchemeVersionReference codingScheme, java.lang.String newTag)
          Deprecated. Update coding scheme entry tag.
 void updateCodingSchemeResourceStatus(AbsoluteCodingSchemeVersionReference codingScheme, CodingSchemeVersionStatus status)
          Deprecated. Update coding scheme resource status.
 void updateCodingSchemeResourceTag(AbsoluteCodingSchemeVersionReference codingScheme, java.lang.String newTag)
          Deprecated. Update coding scheme resource tag.
 void updateNonCodingSchemeResourceStatus(java.lang.String uri, CodingSchemeVersionStatus status)
          Deprecated. Update non coding scheme resource status.
 void updateNonCodingSchemeResourceTag(java.lang.String uri, java.lang.String newTag)
          Deprecated. Update non coding scheme resource tag.
 void updateTag(AbsoluteCodingSchemeVersionReference codingScheme, java.lang.String newTag)
          Deprecated. Update tag.
 void updateVersion(AbsoluteCodingSchemeVersionReference codingScheme, java.lang.String newVersion)
          Deprecated. Update version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codingSchemeVersionSeparator_

public static final java.lang.String codingSchemeVersionSeparator_
Deprecated. 
The Constant codingSchemeVersionSeparator_.

See Also:
Constant Field Values
Constructor Detail

ResourceManager

public ResourceManager()
Deprecated. 
Method Detail

instance

public static ResourceManager instance()
Deprecated. 
Instance.

Returns:
the resource manager

dumpLogQueue

public static void dumpLogQueue()
Deprecated. 
Dump log queue.


reInit

public static void reInit(java.util.Properties props)
Deprecated. 
This method is used by the lock manager thread, if another thread changed something. Means that I need to reinitialize myself. I only remove references to the current resource manager, so currently running tasks can complete. If properties object is provided, it uses it as the new configuration. This method is also used by JUnit tests, and some GUI tools to reconfigure the LexBIG instance with a new configuration.

Parameters:
props - the props

init

public void init()
          throws java.lang.Exception
Deprecated. 
Inits the.

Throws:
java.lang.Exception - the exception

readHistories

public void readHistories()
Deprecated. 
Read histories.


rereadAutoLoadIndexes

public void rereadAutoLoadIndexes()
                           throws LBInvocationException,
                                  UnexpectedInternalError
Deprecated. 
Reread auto load indexes.

Throws:
LBInvocationException - the LB invocation exception
UnexpectedInternalError - the unexpected internal error

readTerminologiesFromServer

public AbsoluteCodingSchemeVersionReference[] readTerminologiesFromServer(SQLConnectionInfo server)
Deprecated. 
Read terminologies from server.

Parameters:
server - the server
Returns:
the absolute coding scheme version reference[]

getSystemVariables

public SystemVariables getSystemVariables()
Deprecated. 
Gets the system variables.

Specified by:
getSystemVariables in interface SystemResourceService
Returns:
the system variables

getLogger

public LgLoggerIF getLogger()
Deprecated. 
Gets the logger.

Returns:
the logger

getCache

public java.util.Map getCache()
Deprecated. 
Gets the cache.

Returns:
the cache

getSQLConnectionInfoForLoad

public SQLConnectionInfo getSQLConnectionInfoForLoad()
                                              throws LBInvocationException
Deprecated. 
Get the connection information to use for loading a new db. This creates a new database.

Returns:
the SQL connection info for load
Throws:
LBInvocationException - the LB invocation exception

getSQLConnectionInfoForHistoryLoad

public SQLConnectionInfo getSQLConnectionInfoForHistoryLoad()
                                                     throws LBInvocationException
Deprecated. 
Get the connection information to use for loading a new history file. This creates a new database if we are not in single db mode, otherwise, it just sets up a new prefix for table names.

Returns:
the SQL connection info for history load
Throws:
LBInvocationException - the LB invocation exception

getSQLInterface

public SQLInterface getSQLInterface(java.lang.String internalCodingSchemeName,
                                    java.lang.String internalVersionString)
                             throws MissingResourceException
Deprecated. 
Gets the sQL interface.

Parameters:
internalCodingSchemeName - the internal coding scheme name
internalVersionString - the internal version string
Returns:
the sQL interface
Throws:
MissingResourceException - the missing resource exception

getInternalCodingSchemeNameForUserCodingSchemeName

public java.lang.String getInternalCodingSchemeNameForUserCodingSchemeName(java.lang.String codingSchemeName,
                                                                           java.lang.String version)
                                                                    throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Gets the internal coding scheme name for user coding scheme name.

Specified by:
getInternalCodingSchemeNameForUserCodingSchemeName in interface SystemResourceService
Parameters:
codingSchemeName - the coding scheme name
version - the version
Returns:
the internal coding scheme name for user coding scheme name
Throws:
LBParameterException - the LB parameter exception

getExternalCodingSchemeNameForUserCodingSchemeNameOrId

public java.lang.String getExternalCodingSchemeNameForUserCodingSchemeNameOrId(java.lang.String codingScheme,
                                                                               java.lang.String version)
Deprecated. 
Gets the external coding scheme name for user coding scheme name or id.

Parameters:
codingScheme - the coding scheme
version - the version
Returns:
the external coding scheme name for user coding scheme name or id

getRelationshipCodingSchemeNameForURNorName

public java.lang.String getRelationshipCodingSchemeNameForURNorName(java.lang.String supportedCodingSchemeNameOrUrn,
                                                                    java.lang.String internalCodingSchemeName,
                                                                    boolean throwError)
                                                             throws MissingResourceException
Deprecated. 
This works on the SupportedCodingScheme to URN mappings provided in the database. Should take in a name or a URN, and map it to the codingSchemeName that is used in the database as a table key in the associations.

Parameters:
supportedCodingSchemeNameOrUrn - the supported coding scheme name or urn
internalCodingSchemeName - the internal coding scheme name
throwError - the throw error
Returns:
the relationship coding scheme name for ur nor name
Throws:
MissingResourceException - the missing resource exception

getInternalVersionStringForTag

public java.lang.String getInternalVersionStringForTag(java.lang.String externalCodeSystemName,
                                                       java.lang.String tag)
                                                throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Gets the internal version string for tag.

Specified by:
getInternalVersionStringForTag in interface SystemResourceService
Parameters:
externalCodeSystemName - the coding scheme name
tag - the tag
Returns:
the internal version string for tag
Throws:
LBParameterException - the LB parameter exception

getIndexInterface

public IndexInterface getIndexInterface(java.lang.String internalCodingSchemeName,
                                        java.lang.String internalVersionString)
                                 throws MissingResourceException
Deprecated. 
Gets the index interface.

Parameters:
internalCodingSchemeName - the internal coding scheme name
internalVersionString - the internal version string
Returns:
the index interface
Throws:
MissingResourceException - the missing resource exception

getMetaDataIndexInterface

public IndexInterface getMetaDataIndexInterface()
Deprecated. 
Gets the meta data index interface.

Returns:
the meta data index interface

getAllSQLInterfaces

public SQLInterface[] getAllSQLInterfaces()
Deprecated. 
Gets the all sql interfaces.

Returns:
the all sql interfaces

getURNForInternalCodingSchemeName

public java.lang.String getURNForInternalCodingSchemeName(java.lang.String internalCodingSchemeName,
                                                          java.lang.String internalVersionString)
                                                   throws LBParameterException
Deprecated. 
Gets the uRN for internal coding scheme name.

Parameters:
internalCodingSchemeName - the internal coding scheme name
Returns:
the uRN for internal coding scheme name
Throws:
LBParameterException - the LB parameter exception

getURNForExternalCodingSchemeName

public java.lang.String getURNForExternalCodingSchemeName(java.lang.String externalCodingSchemeName,
                                                          java.lang.String version)
                                                   throws LBParameterException
Deprecated. 
Gets the uRN for external coding scheme name.

Parameters:
externalCodingSchemeName - the external coding scheme name
Returns:
the uRN for external coding scheme name
Throws:
LBParameterException - the LB parameter exception

getURNForExternalCodingSchemeName

public java.lang.String getURNForExternalCodingSchemeName(java.lang.String externalCodingSchemeName)
                                                   throws LBParameterException
Deprecated. 
Throws:
LBParameterException

getURNForInternalCodingSchemeName

public java.lang.String getURNForInternalCodingSchemeName(java.lang.String internalCodingSchemeName)
                                                   throws LBParameterException
Deprecated. 
Throws:
LBParameterException

getSQLInterfaceForHistory

public SQLHistoryInterface getSQLInterfaceForHistory(java.lang.String codingSchemeURN)
                                              throws LBParameterException
Deprecated. 
Gets the sQL interface for history.

Parameters:
codingSchemeURN - the coding scheme urn
Returns:
the sQL interface for history
Throws:
LBParameterException - the LB parameter exception

getRegistry

public XmlRegistry getRegistry()
Deprecated. 
Gets the registry.

Returns:
the registry

removeCodeSystem

public void removeCodeSystem(AbsoluteCodingSchemeVersionReference codingSchemeReference)
                      throws LBInvocationException,
                             LBParameterException
Deprecated. 
Removes the code system.

Parameters:
codingSchemeReference - the coding scheme reference
Throws:
LBInvocationException - the LB invocation exception
LBParameterException - the LB parameter exception

removeNciHistoryResourceToSystemFromSystem

public void removeNciHistoryResourceToSystemFromSystem(java.lang.String uri)
Deprecated. 
Specified by:
removeNciHistoryResourceToSystemFromSystem in interface SystemResourceService

removeHistoryService

public void removeHistoryService(java.lang.String urn)
                          throws LBInvocationException,
                                 LBParameterException
Deprecated. 
Removes the history service.

Parameters:
urn - the urn
Throws:
LBInvocationException - the LB invocation exception
LBParameterException - the LB parameter exception

deactivate

public void deactivate(AbsoluteCodingSchemeVersionReference codingScheme,
                       java.util.Date date)
                throws LBInvocationException,
                       LBParameterException
Deprecated. 
Deactivate.

Parameters:
codingScheme - the coding scheme
date - the date
Throws:
LBInvocationException - the LB invocation exception
LBParameterException - the LB parameter exception

setPendingStatus

public void setPendingStatus(AbsoluteCodingSchemeVersionReference codingScheme)
                      throws LBInvocationException,
                             LBParameterException
Deprecated. 
Sets the pending status.

Parameters:
codingScheme - the new pending status
Throws:
LBInvocationException - the LB invocation exception
LBParameterException - the LB parameter exception

updateTag

public void updateTag(AbsoluteCodingSchemeVersionReference codingScheme,
                      java.lang.String newTag)
               throws LBInvocationException,
                      LBParameterException
Deprecated. 
Update tag.

Parameters:
codingScheme - the coding scheme
newTag - the new tag
Throws:
LBInvocationException - the LB invocation exception
LBParameterException - the LB parameter exception

updateVersion

public void updateVersion(AbsoluteCodingSchemeVersionReference codingScheme,
                          java.lang.String newVersion)
                   throws LBInvocationException,
                          LBParameterException
Deprecated. 
Update version.

Parameters:
codingScheme - the coding scheme
newVersion - the new version
Throws:
LBInvocationException - the LB invocation exception
LBParameterException - the LB parameter exception

setSystemVariables

public void setSystemVariables(SystemVariables systemVars)
Deprecated. 
Sets the system variables.

Parameters:
systemVars - the new system variables

setLogger

public void setLogger(LgLoggerIF logger)
Deprecated. 
Sets the logger.

Parameters:
logger - the new logger

getDataSource

public javax.sql.DataSource getDataSource()
Deprecated. 
Gets the data source.

Returns:
the data source

setDataSource

public void setDataSource(javax.sql.DataSource dataSource)
Deprecated. 
Sets the data source.

Parameters:
dataSource - the new data source

getDatabaseType

public DatabaseType getDatabaseType()
Deprecated. 
Gets the database type.

Returns:
the database type

setDatabaseType

public void setDatabaseType(DatabaseType databaseType)
Deprecated. 
Sets the database type.

Parameters:
databaseType - the new database type

getXmlRegistry

public XmlRegistry getXmlRegistry()
Deprecated. 
Gets the xml registry.

Returns:
the xml registry

setXmlRegistry

public void setXmlRegistry(XmlRegistry registry)
Deprecated. 
Sets the xml registry.

Parameters:
registry - the new xml registry

containsCodingSchemeResource

public boolean containsCodingSchemeResource(java.lang.String uri,
                                            java.lang.String version)
                                     throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Contains coding scheme resource.

Specified by:
containsCodingSchemeResource in interface SystemResourceService
Parameters:
uri - the uri
version - the version
Returns:
true, if successful
Throws:
LBParameterException - the LB parameter exception

containsValueSetDefinitionResource

public boolean containsValueSetDefinitionResource(java.lang.String uri,
                                                  java.lang.String version)
                                           throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Contains value set definition resource.

Specified by:
containsValueSetDefinitionResource in interface SystemResourceService
Parameters:
uri - the value set definition URI
version - the version
Returns:
true, if successful
Throws:
LBParameterException - the LB parameter exception

containsPickListDefinitionResource

public boolean containsPickListDefinitionResource(java.lang.String uri,
                                                  java.lang.String version)
                                           throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Contains pick list definition resource.

Specified by:
containsPickListDefinitionResource in interface SystemResourceService
Parameters:
uri - the pick list definition ID
version - the version
Returns:
true, if successful
Throws:
LBParameterException - the LB parameter exception

containsNonCodingSchemeResource

public boolean containsNonCodingSchemeResource(java.lang.String uri)
                                        throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Contains non coding scheme resource.

Specified by:
containsNonCodingSchemeResource in interface SystemResourceService
Parameters:
uri - the uri
Returns:
true, if successful
Throws:
LBParameterException - the LB parameter exception

createNewTablesForLoad

public java.lang.String createNewTablesForLoad()
Deprecated. 
Description copied from interface: SystemResourceService
Creates the new tables for load.

Specified by:
createNewTablesForLoad in interface SystemResourceService
Returns:
the string

getClassLoader

public MyClassLoader getClassLoader()
Deprecated. 
Description copied from interface: SystemResourceService
Gets the class loader.

Specified by:
getClassLoader in interface SystemResourceService
Returns:
the class loader

getUriForUserCodingSchemeName

public java.lang.String getUriForUserCodingSchemeName(java.lang.String codingSchemeName,
                                                      java.lang.String version)
                                               throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Gets the uri for user coding scheme name.

Specified by:
getUriForUserCodingSchemeName in interface SystemResourceService
Parameters:
codingSchemeName - the coding scheme name
version - TODO
Returns:
the uri for user coding scheme name
Throws:
LBParameterException - the LB parameter exception

removeCodingSchemeResourceFromSystem

public void removeCodingSchemeResourceFromSystem(java.lang.String uri,
                                                 java.lang.String version)
                                          throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Removes the coding scheme resource from system.

Specified by:
removeCodingSchemeResourceFromSystem in interface SystemResourceService
Parameters:
uri - the uri
version - the version
Throws:
LBParameterException - the LB parameter exception

removeNonCodingSchemeResourceFromSystem

public void removeNonCodingSchemeResourceFromSystem(java.lang.String uri)
                                             throws LBParameterException
Deprecated. 
Throws:
LBParameterException

removeValueSetDefinitionResourceFromSystem

public void removeValueSetDefinitionResourceFromSystem(java.lang.String uri,
                                                       java.lang.String version)
                                                throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Removes the value set definition resource from system.

Specified by:
removeValueSetDefinitionResourceFromSystem in interface SystemResourceService
version - the version
Throws:
LBParameterException - the LB parameter exception

removePickListDefinitionResourceFromSystem

public void removePickListDefinitionResourceFromSystem(java.lang.String uri,
                                                       java.lang.String version)
                                                throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Removes the pick list definition resource from system.

Specified by:
removePickListDefinitionResourceFromSystem in interface SystemResourceService
Parameters:
uri - the pick list definition ID
version - the version
Throws:
LBParameterException - the LB parameter exception

updateCodingSchemeEntryTag

public void updateCodingSchemeEntryTag(AbsoluteCodingSchemeVersionReference codingScheme,
                                       java.lang.String newTag)
                                throws LBParameterException
Deprecated. 
Update coding scheme entry tag.

Parameters:
codingScheme - the coding scheme
newTag - the new tag
Throws:
LBParameterException - the LB parameter exception

updateCodingSchemeResourceStatus

public void updateCodingSchemeResourceStatus(AbsoluteCodingSchemeVersionReference codingScheme,
                                             CodingSchemeVersionStatus status)
                                      throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Update coding scheme resource status.

Specified by:
updateCodingSchemeResourceStatus in interface SystemResourceService
Parameters:
codingScheme - the coding scheme
status - the status
Throws:
LBParameterException - the LB parameter exception

updateCodingSchemeResourceTag

public void updateCodingSchemeResourceTag(AbsoluteCodingSchemeVersionReference codingScheme,
                                          java.lang.String newTag)
                                   throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Update coding scheme resource tag.

Specified by:
updateCodingSchemeResourceTag in interface SystemResourceService
Parameters:
codingScheme - the coding scheme
newTag - the new tag
Throws:
LBParameterException - the LB parameter exception

updateNonCodingSchemeResourceStatus

public void updateNonCodingSchemeResourceStatus(java.lang.String uri,
                                                CodingSchemeVersionStatus status)
                                         throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Update non coding scheme resource status.

Specified by:
updateNonCodingSchemeResourceStatus in interface SystemResourceService
Parameters:
uri - the uri
status - the status
Throws:
LBParameterException - the LB parameter exception

updateNonCodingSchemeResourceTag

public void updateNonCodingSchemeResourceTag(java.lang.String uri,
                                             java.lang.String newTag)
                                      throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Update non coding scheme resource tag.

Specified by:
updateNonCodingSchemeResourceTag in interface SystemResourceService
Parameters:
uri - the uri
newTag - the new tag
Throws:
LBParameterException - the LB parameter exception

addCodingSchemeResourceFromSystem

public void addCodingSchemeResourceFromSystem(java.lang.String uri,
                                              java.lang.String version)
                                       throws LBParameterException
Deprecated. 
Adds the coding scheme resource from system.

Parameters:
uri - the uri
version - the version
Throws:
LBParameterException - the LB parameter exception

addCodingSchemeResourceToSystem

public void addCodingSchemeResourceToSystem(java.lang.String uri,
                                            java.lang.String version)
                                     throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Adds the coding scheme resource to system.

Specified by:
addCodingSchemeResourceToSystem in interface SystemResourceService
Parameters:
uri - the uri
version - the version
Throws:
LBParameterException - the LB parameter exception

addValueSetDefinitionResourceToSystem

public void addValueSetDefinitionResourceToSystem(java.lang.String uri,
                                                  java.lang.String version)
                                           throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Adds the value set definition resource to system.

Specified by:
addValueSetDefinitionResourceToSystem in interface SystemResourceService
Parameters:
uri - the uri
version - the version
Throws:
LBParameterException - the LB parameter exception

addPickListDefinitionResourceToSystem

public void addPickListDefinitionResourceToSystem(java.lang.String uri,
                                                  java.lang.String version)
                                           throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Adds the pick list resource to system.

Specified by:
addPickListDefinitionResourceToSystem in interface SystemResourceService
Parameters:
uri - the uri
version - the version
Throws:
LBParameterException - the LB parameter exception

addCodingSchemeResourceToSystem

public void addCodingSchemeResourceToSystem(CodingScheme codingScheme)
                                     throws LBParameterException
Deprecated. 
Throws:
LBParameterException

addNciHistoryResourceToSystem

public void addNciHistoryResourceToSystem(java.lang.String uri)
                                   throws LBParameterException
Deprecated. 
Description copied from interface: SystemResourceService
Adds the coding scheme resource to system.

Specified by:
addNciHistoryResourceToSystem in interface SystemResourceService
Throws:
LBParameterException - the LB parameter exception

initialize

public void initialize()
Deprecated. 
Specified by:
initialize in interface SystemResourceService

refresh

public void refresh()
Deprecated. 
Specified by:
refresh in interface SystemResourceService

addSystemEventListeners

public void addSystemEventListeners(SystemEventListener listener)
Deprecated. 
Specified by:
addSystemEventListeners in interface SystemResourceService

registerCodingSchemeSupplement

public void registerCodingSchemeSupplement(AbsoluteCodingSchemeVersionReference parentScheme,
                                           AbsoluteCodingSchemeVersionReference supplement)
                                    throws LBParameterException
Deprecated. 
Specified by:
registerCodingSchemeSupplement in interface SystemResourceService
Throws:
LBParameterException

unRegisterCodingSchemeSupplement

public void unRegisterCodingSchemeSupplement(AbsoluteCodingSchemeVersionReference parentScheme,
                                             AbsoluteCodingSchemeVersionReference supplement)
                                      throws LBParameterException
Deprecated. 
Specified by:
unRegisterCodingSchemeSupplement in interface SystemResourceService
Throws:
LBParameterException

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.