com.liferay.counter.service
Class CounterLocalServiceFactory

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

public class CounterLocalServiceFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

CounterLocalServiceFactory

public CounterLocalServiceFactory()
Method Detail

getService

public static CounterLocalService getService()

getImpl

public static CounterLocalService getImpl()

getTxImpl

public static CounterLocalService getTxImpl()

setService

public void setService(CounterLocalService service)