uk.ac.ebi.intact.business
Class BusinessConstants

java.lang.Object
  |
  +--uk.ac.ebi.intact.business.BusinessConstants

public class BusinessConstants
extends java.lang.Object

Constants used for the business package.

Version:
$Id: BusinessConstants.java,v 1.3 2003/08/04 14:45:42 clewing Exp $
Author:
intact team

Field Summary
static int EXPANSION_ALL
          Expand a complex to all pairwise interactions.
static int EXPANSION_BAITPREY
          Expand a complex into all bait-prey pairs.
static int JDBC_TX
          used to identify a JDBC transaction type.
static java.lang.String MAPPING_FILE_KEY
          used as a key to identify a mapping filename (for Castor) the value is defined in the web.xml file
static int OBJECT_TX
          used to identify an object-level transaction.
 
Constructor Summary
BusinessConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPANSION_ALL

public static final int EXPANSION_ALL
Expand a complex to all pairwise interactions.

See Also:
Constant Field Values

EXPANSION_BAITPREY

public static final int EXPANSION_BAITPREY
Expand a complex into all bait-prey pairs. If no bait is defined in the complex, the FIRST interactor is considered to be the bait. A warning should be given.

See Also:
Constant Field Values

MAPPING_FILE_KEY

public static final java.lang.String MAPPING_FILE_KEY
used as a key to identify a mapping filename (for Castor) the value is defined in the web.xml file

See Also:
Constant Field Values

JDBC_TX

public static final int JDBC_TX
used to identify a JDBC transaction type. Used by DAOs etc.

See Also:
Constant Field Values

OBJECT_TX

public static final int OBJECT_TX
used to identify an object-level transaction. Used by DAOs etc.

See Also:
Constant Field Values
Constructor Detail

BusinessConstants

public BusinessConstants()


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