Uses of Interface
org.kuali.rice.kim.api.services.IdentityArchiveService

Packages that use IdentityArchiveService
org.kuali.rice.kim.service   
org.kuali.rice.kim.service.impl   
 

Uses of IdentityArchiveService in org.kuali.rice.kim.service
 

Methods in org.kuali.rice.kim.service that return IdentityArchiveService
static IdentityArchiveService KIMServiceLocatorInternal.getIdentityArchiveService()
           
 

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

Classes in org.kuali.rice.kim.service.impl that implement IdentityArchiveService
 class IdentityArchiveServiceImpl
          This is the default implementation for the IdentityArchiveService.
 

Fields in org.kuali.rice.kim.service.impl declared as IdentityArchiveService
private  IdentityArchiveService IdentityCurrentAndArchivedServiceImpl.identityArchiveService
           
 

Methods in org.kuali.rice.kim.service.impl that return IdentityArchiveService
private  IdentityArchiveService IdentityCurrentAndArchivedServiceImpl.getIdentityArchiveService()
           
 

Constructors in org.kuali.rice.kim.service.impl with parameters of type IdentityArchiveService
IdentityCurrentAndArchivedServiceImpl(IdentityService innerIdentityService, IdentityArchiveService identityArchiveService)
          This constructs a IdentityCurrentAndArchivedServiceImpl, injecting the needed services.
 



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