|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.ratings.service.RatingsEntryServiceWrapper
@ProviderType 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 void deleteEntry(String className,
long classPK)
throws PortalException
deleteEntry in interface RatingsEntryServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface RatingsEntryServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface RatingsEntryServicebeanIdentifier - the Spring bean ID for this bean
public RatingsEntry updateEntry(String className,
long classPK,
double score)
throws PortalException
updateEntry in interface RatingsEntryServicePortalException@Deprecated public RatingsEntryService getWrappedRatingsEntryService()
getWrappedService()
@Deprecated 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 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||