org.openprivacy.reptile.om.map
Class RemoteSearchProviderMapBuilder

java.lang.Object
  |
  +--org.openprivacy.reptile.om.map.RemoteSearchProviderMapBuilder
All Implemented Interfaces:
org.apache.turbine.util.db.map.MapBuilder

public class RemoteSearchProviderMapBuilder
extends java.lang.Object
implements org.apache.turbine.util.db.map.MapBuilder

This class was autogenerated by Torque on: [Mon Jul 01 17:54:11 PDT 2002]


Field Summary
static java.lang.String CLASS_NAME
          the name of this class
 
Constructor Summary
RemoteSearchProviderMapBuilder()
           
 
Method Summary
 void doBuild()
          the doBuild() method builds the DatabaseMap
 org.apache.turbine.util.db.map.DatabaseMap getDatabaseMap()
          gets the databasemap this map builder built.
static java.lang.String getRemoteSearchProvider_Id()
          REMOTE_SEARCH_PROVIDER.ID
static java.lang.String getRemoteSearchProvider_InterfaceIdentifier()
          REMOTE_SEARCH_PROVIDER.INTERFACE_IDENTIFIER
static java.lang.String getRemoteSearchProvider_Location()
          REMOTE_SEARCH_PROVIDER.LOCATION
static java.lang.String getRemoteSearchProvider_Name()
          REMOTE_SEARCH_PROVIDER.NAME
static java.lang.String getRemoteSearchProvider_ServiceIdentifier()
          REMOTE_SEARCH_PROVIDER.SERVICE_IDENTIFIER
static java.lang.String getRemoteSearchProvider_Supernode()
          REMOTE_SEARCH_PROVIDER.SUPERNODE
static java.lang.String getRemoteSearchProvider_Transport()
          REMOTE_SEARCH_PROVIDER.TRANSPORT
static java.lang.String getTable()
          item
 boolean isBuilt()
          tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
the name of this class

See Also:
Constant Field Values
Constructor Detail

RemoteSearchProviderMapBuilder

public RemoteSearchProviderMapBuilder()
Method Detail

getTable

public static java.lang.String getTable()
item


getRemoteSearchProvider_Id

public static java.lang.String getRemoteSearchProvider_Id()
REMOTE_SEARCH_PROVIDER.ID


getRemoteSearchProvider_Name

public static java.lang.String getRemoteSearchProvider_Name()
REMOTE_SEARCH_PROVIDER.NAME


getRemoteSearchProvider_Location

public static java.lang.String getRemoteSearchProvider_Location()
REMOTE_SEARCH_PROVIDER.LOCATION


getRemoteSearchProvider_ServiceIdentifier

public static java.lang.String getRemoteSearchProvider_ServiceIdentifier()
REMOTE_SEARCH_PROVIDER.SERVICE_IDENTIFIER


getRemoteSearchProvider_Transport

public static java.lang.String getRemoteSearchProvider_Transport()
REMOTE_SEARCH_PROVIDER.TRANSPORT


getRemoteSearchProvider_Supernode

public static java.lang.String getRemoteSearchProvider_Supernode()
REMOTE_SEARCH_PROVIDER.SUPERNODE


getRemoteSearchProvider_InterfaceIdentifier

public static java.lang.String getRemoteSearchProvider_InterfaceIdentifier()
REMOTE_SEARCH_PROVIDER.INTERFACE_IDENTIFIER


isBuilt

public boolean isBuilt()
tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time

Specified by:
isBuilt in interface org.apache.turbine.util.db.map.MapBuilder

getDatabaseMap

public org.apache.turbine.util.db.map.DatabaseMap getDatabaseMap()
gets the databasemap this map builder built.

Specified by:
getDatabaseMap in interface org.apache.turbine.util.db.map.MapBuilder

doBuild

public void doBuild()
             throws java.lang.Exception
the doBuild() method builds the DatabaseMap

Specified by:
doBuild in interface org.apache.turbine.util.db.map.MapBuilder
java.lang.Exception