|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.ratings.service.RatingsEntryServiceWrapper
public class RatingsEntryServiceWrapper
This class is 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. Renamed to getWrappedService() |
RatingsEntryService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedRatingsEntryService(RatingsEntryService ratingsEntryService)
Deprecated. Renamed to 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 RatingsEntryService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface RatingsEntryService
beanIdentifier
- the Spring bean ID for this beanpublic void deleteEntry(String className, long classPK) throws PortalException, SystemException
deleteEntry
in interface RatingsEntryService
PortalException
SystemException
public RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException, SystemException
updateEntry
in interface RatingsEntryService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |