Fish & Chips Club 4.10.0.0

hirondelle.fish.translate.unknown
Class UnknownBaseTextDAO

Object
  extended by hirondelle.fish.translate.unknown.UnknownBaseTextDAO

public final class UnknownBaseTextDAO
extends Object

Data Access Object for unknown BaseText.

There are two tables involved here. One for known BaseText, and one for unknown BaseText.


Constructor Summary
UnknownBaseTextDAO()
           
 
Method Summary
 int addAll(Set<String> aUnknowns)
          Add all aUnknowns to the UnknownBaseText table.
 Integer count()
          Return a count of the number of unknown BaseText items.
(package private)  int delete(String aUnknownText)
          Delete an item from the UnknownBaseText table.
(package private)  List<BaseText> list()
          List all unknown BaseText.
(package private)  boolean move(BaseText aUnknownBaseText)
          Move the given unknown to the BaseText table.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnknownBaseTextDAO

public UnknownBaseTextDAO()
Method Detail

list

List<BaseText> list()
              throws DAOException
List all unknown BaseText.

Throws:
DAOException

count

public Integer count()
              throws DAOException
Return a count of the number of unknown BaseText items.

Throws:
DAOException

addAll

public int addAll(Set<String> aUnknowns)
           throws DAOException
Add all aUnknowns to the UnknownBaseText table.

This is an all or none operation.

Throws:
DAOException

delete

int delete(String aUnknownText)
     throws DAOException
Delete an item from the UnknownBaseText table.

Throws:
DAOException

move

boolean move(BaseText aUnknownBaseText)
       throws DAOException
Move the given unknown to the BaseText table.

Throws:
DAOException

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26