|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.ratings.service.RatingsEntryServiceWrapper
public class RatingsEntryServiceWrapper
Provides a wrapper for RatingsEntryService.
RatingsEntryService| Constructor Summary | |
|---|---|
RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
|
|
| Method Summary | |
|---|---|
void |
deleteEntry(String className,
long classPK)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
RatingsEntryService |
getWrappedRatingsEntryService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
RatingsEntryService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedRatingsEntryService(RatingsEntryService ratingsEntryService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.ratings.service.RatingsEntryService) |
void |
setWrappedService(RatingsEntryService ratingsEntryService)
|
RatingsEntry |
updateEntry(String className,
long classPK,
double score)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RatingsEntryServiceWrapper(RatingsEntryService ratingsEntryService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface RatingsEntryServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface RatingsEntryServicebeanIdentifier - the Spring bean ID for this bean
public void deleteEntry(String className,
long classPK)
throws PortalException,
SystemException
deleteEntry in interface RatingsEntryServicePortalException
SystemException
public RatingsEntry updateEntry(String className,
long classPK,
double score)
throws PortalException,
SystemException
updateEntry in interface RatingsEntryServicePortalException
SystemExceptionpublic RatingsEntryService getWrappedRatingsEntryService()
getWrappedService()
public void setWrappedRatingsEntryService(RatingsEntryService ratingsEntryService)
setWrappedService(com.liferay.portlet.ratings.service.RatingsEntryService)
public RatingsEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<RatingsEntryService>public void setWrappedService(RatingsEntryService ratingsEntryService)
setWrappedService in interface ServiceWrapper<RatingsEntryService>
|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||