Fish & Chips Club 4.10.0.0

hirondelle.fish.translate.basetext
Class BaseTextDAO

Object
  extended by hirondelle.fish.translate.basetext.BaseTextDAO

public final class BaseTextDAO
extends Object

Data Access Object for BaseText items.


Constructor Summary
BaseTextDAO()
           
 
Method Summary
(package private)  Id add(BaseText aBaseText)
          Add a new BaseText.
(package private)  boolean change(BaseText aBaseText)
          Change an existing BaseText.
(package private)  void delete(Id aId)
          Delete an existing BaseText.
 BaseText fetch(Id aId)
          Fetch an existing BaseText.
(package private)  List<BaseText> list()
          Return a List of all BaseText objects, ordered alphabetically.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTextDAO

public BaseTextDAO()
Method Detail

list

List<BaseText> list()
              throws DAOException
Return a List of all BaseText objects, ordered alphabetically.

Throws:
DAOException

add

Id add(BaseText aBaseText)
 throws DAOException,
        DuplicateException
Add a new BaseText.

Throws:
DAOException
DuplicateException

fetch

public BaseText fetch(Id aId)
               throws DAOException
Fetch an existing BaseText.

Throws:
DAOException

change

boolean change(BaseText aBaseText)
         throws DAOException,
                DuplicateException
Change an existing BaseText.

Throws:
DAOException
DuplicateException

delete

void delete(Id aId)
      throws DAOException
Delete an existing BaseText.

Throws:
DAOException

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26