public class ScreensCommentServiceWrapper extends java.lang.Object implements ScreensCommentService, com.liferay.portal.kernel.service.ServiceWrapper<ScreensCommentService>
ScreensCommentService.ScreensCommentService| Constructor and Description |
|---|
ScreensCommentServiceWrapper(ScreensCommentService screensCommentService) |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.json.JSONObject |
addComment(java.lang.String className,
long classPK,
java.lang.String body) |
com.liferay.portal.kernel.json.JSONObject |
getComment(long commentId) |
com.liferay.portal.kernel.json.JSONArray |
getComments(java.lang.String className,
long classPK,
int start,
int end) |
int |
getCommentsCount(java.lang.String className,
long classPK) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ScreensCommentService |
getWrappedService() |
void |
setWrappedService(ScreensCommentService screensCommentService) |
com.liferay.portal.kernel.json.JSONObject |
updateComment(long commentId,
java.lang.String body) |
public ScreensCommentServiceWrapper(ScreensCommentService screensCommentService)
public com.liferay.portal.kernel.json.JSONObject addComment(java.lang.String className,
long classPK,
java.lang.String body)
throws com.liferay.portal.kernel.exception.PortalException
addComment in interface ScreensCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.json.JSONObject getComment(long commentId)
throws com.liferay.portal.kernel.exception.PortalException
getComment in interface ScreensCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.json.JSONArray getComments(java.lang.String className,
long classPK,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
getComments in interface ScreensCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommentsCount(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
getCommentsCount in interface ScreensCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ScreensCommentServicepublic com.liferay.portal.kernel.json.JSONObject updateComment(long commentId,
java.lang.String body)
throws com.liferay.portal.kernel.exception.PortalException
updateComment in interface ScreensCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ScreensCommentService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ScreensCommentService>public void setWrappedService(ScreensCommentService screensCommentService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ScreensCommentService>