|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LookupTableEntryDao
This is the LookupTableEntry data access object interface.
| Method Summary | |
|---|---|
void |
delete(int id)
Deletes the LookupTableEntry with the specified id. |
java.util.List |
findAll()
Returns all LookupTableEntries in the database. |
java.util.List |
findByExample(LookupTableEntry lookupTableEntry)
Returns all LookupTableEntries in the database that match the specified search criteria. |
LookupTableEntry |
findById(int id)
Returns the LookupTableEntry with the specified id. |
java.util.List |
findByProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Returns all LookupTableEntries in the database that match the specified search criteria. |
LookupTableEntry |
findByTableIdEntryId(java.lang.String tableId,
java.lang.String entryId)
Returns the LookupTableEntry with the specified table id and entry id. |
void |
save(LookupTableEntry LookupTableEntry)
Saves the LookupTableEntry passed. |
| Method Detail |
|---|
java.util.List findAll()
Returns all LookupTableEntries in the database.
java.util.List findByExample(LookupTableEntry lookupTableEntry)
Returns all LookupTableEntries in the database that match the specified search criteria.
lookupTableEntry - an example LookupTableEntry
java.util.List findByProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Returns all LookupTableEntries in the database that match the specified search criteria.
propertyName - the name of the specified propertypropertyValue - the search value for the specified
property
LookupTableEntry findById(int id)
Returns the LookupTableEntry with the specified id.
id - the id of the requested lookupTableEntry
LookupTableEntry findByTableIdEntryId(java.lang.String tableId,
java.lang.String entryId)
Returns the LookupTableEntry with the specified table id and entry id.
id - the id of the requested look-up tableid - the id of the requested entry
void save(LookupTableEntry LookupTableEntry)
Saves the LookupTableEntry passed.
lookupTableEntry - the lookupTableEntry to savevoid delete(int id)
Deletes the LookupTableEntry with the specified id.
id - the id of the lookupTableEntry to delete
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||