|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterLocalService | |
---|---|
com.liferay.counter.service | This package defines the portal counter service local interfaces, utilities, and wrappers. |
com.liferay.portal.kernel.repository | |
com.liferay.portal.repository.proxy | This package defines the portal repository proxy beans. |
Uses of CounterLocalService in com.liferay.counter.service |
---|
Classes in com.liferay.counter.service that implement CounterLocalService | |
---|---|
class |
CounterLocalServiceWrapper
This class is a wrapper for CounterLocalService . |
Methods in com.liferay.counter.service that return CounterLocalService | |
---|---|
static CounterLocalService |
CounterLocalServiceUtil.getService()
|
CounterLocalService |
CounterLocalServiceWrapper.getWrappedCounterLocalService()
Deprecated. Renamed to CounterLocalServiceWrapper.getWrappedService() |
CounterLocalService |
CounterLocalServiceWrapper.getWrappedService()
|
Methods in com.liferay.counter.service with parameters of type CounterLocalService | |
---|---|
void |
CounterLocalServiceUtil.setService(CounterLocalService service)
Deprecated. |
void |
CounterLocalServiceWrapper.setWrappedCounterLocalService(CounterLocalService counterLocalService)
Deprecated. Renamed to CounterLocalServiceWrapper.setWrappedService(com.liferay.counter.service.CounterLocalService) |
void |
CounterLocalServiceWrapper.setWrappedService(CounterLocalService counterLocalService)
|
Constructors in com.liferay.counter.service with parameters of type CounterLocalService | |
---|---|
CounterLocalServiceWrapper(CounterLocalService counterLocalService)
|
Uses of CounterLocalService in com.liferay.portal.kernel.repository |
---|
Fields in com.liferay.portal.kernel.repository declared as CounterLocalService | |
---|---|
protected CounterLocalService |
BaseRepositoryImpl.counterLocalService
|
Methods in com.liferay.portal.kernel.repository with parameters of type CounterLocalService | |
---|---|
void |
BaseRepository.setCounterLocalService(CounterLocalService counterLocalService)
|
void |
BaseRepositoryImpl.setCounterLocalService(CounterLocalService counterLocalService)
|
Uses of CounterLocalService in com.liferay.portal.repository.proxy |
---|
Methods in com.liferay.portal.repository.proxy with parameters of type CounterLocalService | |
---|---|
void |
BaseRepositoryProxyBean.setCounterLocalService(CounterLocalService counterLocalService)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |