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> orderByComparator) |
java.util.List<KBComment> |
getKBComments(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KBComment> orderByComparator) |
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> orderByComparator) |
java.util.List<KBComment> |
getKBComments(long groupId,
java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KBComment> orderByComparator) |
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 KBCommentService
com.liferay.portal.kernel.exception.PortalException
public KBComment deleteKBComment(long kbCommentId) throws com.liferay.portal.kernel.exception.PortalException
deleteKBComment
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public KBComment getKBComment(long kbCommentId) throws com.liferay.portal.kernel.exception.PortalException
getKBComment
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<KBComment> getKBComments(long groupId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getKBComments
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<KBComment> getKBComments(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBComment> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getKBComments
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<KBComment> getKBComments(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBComment> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getKBComments
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public 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 KBCommentService
com.liferay.portal.kernel.exception.PortalException
public 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> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getKBComments
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<KBComment> getKBComments(long groupId, java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBComment> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getKBComments
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public int getKBCommentsCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getKBCommentsCount
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public int getKBCommentsCount(long groupId, int status) throws com.liferay.portal.kernel.exception.PortalException
getKBCommentsCount
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public int getKBCommentsCount(long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
getKBCommentsCount
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public int getKBCommentsCount(long groupId, java.lang.String className, long classPK, int status) throws com.liferay.portal.kernel.exception.PortalException
getKBCommentsCount
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface KBCommentService
public 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 KBCommentService
com.liferay.portal.kernel.exception.PortalException
public 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 KBCommentService
com.liferay.portal.kernel.exception.PortalException
public KBComment updateStatus(long kbCommentId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateStatus
in interface KBCommentService
com.liferay.portal.kernel.exception.PortalException
public 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>