net.sf.pmr.core.domain.reference
Class CountryRepositoryImpl

java.lang.Object
  extended by net.sf.pmr.core.domain.reference.CountryRepositoryImpl
All Implemented Interfaces:
CountryRepository

public class CountryRepositoryImpl
extends java.lang.Object
implements CountryRepository

Author:
Arnaud Prost (arnaud.prost@gmail.com)

Constructor Summary
CountryRepositoryImpl(CountryMapper countryMapper)
           
 
Method Summary
 java.util.List findAll()
          find all country
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountryRepositoryImpl

public CountryRepositoryImpl(CountryMapper countryMapper)
Parameters:
countryMapper -
Method Detail

findAll

public java.util.List findAll()
find all country

Specified by:
findAll in interface CountryRepository
Returns:
list of countries


Copyright © 2005 Arnaud Prost. All Rights Reserved.