|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restafarian.core.service.impl.LookupTableManagerImpl
public class LookupTableManagerImpl
Concrete implementation of the LookupTable manager interface.
| Constructor Summary | |
|---|---|
LookupTableManagerImpl()
|
|
| 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. |
LookupTableDao |
getLookupTableDao()
|
void |
save(LookupTable LookupTable)
Saves the LookupTable passed. |
void |
setLookupTableDao(LookupTableDao dao)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookupTableManagerImpl()
| Method Detail |
|---|
public java.util.List findAll()
Returns all LookupTables in the database.
findAll in interface LookupTableManagerpublic java.util.List findByExample(LookupTable lookupTable)
Returns all LookupTables in the database that match the specified search criteria.
findByExample in interface LookupTableManagerlookupTable - an example LookupTable
public java.util.List findByProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Returns all LookupTables in the database that match the specified search criteria.
findByProperty in interface LookupTableManagerpropertyName - the name of the specified propertypropertyValue - the search value for the specified
property
public LookupTable findById(java.lang.String id)
Returns the LookupTable with the specified id.
findById in interface LookupTableManagerid - the id of the requested lookupTable
public void save(LookupTable LookupTable)
Saves the LookupTable passed.
save in interface LookupTableManagerlookupTable - the lookupTable to savepublic void delete(java.lang.String id)
Deletes the LookupTable with the specified id.
delete in interface LookupTableManagerid - the id of the lookupTable to deletepublic LookupTableDao getLookupTableDao()
public void setLookupTableDao(LookupTableDao dao)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||