Fido Alpha 3.2

fido.db
Class ProperNounTable

java.lang.Object
  |
  +--fido.db.ProperNounTable

public class ProperNounTable
extends java.lang.Object


Constructor Summary
ProperNounTable()
           
 
Method Summary
 int add(java.lang.String name, int objectId)
           
 void delete(java.lang.String name, int row)
           
 java.util.Collection get(java.lang.String name)
           
 int hashCode(java.lang.String name, java.lang.String row)
           
 java.util.Collection list()
           
 void modify(java.lang.String name, int row, int objectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProperNounTable

public ProperNounTable()
Method Detail

add

public int add(java.lang.String name,
               int objectId)
        throws FidoDatabaseException,
               ObjectNotFoundException
FidoDatabaseException
ObjectNotFoundException

modify

public void modify(java.lang.String name,
                   int row,
                   int objectId)
            throws FidoDatabaseException,
                   ObjectNotFoundException,
                   ProperNounNotFoundException
FidoDatabaseException
ObjectNotFoundException
ProperNounNotFoundException

get

public java.util.Collection get(java.lang.String name)
                         throws FidoDatabaseException
FidoDatabaseException

delete

public void delete(java.lang.String name,
                   int row)
            throws FidoDatabaseException
FidoDatabaseException

list

public java.util.Collection list()
                          throws FidoDatabaseException
FidoDatabaseException

hashCode

public int hashCode(java.lang.String name,
                    java.lang.String row)
             throws FidoDatabaseException,
                    ProperNounNotFoundException
FidoDatabaseException
ProperNounNotFoundException

Fido Alpha 3.2