Package com.liferay.counter.service.impl
Class CounterLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.counter.service.base.CounterLocalServiceBaseImpl
com.liferay.counter.service.impl.CounterLocalServiceImpl
- All Implemented Interfaces:
com.liferay.counter.kernel.service.CounterLocalService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
public class CounterLocalServiceImpl
extends CounterLocalServiceBaseImpl
implements com.liferay.counter.kernel.service.CounterLocalService
- Author:
- Brian Wing Shun Chan, Edward Han
-
Field Summary
Fields inherited from class com.liferay.counter.service.base.CounterLocalServiceBaseImpl
counterFinder, counterLocalService
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.counter.service.base.CounterLocalServiceBaseImpl
afterPropertiesSet, destroy, getCounterFinder, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, setCounterFinder, setCounterLocalService
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.counter.kernel.service.CounterLocalService
getOSGiServiceIdentifier
-
Constructor Details
-
CounterLocalServiceImpl
public CounterLocalServiceImpl()
-
-
Method Details
-
getCurrentId
- Specified by:
getCurrentId
in interfacecom.liferay.counter.kernel.service.CounterLocalService
-
getNames
- Specified by:
getNames
in interfacecom.liferay.counter.kernel.service.CounterLocalService
-
increment
public long increment()- Specified by:
increment
in interfacecom.liferay.counter.kernel.service.CounterLocalService
-
increment
- Specified by:
increment
in interfacecom.liferay.counter.kernel.service.CounterLocalService
-
increment
- Specified by:
increment
in interfacecom.liferay.counter.kernel.service.CounterLocalService
-
rename
- Specified by:
rename
in interfacecom.liferay.counter.kernel.service.CounterLocalService
-
reset
- Specified by:
reset
in interfacecom.liferay.counter.kernel.service.CounterLocalService
-
reset
- Specified by:
reset
in interfacecom.liferay.counter.kernel.service.CounterLocalService
-