Uses of Interface
org.kuali.rice.kim.api.identity.PersonService

Packages that use PersonService
org.kuali.rice.kew.user   
org.kuali.rice.kim.api.services   
org.kuali.rice.kim.impl.identity   
org.kuali.rice.kim.inquiry   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kns.maintenance Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.maintenance.rules Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krad.bo.authorization   
org.kuali.rice.krad.rules   
org.kuali.rice.krad.service.impl Core service implementations. 
org.kuali.rice.krad.uif.authorization   
 

Uses of PersonService in org.kuali.rice.kew.user
 

Methods in org.kuali.rice.kew.user that return PersonService
static PersonService UserUtils.getPersonService()
           
 

Uses of PersonService in org.kuali.rice.kim.api.services
 

Methods in org.kuali.rice.kim.api.services that return PersonService
static PersonService KimApiServiceLocator.getPersonService()
           
 

Uses of PersonService in org.kuali.rice.kim.impl.identity
 

Classes in org.kuali.rice.kim.impl.identity that implement PersonService
 class PersonServiceImpl
          This is a description of what this class does - kellerj don't forget to fill this in.
 

Fields in org.kuali.rice.kim.impl.identity declared as PersonService
protected static PersonService PersonImpl.personService
           
 

Methods in org.kuali.rice.kim.impl.identity that return PersonService
static PersonService PersonImpl.getPersonService()
           
 PersonService PersonLookupableImpl.getPersonService()
           
 

Uses of PersonService in org.kuali.rice.kim.inquiry
 

Methods in org.kuali.rice.kim.inquiry that return PersonService
 PersonService PersonInquirableImpl.getPersonService()
           
 

Uses of PersonService in org.kuali.rice.kim.service.impl
 

Methods in org.kuali.rice.kim.service.impl that return PersonService
protected  PersonService KimModuleService.getPersonService()
           
 

Uses of PersonService in org.kuali.rice.kns.maintenance
 

Fields in org.kuali.rice.kns.maintenance declared as PersonService
protected  PersonService KualiMaintainableImpl.personService
          Deprecated.  
 

Methods in org.kuali.rice.kns.maintenance that return PersonService
protected  PersonService KualiMaintainableImpl.getPersonService()
          Deprecated.  
 

Methods in org.kuali.rice.kns.maintenance with parameters of type PersonService
 void KualiMaintainableImpl.setPersonService(PersonService personService)
          Deprecated.  
 

Uses of PersonService in org.kuali.rice.kns.maintenance.rules
 

Fields in org.kuali.rice.kns.maintenance.rules declared as PersonService
protected  PersonService MaintenanceDocumentRuleBase.personService
           
 

Methods in org.kuali.rice.kns.maintenance.rules that return PersonService
 PersonService MaintenanceDocumentRuleBase.getPersonService()
           
 

Methods in org.kuali.rice.kns.maintenance.rules with parameters of type PersonService
 void MaintenanceDocumentRuleBase.setPersonService(PersonService personService)
           
 

Uses of PersonService in org.kuali.rice.krad.bo.authorization
 

Methods in org.kuali.rice.krad.bo.authorization that return PersonService
protected static PersonService BusinessObjectAuthorizerBase.getPersonService()
           
 

Uses of PersonService in org.kuali.rice.krad.rules
 

Methods in org.kuali.rice.krad.rules that return PersonService
 PersonService MaintenanceDocumentRuleBase.getPersonService()
           
protected  PersonService DocumentRuleBase.getPersonService()
           
 

Methods in org.kuali.rice.krad.rules with parameters of type PersonService
 void MaintenanceDocumentRuleBase.setPersonService(PersonService personService)
           
 

Uses of PersonService in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl that return PersonService
 PersonService DocumentServiceImpl.getPersonService()
           
protected  PersonService BusinessObjectServiceImpl.getPersonService()
           
 PersonService PessimisticLockServiceImpl.getPersonService()
           
 

Methods in org.kuali.rice.krad.service.impl with parameters of type PersonService
 void BusinessObjectServiceImpl.setPersonService(PersonService personService)
          Sets the kualiUserService attribute value.
 

Uses of PersonService in org.kuali.rice.krad.uif.authorization
 

Methods in org.kuali.rice.krad.uif.authorization that return PersonService
protected static PersonService AuthorizerBase.getPersonService()
           
 



Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.