|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.beesting.beangenerator.example.service.CatServiceImpl
public class CatServiceImpl
| Constructor Summary | |
|---|---|
CatServiceImpl()
|
|
| Method Summary | |
|---|---|
Cat |
findCatById(java.lang.Long id)
|
java.util.Collection<Cat> |
findCatsByColor(java.awt.Color color)
|
java.util.Collection<Kitten> |
findKittens()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CatServiceImpl()
| Method Detail |
|---|
public java.util.Collection<Cat> findCatsByColor(java.awt.Color color)
findCatsByColor in interface CatServicepublic Cat findCatById(java.lang.Long id)
findCatById in interface CatServicepublic java.util.Collection<Kitten> findKittens()
findKittens in interface CatService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||