uk.ac.ebi.intact.application.search2.business
Interface IntactServiceIF

All Known Implementing Classes:
IntactServiceImpl

public interface IntactServiceIF

The business interface for the Web Intact application. This defines methods that a client (servlet) may call on the application.

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

Method Summary
 java.lang.String getHierarchViewProp(java.lang.String key)
          Returns a hierarchy view property for given key as a String.
 

Method Detail

getHierarchViewProp

public java.lang.String getHierarchViewProp(java.lang.String key)
Returns a hierarchy view property for given key as a String.

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