nl.beesting.beangenerator.example.service
Class CatServiceImpl

java.lang.Object
  extended by nl.beesting.beangenerator.example.service.CatServiceImpl
All Implemented Interfaces:
CatService

public class CatServiceImpl
extends java.lang.Object
implements CatService


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

CatServiceImpl

public CatServiceImpl()
Method Detail

findCatsByColor

public java.util.Collection<Cat> findCatsByColor(java.awt.Color color)

Specified by:
findCatsByColor in interface CatService

findCatById

public Cat findCatById(java.lang.Long id)

Specified by:
findCatById in interface CatService

findKittens

public java.util.Collection<Kitten> findKittens()

Specified by:
findKittens in interface CatService


Copyright © 2008. All Rights Reserved.