Liferay 7.0-ce-b4

Uses of Interface
com.liferay.counter.service.CounterLocalService

Packages that use CounterLocalService
com.liferay.counter.service This package defines the portal counter service local interfaces, utilities, and wrappers. 
 

Uses of CounterLocalService in com.liferay.counter.service
 

Classes in com.liferay.counter.service that implement CounterLocalService
 class CounterLocalServiceWrapper
          Provides a wrapper for CounterLocalService.
 

Methods in com.liferay.counter.service that return CounterLocalService
static CounterLocalService CounterLocalServiceUtil.getService()
           
 CounterLocalService CounterLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.counter.service with parameters of type CounterLocalService
 void CounterLocalServiceWrapper.setWrappedService(CounterLocalService counterLocalService)
           
 

Constructors in com.liferay.counter.service with parameters of type CounterLocalService
CounterLocalServiceWrapper(CounterLocalService counterLocalService)
           
 


Liferay 7.0-ce-b4