Fido Alpha 3.2

fido.db
Class WebServiceTable

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

public class WebServiceTable
extends java.lang.Object


Constructor Summary
WebServiceTable()
           
 
Method Summary
 int add(WebService ws)
           
 void delete(int id)
           
 WebService get(int id)
           
 java.util.Vector list()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceTable

public WebServiceTable()
Method Detail

add

public int add(WebService ws)
        throws FidoDatabaseException
FidoDatabaseException

get

public WebService get(int id)
               throws FidoDatabaseException,
                      WebServiceNotFoundException
FidoDatabaseException
WebServiceNotFoundException

delete

public void delete(int id)
            throws FidoDatabaseException
FidoDatabaseException

list

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

Fido Alpha 3.2