Class RatingsEntryServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.ratings.service.base.RatingsEntryServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.ratings.kernel.service.RatingsEntryService
- Direct Known Subclasses:
RatingsEntryServiceImpl
public abstract class RatingsEntryServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.ratings.kernel.service.RatingsEntryService
Provides the base implementation for the ratings entry remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in RatingsEntryServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalService
protected com.liferay.ratings.kernel.service.RatingsEntryLocalService
protected com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence
protected com.liferay.ratings.kernel.service.RatingsEntryService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.protected Class<?>
protected String
Returns the OSGi service identifier.com.liferay.ratings.kernel.service.RatingsEntryLocalService
Returns the ratings entry local service.com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence
Returns the ratings entry persistence.com.liferay.ratings.kernel.service.RatingsEntryService
Returns the ratings entry remote service.protected void
Performs a SQL query.void
setCounterLocalService
(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.void
setRatingsEntryLocalService
(com.liferay.ratings.kernel.service.RatingsEntryLocalService ratingsEntryLocalService) Sets the ratings entry local service.void
setRatingsEntryPersistence
(com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence ratingsEntryPersistence) Sets the ratings entry persistence.void
setRatingsEntryService
(com.liferay.ratings.kernel.service.RatingsEntryService ratingsEntryService) Sets the ratings entry remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.ratings.kernel.service.RatingsEntryService
deleteEntry, updateEntry
-
Field Details
-
ratingsEntryLocalService
@BeanReference(type=com.liferay.ratings.kernel.service.RatingsEntryLocalService.class) protected com.liferay.ratings.kernel.service.RatingsEntryLocalService ratingsEntryLocalService -
ratingsEntryService
@BeanReference(type=com.liferay.ratings.kernel.service.RatingsEntryService.class) protected com.liferay.ratings.kernel.service.RatingsEntryService ratingsEntryService -
ratingsEntryPersistence
@BeanReference(type=com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence.class) protected com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence ratingsEntryPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
RatingsEntryServiceBaseImpl
public RatingsEntryServiceBaseImpl()
-
-
Method Details
-
getRatingsEntryLocalService
public com.liferay.ratings.kernel.service.RatingsEntryLocalService getRatingsEntryLocalService()Returns the ratings entry local service.- Returns:
- the ratings entry local service
-
setRatingsEntryLocalService
public void setRatingsEntryLocalService(com.liferay.ratings.kernel.service.RatingsEntryLocalService ratingsEntryLocalService) Sets the ratings entry local service.- Parameters:
ratingsEntryLocalService
- the ratings entry local service
-
getRatingsEntryService
public com.liferay.ratings.kernel.service.RatingsEntryService getRatingsEntryService()Returns the ratings entry remote service.- Returns:
- the ratings entry remote service
-
setRatingsEntryService
public void setRatingsEntryService(com.liferay.ratings.kernel.service.RatingsEntryService ratingsEntryService) Sets the ratings entry remote service.- Parameters:
ratingsEntryService
- the ratings entry remote service
-
getRatingsEntryPersistence
public com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence getRatingsEntryPersistence()Returns the ratings entry persistence.- Returns:
- the ratings entry persistence
-
setRatingsEntryPersistence
public void setRatingsEntryPersistence(com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence ratingsEntryPersistence) Sets the ratings entry persistence.- Parameters:
ratingsEntryPersistence
- the ratings entry persistence
-
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
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.ratings.kernel.service.RatingsEntryService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-