public class KBFolderServiceWrapper extends java.lang.Object implements KBFolderService, 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,
ServiceContext serviceContext) |
KBFolder |
deleteKBFolder(long kbFolderId) |
KBFolder |
fetchFirstChildKBFolder(long groupId,
long kbFolderId) |
KBFolder |
fetchFirstChildKBFolder(long groupId,
long kbFolderId,
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,
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,
ServiceContext serviceContext) |
public KBFolderServiceWrapper(KBFolderService kbFolderService)
public KBFolder addKBFolder(long groupId, long parentResourceClassNameId, long parentResourcePrimKey, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
addKBFolder in interface KBFolderServicePortalExceptionpublic KBFolder deleteKBFolder(long kbFolderId) throws PortalException
deleteKBFolder in interface KBFolderServicePortalExceptionpublic KBFolder fetchFirstChildKBFolder(long groupId, long kbFolderId) throws PortalException
fetchFirstChildKBFolder in interface KBFolderServicePortalExceptionpublic KBFolder fetchFirstChildKBFolder(long groupId, long kbFolderId, OrderByComparator<KBFolder> orderByComparator) throws PortalException
fetchFirstChildKBFolder in interface KBFolderServicePortalExceptionpublic KBFolder fetchKBFolder(long kbFolderId) throws PortalException
fetchKBFolder in interface KBFolderServicePortalExceptionpublic KBFolder fetchKBFolderByUrlTitle(long groupId, long parentKbFolderId, java.lang.String urlTitle) throws PortalException
fetchKBFolderByUrlTitle in interface KBFolderServicePortalExceptionpublic KBFolder getKBFolder(long kbFolderId) throws PortalException
getKBFolder in interface KBFolderServicePortalExceptionpublic KBFolder getKBFolderByUrlTitle(long groupId, long parentKbFolderId, java.lang.String urlTitle) throws PortalException
getKBFolderByUrlTitle in interface KBFolderServicePortalExceptionpublic java.util.List<KBFolder> getKBFolders(long groupId, long parentKBFolderId, int start, int end) throws PortalException
getKBFolders in interface KBFolderServicePortalExceptionpublic java.util.List<java.lang.Object> getKBFoldersAndKBArticles(long groupId,
long parentResourcePrimKey,
int status,
int start,
int end,
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 PortalException
getKBFoldersCount in interface KBFolderServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KBFolderServicepublic void moveKBFolder(long kbFolderId,
long parentKBFolderId)
throws PortalException
moveKBFolder in interface KBFolderServicePortalExceptionpublic KBFolder updateKBFolder(long parentResourceClassNameId, long parentResourcePrimKey, long kbFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
updateKBFolder in interface KBFolderServicePortalExceptionpublic KBFolderService getWrappedService()
getWrappedService in interface ServiceWrapper<KBFolderService>public void setWrappedService(KBFolderService kbFolderService)
setWrappedService in interface ServiceWrapper<KBFolderService>