@ProviderType public class KBCommentServiceWrapper extends java.lang.Object implements KBCommentService, com.liferay.portal.kernel.service.ServiceWrapper<KBCommentService>
KBCommentService.KBCommentService| Constructor and Description |
|---|
KBCommentServiceWrapper(KBCommentService kbCommentService) |
| Modifier and Type | Method and Description |
|---|---|
KBComment |
deleteKBComment(KBComment kbComment) |
KBComment |
deleteKBComment(long kbCommentId) |
KBComment |
getKBComment(long kbCommentId) |
java.util.List<KBComment> |
getKBComments(long groupId,
int status,
int start,
int end) |
java.util.List<KBComment> |
getKBComments(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KBComment> obc) |
java.util.List<KBComment> |
getKBComments(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KBComment> obc) |
java.util.List<KBComment> |
getKBComments(long groupId,
java.lang.String className,
long classPK,
int status,
int start,
int end) |
java.util.List<KBComment> |
getKBComments(long groupId,
java.lang.String className,
long classPK,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KBComment> obc) |
java.util.List<KBComment> |
getKBComments(long groupId,
java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KBComment> obc) |
int |
getKBCommentsCount(long groupId) |
int |
getKBCommentsCount(long groupId,
int status) |
int |
getKBCommentsCount(long groupId,
java.lang.String className,
long classPK) |
int |
getKBCommentsCount(long groupId,
java.lang.String className,
long classPK,
int status) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
KBCommentService |
getWrappedService() |
void |
setWrappedService(KBCommentService kbCommentService) |
KBComment |
updateKBComment(long kbCommentId,
long classNameId,
long classPK,
java.lang.String content,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KBComment |
updateKBComment(long kbCommentId,
long classNameId,
long classPK,
java.lang.String content,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KBComment |
updateStatus(long kbCommentId,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public KBCommentServiceWrapper(KBCommentService kbCommentService)
public KBComment deleteKBComment(KBComment kbComment) throws com.liferay.portal.kernel.exception.PortalException
deleteKBComment in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBComment deleteKBComment(long kbCommentId) throws com.liferay.portal.kernel.exception.PortalException
deleteKBComment in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBComment getKBComment(long kbCommentId) throws com.liferay.portal.kernel.exception.PortalException
getKBComment in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBComment updateKBComment(long kbCommentId, long classNameId, long classPK, java.lang.String content, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateKBComment in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBComment updateKBComment(long kbCommentId, long classNameId, long classPK, java.lang.String content, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateKBComment in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBComment updateStatus(long kbCommentId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateStatus in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getKBCommentsCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getKBCommentsCount in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getKBCommentsCount(long groupId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
getKBCommentsCount in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getKBCommentsCount(long groupId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
getKBCommentsCount in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getKBCommentsCount(long groupId,
java.lang.String className,
long classPK,
int status)
throws com.liferay.portal.kernel.exception.PortalException
getKBCommentsCount in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KBCommentServicepublic java.util.List<KBComment> getKBComments(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBComment> obc) throws com.liferay.portal.kernel.exception.PortalException
getKBComments in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KBComment> getKBComments(long groupId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getKBComments in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KBComment> getKBComments(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBComment> obc) throws com.liferay.portal.kernel.exception.PortalException
getKBComments in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KBComment> getKBComments(long groupId, java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBComment> obc) throws com.liferay.portal.kernel.exception.PortalException
getKBComments in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KBComment> getKBComments(long groupId, java.lang.String className, long classPK, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getKBComments in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KBComment> getKBComments(long groupId, java.lang.String className, long classPK, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBComment> obc) throws com.liferay.portal.kernel.exception.PortalException
getKBComments in interface KBCommentServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBCommentService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KBCommentService>public void setWrappedService(KBCommentService kbCommentService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KBCommentService>