org.apache.jetspeed.om.registry
Interface DBRegistry


public interface DBRegistry

Author:
susinha To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static java.lang.String DATABASE_NAME
          the default database name for this class
 
Method Summary
 java.util.List getXREGDataFromDb()
          Method to get data.
 boolean isModified(java.lang.String lastUpdateDate)
          Method to data.
 

Field Detail

DATABASE_NAME

public static final java.lang.String DATABASE_NAME
the default database name for this class

See Also:
Constant Field Values
Method Detail

getXREGDataFromDb

public java.util.List getXREGDataFromDb()
                                 throws org.apache.torque.TorqueException
Method to get data.

Returns:
List of selected Objects
Throws:
org.apache.torque.TorqueException - Any exceptions caught during processing will be rethrown wrapped into a TorqueException.

isModified

public boolean isModified(java.lang.String lastUpdateDate)
                   throws org.apache.torque.TorqueException
Method to data.

Returns:
boolean if data has been modified
Throws:
org.apache.torque.TorqueException - Any exceptions caught during processing will be rethrown wrapped into a TorqueException.


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