org.kuali.student.enrollment.class2.courseoffering.service.impl
Class PersonServiceMockImpl

java.lang.Object
  extended by org.kuali.student.enrollment.class2.courseoffering.service.impl.PersonServiceMockImpl
All Implemented Interfaces:
PersonService

public class PersonServiceMockImpl
extends Object
implements PersonService

This class //TODO ...

Author:
Kuali Student Team

Constructor Summary
PersonServiceMockImpl()
           
 
Method Summary
 List<Person> findPeople(Map<String,String> stringStringMap)
           
 List<Person> findPeople(Map<String,String> stringStringMap, boolean b)
           
 Person getPerson(String s)
           
 Person getPersonByEmployeeId(String s)
           
 List<Person> getPersonByExternalIdentifier(String s, String s1)
           
 Person getPersonByPrincipalName(String s)
           
 Class<? extends Person> getPersonImplementationClass()
           
 Map<String,String> resolvePrincipalNamesToPrincipalIds(BusinessObject businessObject, Map<String,String> stringStringMap)
           
 Person updatePersonIfNecessary(String s, Person person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonServiceMockImpl

public PersonServiceMockImpl()
Method Detail

getPerson

public Person getPerson(String s)
Specified by:
getPerson in interface PersonService

getPersonByExternalIdentifier

public List<Person> getPersonByExternalIdentifier(String s,
                                                  String s1)
Specified by:
getPersonByExternalIdentifier in interface PersonService

getPersonByPrincipalName

public Person getPersonByPrincipalName(String s)
Specified by:
getPersonByPrincipalName in interface PersonService

getPersonByEmployeeId

public Person getPersonByEmployeeId(String s)
Specified by:
getPersonByEmployeeId in interface PersonService

findPeople

public List<Person> findPeople(Map<String,String> stringStringMap)
Specified by:
findPeople in interface PersonService

findPeople

public List<Person> findPeople(Map<String,String> stringStringMap,
                               boolean b)
Specified by:
findPeople in interface PersonService

getPersonImplementationClass

public Class<? extends Person> getPersonImplementationClass()
Specified by:
getPersonImplementationClass in interface PersonService

resolvePrincipalNamesToPrincipalIds

public Map<String,String> resolvePrincipalNamesToPrincipalIds(BusinessObject businessObject,
                                                              Map<String,String> stringStringMap)
Specified by:
resolvePrincipalNamesToPrincipalIds in interface PersonService

updatePersonIfNecessary

public Person updatePersonIfNecessary(String s,
                                      Person person)
Specified by:
updatePersonIfNecessary in interface PersonService


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