test.org.benow.service
Class TutorialServiceImpl

java.lang.Object
  extended by test.org.benow.service.TutorialServiceImpl
All Implemented Interfaces:
org.benow.java.spec.Markup, org.benow.service.Service, TutorialService

public class TutorialServiceImpl
extends java.lang.Object
implements TutorialService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.benow.java.spec.Markup
org.benow.java.spec.Markup.ParamName, org.benow.java.spec.Markup.ReturnDescription
 
Constructor Summary
TutorialServiceImpl()
           
 
Method Summary
 java.util.List<test.org.benow.service.Person> getPeople()
           
 java.util.List<test.org.benow.service.Person> getPeopleInCity(java.lang.String city)
           
 java.util.List<test.org.benow.service.Person> getPeopleOfHeight(int heightInCM)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TutorialServiceImpl

public TutorialServiceImpl()
Method Detail

getPeople

public java.util.List<test.org.benow.service.Person> getPeople()
Specified by:
getPeople in interface TutorialService
Returns:
all known people

getPeopleInCity

public java.util.List<test.org.benow.service.Person> getPeopleInCity(java.lang.String city)
Specified by:
getPeopleInCity in interface TutorialService
Parameters:
city - city to fetch people for
Returns:
known people within the given city

getPeopleOfHeight

public java.util.List<test.org.benow.service.Person> getPeopleOfHeight(int heightInCM)
Specified by:
getPeopleOfHeight in interface TutorialService
Parameters:
heightInCM - minimum height of people to return
Returns:
known people of the given minimum height