org.apache.jetspeed.om.dbregistry.map
Class PortletCategoryMapBuilder

java.lang.Object
  |
  +--org.apache.jetspeed.om.dbregistry.map.PortletCategoryMapBuilder
All Implemented Interfaces:
org.apache.torque.map.MapBuilder

public class PortletCategoryMapBuilder
extends java.lang.Object
implements org.apache.torque.map.MapBuilder

This class was autogenerated by Torque on: [Thu Apr 22 23:12:36 EDT 2004]


Field Summary
static java.lang.String CLASS_NAME
          The name of this class
 
Constructor Summary
PortletCategoryMapBuilder()
           
 
Method Summary
 void doBuild()
          The doBuild() method builds the DatabaseMap
 org.apache.torque.map.DatabaseMap getDatabaseMap()
          Gets the databasemap this map builder built.
 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

PortletCategoryMapBuilder

public PortletCategoryMapBuilder()
Method Detail

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.torque.map.MapBuilder
Returns:
true if this DatabaseMapBuilder is built

getDatabaseMap

public org.apache.torque.map.DatabaseMap getDatabaseMap()
Gets the databasemap this map builder built.

Specified by:
getDatabaseMap in interface org.apache.torque.map.MapBuilder
Returns:
the databasemap

doBuild

public void doBuild()
             throws org.apache.torque.TorqueException
The doBuild() method builds the DatabaseMap

Specified by:
doBuild in interface org.apache.torque.map.MapBuilder
Throws:
org.apache.torque.TorqueException


Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.