Uses of Interface
org.jasig.portal.utils.ICounterStore

Packages that use ICounterStore
org.jasig.portal.layout.simple Intefaces and classes primarily for Simple Layouts. 
org.jasig.portal.spring.locator   
org.jasig.portal.utils   
 

Uses of ICounterStore in org.jasig.portal.layout.simple
 

Fields in org.jasig.portal.layout.simple declared as ICounterStore
protected  ICounterStore RDBMUserLayoutStore.counterStore
           
 

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

Methods in org.jasig.portal.spring.locator that return ICounterStore
static ICounterStore CounterStoreLocator.getCounterStore()
          Deprecated.  
 

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

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

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

Uses of ICounterStore in org.jasig.portal.utils
 

Classes in org.jasig.portal.utils that implement ICounterStore
 class PooledCounterStore
           
 class RDBMCounterStore
          Deprecated. Use PooledCounterStore instead
 

Methods in org.jasig.portal.utils that return ICounterStore
static ICounterStore CounterStoreFactory.getCounterStoreImpl()
          Deprecated.  
 



Copyright © 2010 Jasig. All Rights Reserved.