|
Fish & Chips Club 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objecthirondelle.fish.translate.basetext.BaseTextDAO
public final class BaseTextDAO
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 |
|---|
public BaseTextDAO()
| Method Detail |
|---|
List<BaseText> list()
throws DAOException
List of all BaseText objects, ordered alphabetically.
DAOException
Id add(BaseText aBaseText)
throws DAOException,
DuplicateException
BaseText.
DAOException
DuplicateException
public BaseText fetch(Id aId)
throws DAOException
BaseText.
DAOException
boolean change(BaseText aBaseText)
throws DAOException,
DuplicateException
BaseText.
DAOException
DuplicateException
void delete(Id aId)
throws DAOException
BaseText.
DAOException
|
Fish & Chips Club 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||