Liferay 7.0-ce-b4

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. 
com.liferay.counter.service.persistence.impl   
 

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
 

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)
           
 

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

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

Methods in com.liferay.counter.service.persistence.impl that return CounterFinder
static CounterFinder CounterFinderFactory.createCounterFinder(DataSource dataSource, SessionFactory sessionFactory)
           
 


Liferay 7.0-ce-b4