Liferay 7.0-ga1 portal-impl

com.liferay.counter.service.persistence.impl
Class CounterFinderFactory

java.lang.Object
  extended by com.liferay.counter.service.persistence.impl.CounterFinderFactory

public class CounterFinderFactory
extends Object


Constructor Summary
CounterFinderFactory()
           
 
Method Summary
static com.liferay.counter.kernel.service.persistence.CounterFinder createCounterFinder(DataSource dataSource, com.liferay.portal.kernel.dao.orm.SessionFactory sessionFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterFinderFactory

public CounterFinderFactory()
Method Detail

createCounterFinder

public static com.liferay.counter.kernel.service.persistence.CounterFinder createCounterFinder(DataSource dataSource,
                                                                                               com.liferay.portal.kernel.dao.orm.SessionFactory sessionFactory)

Liferay 7.0-ga1 portal-impl