com.liferay.counter.service
Class CounterServiceFactory

java.lang.Object
  extended by com.liferay.counter.service.CounterServiceFactory

public class CounterServiceFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
CounterServiceFactory()
           
 
Method Summary
static CounterService getImpl()
           
static CounterService getService()
           
static CounterService getTxImpl()
           
 void setService(CounterService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterServiceFactory

public CounterServiceFactory()
Method Detail

getService

public static CounterService getService()

getImpl

public static CounterService getImpl()

getTxImpl

public static CounterService getTxImpl()

setService

public void setService(CounterService service)