@ProviderType 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 ScreensCommentService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.json.JSONObject getComment(long commentId) throws com.liferay.portal.kernel.exception.PortalException
getComment
in interface ScreensCommentService
com.liferay.portal.kernel.exception.PortalException
public 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 ScreensCommentService
com.liferay.portal.kernel.exception.PortalException
public int getCommentsCount(java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
getCommentsCount
in interface ScreensCommentService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ScreensCommentService
public com.liferay.portal.kernel.json.JSONObject updateComment(long commentId, java.lang.String body) throws com.liferay.portal.kernel.exception.PortalException
updateComment
in interface ScreensCommentService
com.liferay.portal.kernel.exception.PortalException
public 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>