net.sf.pmr.core.service
Class ReferenceServiceImpl

java.lang.Object
  extended by net.sf.pmr.core.service.ReferenceServiceImpl
All Implemented Interfaces:
ReferenceService

public class ReferenceServiceImpl
extends java.lang.Object
implements ReferenceService

Author:
Arnaud Prost (arnaud.prost@gmail.com) Service providing reference data

Constructor Summary
ReferenceServiceImpl(CountryRepository countryRepository)
          Constructor
 
Method Summary
 java.util.List findAllCountries()
          List of countries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceServiceImpl

public ReferenceServiceImpl(CountryRepository countryRepository)
Constructor

Parameters:
countryRepository - countryRepository
Method Detail

findAllCountries

public java.util.List findAllCountries()
Description copied from interface: ReferenceService
List of countries

Specified by:
findAllCountries in interface ReferenceService
Returns:
List
See Also:
ReferenceService.findAllCountries()


Copyright © 2005 Arnaud Prost. All Rights Reserved.