Fish & Chips Club 4.10.0.0

hirondelle.fish.translate.locale
Class SupportedLocaleDAO

Object
  extended by hirondelle.fish.translate.locale.SupportedLocaleDAO

final class SupportedLocaleDAO
extends Object

Data Access Object for SupportedLocale.


Constructor Summary
SupportedLocaleDAO()
           
 
Method Summary
(package private)  Id add(SupportedLocale aLocale)
          Add a new SupportedLocale.
(package private)  boolean change(SupportedLocale aLocale)
          Update an existing SupportedLocale.
(package private)  void delete(Id aId)
          Delete an existing SupportedLocale.
(package private)  SupportedLocale fetch(Id aId)
          Fetch an existing SupportedLocale.
(package private)  List<SupportedLocale> list()
          List all SupportedLocales.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportedLocaleDAO

SupportedLocaleDAO()
Method Detail

list

List<SupportedLocale> list()
                     throws DAOException
List all SupportedLocales.

Throws:
DAOException

add

Id add(SupportedLocale aLocale)
 throws DAOException,
        DuplicateException
Add a new SupportedLocale.

Throws:
DAOException
DuplicateException

fetch

SupportedLocale fetch(Id aId)
                throws DAOException
Fetch an existing SupportedLocale.

Throws:
DAOException

change

boolean change(SupportedLocale aLocale)
         throws DAOException,
                DuplicateException
Update an existing SupportedLocale.

Throws:
DAOException
DuplicateException

delete

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

Throws:
DAOException

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26