|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.service.JournalFolderServiceWrapper
@ProviderType public class JournalFolderServiceWrapper
Provides a wrapper for JournalFolderService.
JournalFolderService| Constructor Summary | |
|---|---|
JournalFolderServiceWrapper(JournalFolderService journalFolderService)
|
|
| Method Summary | |
|---|---|
JournalFolder |
addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
void |
deleteFolder(long folderId)
|
void |
deleteFolder(long folderId,
boolean includeTrashedEntries)
|
JournalFolder |
fetchFolder(long folderId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
JournalFolder |
getFolder(long folderId)
|
List<Long> |
getFolderIds(long groupId,
long folderId)
|
List<JournalFolder> |
getFolders(long groupId)
|
List<JournalFolder> |
getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int status)
|
List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<Object> |
getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<?> obc)
|
List<Object> |
getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<?> obc)
|
int |
getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
|
int |
getFoldersAndArticlesCount(long groupId,
long folderId)
|
int |
getFoldersAndArticlesCount(long groupId,
long folderId,
int status)
|
int |
getFoldersCount(long groupId,
long parentFolderId)
|
int |
getFoldersCount(long groupId,
long parentFolderId,
int status)
|
void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
Deprecated. As of 7.0.0, replaced by getSubfolderIds(List, long,
long, boolean) |
void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId,
boolean recurse)
|
List<Long> |
getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
JournalFolderService |
getWrappedJournalFolderService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
JournalFolderService |
getWrappedService()
|
JournalFolder |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
moveFolderToTrash(long folderId)
|
void |
restoreFolderFromTrash(long folderId)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedJournalFolderService(JournalFolderService journalFolderService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalFolderService) |
void |
setWrappedService(JournalFolderService journalFolderService)
|
void |
subscribe(long groupId,
long folderId)
|
void |
unsubscribe(long groupId,
long folderId)
|
JournalFolder |
updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JournalFolderServiceWrapper(JournalFolderService journalFolderService)
| Method Detail |
|---|
public JournalFolder addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
addFolder in interface JournalFolderServicePortalException
public void deleteFolder(long folderId)
throws PortalException
deleteFolder in interface JournalFolderServicePortalException
public void deleteFolder(long folderId,
boolean includeTrashedEntries)
throws PortalException
deleteFolder in interface JournalFolderServicePortalException
public JournalFolder fetchFolder(long folderId)
throws PortalException
fetchFolder in interface JournalFolderServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface JournalFolderService
public JournalFolder getFolder(long folderId)
throws PortalException
getFolder in interface JournalFolderServicePortalException
public List<Long> getFolderIds(long groupId,
long folderId)
throws PortalException
getFolderIds in interface JournalFolderServicePortalExceptionpublic List<JournalFolder> getFolders(long groupId)
getFolders in interface JournalFolderService
public List<JournalFolder> getFolders(long groupId,
long parentFolderId)
getFolders in interface JournalFolderService
public List<JournalFolder> getFolders(long groupId,
long parentFolderId,
int start,
int end)
getFolders in interface JournalFolderService
public List<JournalFolder> getFolders(long groupId,
long parentFolderId,
int status)
getFolders in interface JournalFolderService
public List<JournalFolder> getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
getFolders in interface JournalFolderService
public List<Object> getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<?> obc)
getFoldersAndArticles in interface JournalFolderService
public List<Object> getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<?> obc)
getFoldersAndArticles in interface JournalFolderService
public int getFoldersAndArticlesCount(long groupId,
long folderId)
getFoldersAndArticlesCount in interface JournalFolderService
public int getFoldersAndArticlesCount(long groupId,
long folderId,
int status)
getFoldersAndArticlesCount in interface JournalFolderService
public int getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
getFoldersAndArticlesCount in interface JournalFolderService
public int getFoldersCount(long groupId,
long parentFolderId)
getFoldersCount in interface JournalFolderService
public int getFoldersCount(long groupId,
long parentFolderId,
int status)
getFoldersCount in interface JournalFolderService
@Deprecated
public void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
getSubfolderIds(List, long,
long, boolean)
getSubfolderIds in interface JournalFolderService
public void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId,
boolean recurse)
getSubfolderIds in interface JournalFolderService
public List<Long> getSubfolderIds(long groupId,
long folderId,
boolean recurse)
getSubfolderIds in interface JournalFolderService
public JournalFolder moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException
moveFolder in interface JournalFolderServicePortalException
public JournalFolder moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException
moveFolderFromTrash in interface JournalFolderServicePortalException
public JournalFolder moveFolderToTrash(long folderId)
throws PortalException
moveFolderToTrash in interface JournalFolderServicePortalException
public void restoreFolderFromTrash(long folderId)
throws PortalException
restoreFolderFromTrash in interface JournalFolderServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface JournalFolderServicebeanIdentifier - the Spring bean ID for this bean
public void subscribe(long groupId,
long folderId)
throws PortalException
subscribe in interface JournalFolderServicePortalException
public void unsubscribe(long groupId,
long folderId)
throws PortalException
unsubscribe in interface JournalFolderServicePortalException
public JournalFolder updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws PortalException
updateFolder in interface JournalFolderServicePortalException
public JournalFolder updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws PortalException
updateFolder in interface JournalFolderServicePortalException@Deprecated public JournalFolderService getWrappedJournalFolderService()
getWrappedService()
@Deprecated public void setWrappedJournalFolderService(JournalFolderService journalFolderService)
setWrappedService(com.liferay.portlet.journal.service.JournalFolderService)
public JournalFolderService getWrappedService()
getWrappedService in interface ServiceWrapper<JournalFolderService>public void setWrappedService(JournalFolderService journalFolderService)
setWrappedService in interface ServiceWrapper<JournalFolderService>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||