Class CounterLocalServiceWrapper
Object
com.liferay.counter.kernel.service.CounterLocalServiceWrapper
- All Implemented Interfaces:
CounterLocalService,BaseLocalService,ServiceWrapper<CounterLocalService>
public class CounterLocalServiceWrapper
extends Object
implements CounterLocalService, ServiceWrapper<CounterLocalService>
Provides a wrapper for
CounterLocalService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetCurrentId(String name) getNames()Returns the OSGi service identifier.longlonglongvoidvoidvoidvoidsetWrappedService(CounterLocalService counterLocalService)
-
Constructor Details
-
CounterLocalServiceWrapper
public CounterLocalServiceWrapper() -
CounterLocalServiceWrapper
-
-
Method Details
-
getCurrentId
- Specified by:
getCurrentIdin interfaceCounterLocalService
-
getNames
- Specified by:
getNamesin interfaceCounterLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCounterLocalService- Returns:
- the OSGi service identifier
-
increment
public long increment()- Specified by:
incrementin interfaceCounterLocalService
-
increment
- Specified by:
incrementin interfaceCounterLocalService
-
increment
- Specified by:
incrementin interfaceCounterLocalService
-
rename
- Specified by:
renamein interfaceCounterLocalService
-
reset
- Specified by:
resetin interfaceCounterLocalService
-
reset
- Specified by:
resetin interfaceCounterLocalService
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<CounterLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<CounterLocalService>
-