|
Fish & Chips Club 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object hirondelle.fish.translate.unknown.UnknownBaseTextDAO
public final class UnknownBaseTextDAO
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 |
---|
public UnknownBaseTextDAO()
Method Detail |
---|
List<BaseText> list() throws DAOException
BaseText
.
DAOException
public Integer count() throws DAOException
BaseText
items.
DAOException
public int addAll(Set<String> aUnknowns) throws DAOException
This is an all or none operation.
DAOException
int delete(String aUnknownText) throws DAOException
DAOException
boolean move(BaseText aUnknownBaseText) throws DAOException
DAOException
|
Fish & Chips Club 4.10.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |