uk.ac.ebi.intact.application.search2.business
Class IntactServiceImpl

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.search2.business.IntactServiceImpl
All Implemented Interfaces:
IntactServiceIF

public class IntactServiceImpl
extends java.lang.Object
implements IntactServiceIF

Implments the IntactService interface.

Version:
$Id: IntactServiceImpl.java,v 1.1 2003/08/28 15:53:36 skerrien Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)

Constructor Summary
IntactServiceImpl(java.lang.String configdir)
          Constructs an instance with given resource file.
 
Method Summary
 java.lang.String getHierarchViewProp(java.lang.String key)
          Returns a hierarchy view property for given key as a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntactServiceImpl

public IntactServiceImpl(java.lang.String configdir)
                  throws java.io.IOException,
                         java.util.MissingResourceException
Constructs an instance with given resource file.

Parameters:
configdir - the configuartion directory.
Throws:
java.io.IOException - if the method fails to load the properties file.
java.util.MissingResourceException - unable to load a resource file.
Method Detail

getHierarchViewProp

public java.lang.String getHierarchViewProp(java.lang.String key)
Description copied from interface: IntactServiceIF
Returns a hierarchy view property for given key as a String.

Specified by:
getHierarchViewProp in interface IntactServiceIF
Parameters:
key - the key to return the property for.
Returns:
the property associated with key


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk