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
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in RatingsEntryServiceImpl
.
RatingsEntryServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.ratings.kernel.service.RatingsEntryLocalService |
ratingsEntryLocalService |
protected com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence |
ratingsEntryPersistence |
protected com.liferay.ratings.kernel.service.RatingsEntryService |
ratingsEntryService |
Constructor and Description |
---|
RatingsEntryServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.ratings.kernel.service.RatingsEntryLocalService |
getRatingsEntryLocalService()
Returns the ratings entry local service.
|
com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence |
getRatingsEntryPersistence()
Returns the ratings entry persistence.
|
com.liferay.ratings.kernel.service.RatingsEntryService |
getRatingsEntryService()
Returns the ratings entry remote service.
|
protected void |
runSQL(String sql)
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.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.ratings.kernel.service.RatingsEntryLocalService.class) protected com.liferay.ratings.kernel.service.RatingsEntryLocalService ratingsEntryLocalService
@BeanReference(type=com.liferay.ratings.kernel.service.RatingsEntryService.class) protected com.liferay.ratings.kernel.service.RatingsEntryService ratingsEntryService
@BeanReference(type=com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence.class) protected com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence ratingsEntryPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.ratings.kernel.service.RatingsEntryLocalService getRatingsEntryLocalService()
public void setRatingsEntryLocalService(com.liferay.ratings.kernel.service.RatingsEntryLocalService ratingsEntryLocalService)
ratingsEntryLocalService
- the ratings entry local servicepublic com.liferay.ratings.kernel.service.RatingsEntryService getRatingsEntryService()
public void setRatingsEntryService(com.liferay.ratings.kernel.service.RatingsEntryService ratingsEntryService)
ratingsEntryService
- the ratings entry remote servicepublic com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence getRatingsEntryPersistence()
public void setRatingsEntryPersistence(com.liferay.ratings.kernel.service.persistence.RatingsEntryPersistence ratingsEntryPersistence)
ratingsEntryPersistence
- the ratings entry persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.ratings.kernel.service.RatingsEntryService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query