Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.counter.service.persistence.CounterFinder

Packages that use CounterFinder
com.liferay.counter.service.base   
com.liferay.counter.service.persistence This package defines the portal counter service persistence interfaces and utilities. 
 

Uses of CounterFinder in com.liferay.counter.service.base
 

Fields in com.liferay.counter.service.base declared as CounterFinder
protected  CounterFinder CounterLocalServiceBaseImpl.counterFinder
           
 

Methods in com.liferay.counter.service.base that return CounterFinder
 CounterFinder CounterLocalServiceBaseImpl.getCounterFinder()
          Returns the counter finder.
 

Methods in com.liferay.counter.service.base with parameters of type CounterFinder
 void CounterLocalServiceBaseImpl.setCounterFinder(CounterFinder counterFinder)
          Sets the counter finder.
 

Uses of CounterFinder in com.liferay.counter.service.persistence
 

Classes in com.liferay.counter.service.persistence that implement CounterFinder
 class CounterFinderImpl
           
 

Methods in com.liferay.counter.service.persistence that return CounterFinder
static CounterFinder CounterFinderUtil.getFinder()
           
 

Methods in com.liferay.counter.service.persistence with parameters of type CounterFinder
 void CounterFinderUtil.setFinder(CounterFinder finder)
           
 


Liferay 6.1.2-ce-ga3