nl.beesting.beangenerator.example.service
Interface CatService

All Known Implementing Classes:
CatServiceImpl

public interface CatService


Method Summary
 Cat findCatById(java.lang.Long id)
           
 java.util.Collection<Cat> findCatsByColor(java.awt.Color color)
           
 java.util.Collection<Kitten> findKittens()
           
 

Method Detail

findCatsByColor

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

findCatById

Cat findCatById(java.lang.Long id)

findKittens

java.util.Collection<Kitten> findKittens()


Copyright © 2008. All Rights Reserved.