Uses of Interface
org.jasig.portal.concurrency.IEntityCachingService

Packages that use IEntityCachingService
org.jasig.portal.concurrency   
org.jasig.portal.concurrency.caching   
org.jasig.portal.services   
org.jasig.portal.spring.locator   
 

Uses of IEntityCachingService in org.jasig.portal.concurrency
 

Methods in org.jasig.portal.concurrency that return IEntityCachingService
 IEntityCachingService IEntityCachingServiceFactory.newCachingService()
          Return an instance of IEntityCachingService.
 

Uses of IEntityCachingService in org.jasig.portal.concurrency.caching
 

Classes in org.jasig.portal.concurrency.caching that implement IEntityCachingService
 class AbstractEntityCachingService
          Provides common IEntityCachingService logic
 class CacheFactoryEntityCachingService
          Creates MapBackedEntityCache instances that wrap Map caches retrieved from the CacheFactory service.
 

Uses of IEntityCachingService in org.jasig.portal.services
 

Classes in org.jasig.portal.services that implement IEntityCachingService
 class EntityCachingService
          Deprecated. Where possible the Spring managed IEntityCachingService bean should be injected instead of using this lookup class.
 

Methods in org.jasig.portal.services that return IEntityCachingService
static IEntityCachingService EntityCachingService.getEntityCachingService()
          Deprecated.  
 

Uses of IEntityCachingService in org.jasig.portal.spring.locator
 

Methods in org.jasig.portal.spring.locator that return IEntityCachingService
static IEntityCachingService EntityCachingServiceLocator.getEntityCachingService()
          Deprecated.  
 

Methods in org.jasig.portal.spring.locator that return types with arguments of type IEntityCachingService
protected  AbstractBeanLocator<IEntityCachingService> EntityCachingServiceLocator.getLocator()
          Deprecated.  
 

Method parameters in org.jasig.portal.spring.locator with type arguments of type IEntityCachingService
protected  void EntityCachingServiceLocator.setLocator(AbstractBeanLocator<IEntityCachingService> locator)
          Deprecated.  
 

Constructors in org.jasig.portal.spring.locator with parameters of type IEntityCachingService
EntityCachingServiceLocator(IEntityCachingService instance)
          Deprecated.  
 



Copyright © 2010 Jasig. All Rights Reserved.