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 TypeMethodDescriptionlong
getCurrentId
(String name) getNames()
Returns the OSGi service identifier.long
long
long
void
void
void
void
setWrappedService
(CounterLocalService counterLocalService)
-
Constructor Details
-
CounterLocalServiceWrapper
public CounterLocalServiceWrapper() -
CounterLocalServiceWrapper
-
-
Method Details
-
getCurrentId
- Specified by:
getCurrentId
in interfaceCounterLocalService
-
getNames
- Specified by:
getNames
in interfaceCounterLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCounterLocalService
- Returns:
- the OSGi service identifier
-
increment
public long increment()- Specified by:
increment
in interfaceCounterLocalService
-
increment
- Specified by:
increment
in interfaceCounterLocalService
-
increment
- Specified by:
increment
in interfaceCounterLocalService
-
rename
- Specified by:
rename
in interfaceCounterLocalService
-
reset
- Specified by:
reset
in interfaceCounterLocalService
-
reset
- Specified by:
reset
in interfaceCounterLocalService
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<CounterLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<CounterLocalService>
-