|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restafarian.core.service.impl.LookupTableEntryManagerImpl
public class LookupTableEntryManagerImpl
Concrete implementation of the LookupTableEntry manager interface.
| Constructor Summary | |
|---|---|
LookupTableEntryManagerImpl()
|
|
| 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. |
LookupTableEntryDao |
getLookupTableEntryDao()
|
void |
save(LookupTableEntry LookupTableEntry)
Saves the LookupTableEntry passed. |
void |
setLookupTableEntryDao(LookupTableEntryDao dao)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookupTableEntryManagerImpl()
| Method Detail |
|---|
public java.util.List findAll()
Returns all LookupTableEntries in the database.
findAll in interface LookupTableEntryManagerpublic java.util.List findByExample(LookupTableEntry lookupTableEntry)
Returns all LookupTableEntries in the database that match the specified search criteria.
findByExample in interface LookupTableEntryManagerlookupTableEntry - an example LookupTableEntry
public java.util.List findByProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Returns all LookupTableEntries in the database that match the specified search criteria.
findByProperty in interface LookupTableEntryManagerpropertyName - the name of the specified propertypropertyValue - the search value for the specified
property
public LookupTableEntry findById(int id)
Returns the LookupTableEntry with the specified id.
findById in interface LookupTableEntryManagerid - the id of the requested lookupTableEntry
public LookupTableEntry findByTableIdEntryId(java.lang.String tableId,
java.lang.String entryId)
Returns the LookupTableEntry with the specified table id and entry id.
findByTableIdEntryId in interface LookupTableEntryManagerid - the id of the requested look-up tableid - the id of the requested entry
public void save(LookupTableEntry LookupTableEntry)
Saves the LookupTableEntry passed.
save in interface LookupTableEntryManagerlookupTableEntry - the lookupTableEntry to savepublic void delete(int id)
Deletes the LookupTableEntry with the specified id.
delete in interface LookupTableEntryManagerid - the id of the lookupTableEntry to deletepublic LookupTableEntryDao getLookupTableEntryDao()
public void setLookupTableEntryDao(LookupTableEntryDao dao)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||