org.kuali.hr.time.person.service
Class PersonServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.person.service.PersonServiceImpl
All Implemented Interfaces:
PersonService

public class PersonServiceImpl
extends Object
implements PersonService


Constructor Summary
PersonServiceImpl()
           
 
Method Summary
 List<TKPerson> getPersonCollection(List<String> principalIds)
           
 void setPersonDao(PersonDao personDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonServiceImpl

public PersonServiceImpl()
Method Detail

setPersonDao

public void setPersonDao(PersonDao personDao)

getPersonCollection

public List<TKPerson> getPersonCollection(List<String> principalIds)
Specified by:
getPersonCollection in interface PersonService


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.