org.apache.lokahi.core.common.authorization
Class AbilityDAO

java.lang.Object
  extended by org.apache.lokahi.core.common.authorization.AbilityDAO
All Implemented Interfaces:
Dao

public class AbilityDAO
extends java.lang.Object
implements Dao

Version:
$Id: AbilityDAO.java,v 1.1 2006/03/07 20:18:50 drtobes Exp $
Author:
Stephen Toback

Constructor Summary
AbilityDAO()
           
AbilityDAO(int f, AbilityObject ao)
           
 
Method Summary
 AbilityDAO fillObject(java.sql.ResultSet r)
          Creates the Dao from the passed resultset, internally calling the appriate constructor.
 AbilityObject getAbilityObject()
           
 Function getFunction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbilityDAO

public AbilityDAO()

AbilityDAO

public AbilityDAO(int f,
                  AbilityObject ao)
Method Detail

getAbilityObject

public AbilityObject getAbilityObject()

getFunction

public Function getFunction()

fillObject

public AbilityDAO fillObject(java.sql.ResultSet r)
                      throws java.sql.SQLException
Description copied from interface: Dao
Creates the Dao from the passed resultset, internally calling the appriate constructor.

Specified by:
fillObject in interface Dao
Parameters:
r - the resultset from a database call, should include the entire object
Returns:
Object populated from the resultset
Throws:
java.sql.SQLException