public class KBFolderServiceWrapper extends java.lang.Object implements KBFolderService, com.liferay.portal.kernel.service.ServiceWrapper<KBFolderService>
KBFolderService.KBFolderService| Constructor and Description |
|---|
KBFolderServiceWrapper() |
KBFolderServiceWrapper(KBFolderService kbFolderService) |
| Modifier and Type | Method and Description |
|---|---|
KBFolder |
addKBFolder(java.lang.String externalReferenceCode,
long groupId,
long parentResourceClassNameId,
long parentResourcePrimKey,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KBFolder |
deleteKBFolder(long kbFolderId) |
KBFolder |
fetchFirstChildKBFolder(long groupId,
long kbFolderId) |
KBFolder |
fetchFirstChildKBFolder(long groupId,
long kbFolderId,
com.liferay.portal.kernel.util.OrderByComparator<KBFolder> orderByComparator) |
KBFolder |
fetchKBFolder(long kbFolderId) |
KBFolder |
fetchKBFolderByUrlTitle(long groupId,
long parentKbFolderId,
java.lang.String urlTitle) |
KBFolder |
getKBFolder(long kbFolderId) |
KBFolder |
getKBFolderByExternalReferenceCode(long groupId,
java.lang.String externalReferenceCode) |
KBFolder |
getKBFolderByUrlTitle(long groupId,
long parentKbFolderId,
java.lang.String urlTitle) |
java.util.List<KBFolder> |
getKBFolders(long groupId,
long parentKBFolderId,
int start,
int end) |
java.util.List<java.lang.Object> |
getKBFoldersAndKBArticles(long groupId,
long parentResourcePrimKey,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) |
int |
getKBFoldersAndKBArticlesCount(long groupId,
long parentResourcePrimKey,
int status) |
int |
getKBFoldersCount(long groupId,
long parentKBFolderId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
KBFolderService |
getWrappedService() |
void |
moveKBFolder(long kbFolderId,
long parentKBFolderId) |
KBFolder |
moveKBFolderToTrash(long kbFolderId) |
void |
setWrappedService(KBFolderService kbFolderService) |
KBFolder |
updateKBFolder(long parentResourceClassNameId,
long parentResourcePrimKey,
long kbFolderId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public KBFolderServiceWrapper()
public KBFolderServiceWrapper(KBFolderService kbFolderService)
public KBFolder addKBFolder(java.lang.String externalReferenceCode, long groupId, long parentResourceClassNameId, long parentResourcePrimKey, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKBFolder in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder deleteKBFolder(long kbFolderId) throws com.liferay.portal.kernel.exception.PortalException
deleteKBFolder in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder fetchFirstChildKBFolder(long groupId, long kbFolderId) throws com.liferay.portal.kernel.exception.PortalException
fetchFirstChildKBFolder in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder fetchFirstChildKBFolder(long groupId, long kbFolderId, com.liferay.portal.kernel.util.OrderByComparator<KBFolder> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
fetchFirstChildKBFolder in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder fetchKBFolder(long kbFolderId) throws com.liferay.portal.kernel.exception.PortalException
fetchKBFolder in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder fetchKBFolderByUrlTitle(long groupId, long parentKbFolderId, java.lang.String urlTitle) throws com.liferay.portal.kernel.exception.PortalException
fetchKBFolderByUrlTitle in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder getKBFolder(long kbFolderId) throws com.liferay.portal.kernel.exception.PortalException
getKBFolder in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder getKBFolderByExternalReferenceCode(long groupId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
getKBFolderByExternalReferenceCode in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder getKBFolderByUrlTitle(long groupId, long parentKbFolderId, java.lang.String urlTitle) throws com.liferay.portal.kernel.exception.PortalException
getKBFolderByUrlTitle in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KBFolder> getKBFolders(long groupId, long parentKBFolderId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getKBFolders in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<java.lang.Object> getKBFoldersAndKBArticles(long groupId,
long parentResourcePrimKey,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator)
getKBFoldersAndKBArticles in interface KBFolderServicepublic int getKBFoldersAndKBArticlesCount(long groupId,
long parentResourcePrimKey,
int status)
getKBFoldersAndKBArticlesCount in interface KBFolderServicepublic int getKBFoldersCount(long groupId,
long parentKBFolderId)
throws com.liferay.portal.kernel.exception.PortalException
getKBFoldersCount in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KBFolderServicepublic void moveKBFolder(long kbFolderId,
long parentKBFolderId)
throws com.liferay.portal.kernel.exception.PortalException
moveKBFolder in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder moveKBFolderToTrash(long kbFolderId) throws com.liferay.portal.kernel.exception.PortalException
moveKBFolderToTrash in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolder updateKBFolder(long parentResourceClassNameId, long parentResourcePrimKey, long kbFolderId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateKBFolder in interface KBFolderServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KBFolderService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KBFolderService>public void setWrappedService(KBFolderService kbFolderService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KBFolderService>