|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LookupTableManager
This is the LookupTable manager interface.
| Method Summary | |
|---|---|
void |
delete(java.lang.String id)
Deletes the LookupTable with the specified id. |
java.util.List |
findAll()
Returns all LookupTables in the database. |
java.util.List |
findByExample(LookupTable lookupTable)
Returns all LookupTables in the database that match the specified search criteria. |
LookupTable |
findById(java.lang.String id)
Returns the LookupTable with the specified id. |
java.util.List |
findByProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Returns all LookupTables in the database that match the specified search criteria. |
void |
save(LookupTable lookupTable)
Saves the LookupTable passed. |
| Method Detail |
|---|
java.util.List findAll()
Returns all LookupTables in the database.
java.util.List findByExample(LookupTable lookupTable)
Returns all LookupTables in the database that match the specified search criteria.
lookupTable - an example LookupTable
java.util.List findByProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Returns all LookupTables in the database that match the specified search criteria.
propertyName - the name of the specified propertypropertyValue - the search value for the specified
property
LookupTable findById(java.lang.String id)
Returns the LookupTable with the specified id.
id - the id of the requested lookupTable
void save(LookupTable lookupTable)
Saves the LookupTable passed.
lookupTable - the lookupTable to savevoid delete(java.lang.String id)
Deletes the LookupTable with the specified id.
id - the id of the lookupTable to delete
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||