Package com.liferay.counter.service.base
Class CounterLocalServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.counter.service.base.CounterLocalServiceBaseImpl
- All Implemented Interfaces:
com.liferay.counter.kernel.service.CounterLocalService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
- Direct Known Subclasses:
CounterLocalServiceImpl
public abstract class CounterLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.counter.kernel.service.CounterLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the counter local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CounterLocalServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.persistence.CounterFinder
protected com.liferay.counter.kernel.service.CounterLocalService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
com.liferay.counter.kernel.service.persistence.CounterFinder
Returns the counter finder.com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.protected Class<?>
protected String
Returns the OSGi service identifier.void
setCounterFinder
(com.liferay.counter.kernel.service.persistence.CounterFinder counterFinder) Sets the counter finder.void
setCounterLocalService
(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.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
getCurrentId, getNames, increment, increment, increment, rename, reset, reset
-
Field Details
-
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService -
counterFinder
@BeanReference(type=com.liferay.counter.kernel.service.persistence.CounterFinder.class) protected com.liferay.counter.kernel.service.persistence.CounterFinder counterFinder
-
-
Constructor Details
-
CounterLocalServiceBaseImpl
public CounterLocalServiceBaseImpl()
-
-
Method Details
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService
- the counter local service
-
getCounterFinder
public com.liferay.counter.kernel.service.persistence.CounterFinder getCounterFinder()Returns the counter finder.- Returns:
- the counter finder
-
setCounterFinder
public void setCounterFinder(com.liferay.counter.kernel.service.persistence.CounterFinder counterFinder) Sets the counter finder.- Parameters:
counterFinder
- the counter finder
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.counter.kernel.service.CounterLocalService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-