public class KBFolderServiceWrapper extends java.lang.Object implements KBFolderService, com.liferay.portal.kernel.service.ServiceWrapper<KBFolderService>
KBFolderService
.KBFolderService
Constructor and Description |
---|
KBFolderServiceWrapper(KBFolderService kbFolderService) |
Modifier and Type | Method and Description |
---|---|
KBFolder |
addKBFolder(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 |
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) |
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(KBFolderService kbFolderService)
public KBFolder addKBFolder(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 KBFolderService
com.liferay.portal.kernel.exception.PortalException
public KBFolder deleteKBFolder(long kbFolderId) throws com.liferay.portal.kernel.exception.PortalException
deleteKBFolder
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public KBFolder fetchFirstChildKBFolder(long groupId, long kbFolderId) throws com.liferay.portal.kernel.exception.PortalException
fetchFirstChildKBFolder
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public KBFolder fetchFirstChildKBFolder(long groupId, long kbFolderId, com.liferay.portal.kernel.util.OrderByComparator<KBFolder> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
fetchFirstChildKBFolder
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public KBFolder fetchKBFolder(long kbFolderId) throws com.liferay.portal.kernel.exception.PortalException
fetchKBFolder
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public KBFolder fetchKBFolderByUrlTitle(long groupId, long parentKbFolderId, java.lang.String urlTitle) throws com.liferay.portal.kernel.exception.PortalException
fetchKBFolderByUrlTitle
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public KBFolder getKBFolder(long kbFolderId) throws com.liferay.portal.kernel.exception.PortalException
getKBFolder
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public KBFolder getKBFolderByUrlTitle(long groupId, long parentKbFolderId, java.lang.String urlTitle) throws com.liferay.portal.kernel.exception.PortalException
getKBFolderByUrlTitle
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<KBFolder> getKBFolders(long groupId, long parentKBFolderId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getKBFolders
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public 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 KBFolderService
public int getKBFoldersAndKBArticlesCount(long groupId, long parentResourcePrimKey, int status)
getKBFoldersAndKBArticlesCount
in interface KBFolderService
public int getKBFoldersCount(long groupId, long parentKBFolderId) throws com.liferay.portal.kernel.exception.PortalException
getKBFoldersCount
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface KBFolderService
public void moveKBFolder(long kbFolderId, long parentKBFolderId) throws com.liferay.portal.kernel.exception.PortalException
moveKBFolder
in interface KBFolderService
com.liferay.portal.kernel.exception.PortalException
public 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 KBFolderService
com.liferay.portal.kernel.exception.PortalException
public 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>