|
Liferay 6.2.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.service.JournalFolderServiceWrapper
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)
|
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)
|
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)
|
JournalFolder |
updateFolder(long folderId,
long parentFolderId,
String name,
String description,
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 String getBeanIdentifier()
getBeanIdentifier in interface JournalFolderServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface JournalFolderServicebeanIdentifier - the Spring bean ID for this bean
public JournalFolder addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
addFolder in interface JournalFolderServicePortalException
SystemException
public void deleteFolder(long folderId)
throws PortalException,
SystemException
deleteFolder in interface JournalFolderServicePortalException
SystemException
public void deleteFolder(long folderId,
boolean includeTrashedEntries)
throws PortalException,
SystemException
deleteFolder in interface JournalFolderServicePortalException
SystemException
public JournalFolder getFolder(long folderId)
throws PortalException,
SystemException
getFolder in interface JournalFolderServicePortalException
SystemException
public List<Long> getFolderIds(long groupId,
long folderId)
throws PortalException,
SystemException
getFolderIds in interface JournalFolderServicePortalException
SystemException
public List<JournalFolder> getFolders(long groupId)
throws SystemException
getFolders in interface JournalFolderServiceSystemException
public List<JournalFolder> getFolders(long groupId,
long parentFolderId)
throws SystemException
getFolders in interface JournalFolderServiceSystemException
public List<JournalFolder> getFolders(long groupId,
long parentFolderId,
int status)
throws SystemException
getFolders in interface JournalFolderServiceSystemException
public List<JournalFolder> getFolders(long groupId,
long parentFolderId,
int start,
int end)
throws SystemException
getFolders in interface JournalFolderServiceSystemException
public List<JournalFolder> getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
throws SystemException
getFolders in interface JournalFolderServiceSystemException
public List<Object> getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
throws SystemException
getFoldersAndArticles in interface JournalFolderServiceSystemException
public List<Object> getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
throws SystemException
getFoldersAndArticles in interface JournalFolderServiceSystemException
public int getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
throws SystemException
getFoldersAndArticlesCount in interface JournalFolderServiceSystemException
public int getFoldersAndArticlesCount(long groupId,
long folderId)
throws SystemException
getFoldersAndArticlesCount in interface JournalFolderServiceSystemException
public int getFoldersAndArticlesCount(long groupId,
long folderId,
int status)
throws SystemException
getFoldersAndArticlesCount in interface JournalFolderServiceSystemException
public int getFoldersCount(long groupId,
long parentFolderId)
throws SystemException
getFoldersCount in interface JournalFolderServiceSystemException
public int getFoldersCount(long groupId,
long parentFolderId,
int status)
throws SystemException
getFoldersCount in interface JournalFolderServiceSystemException
public void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
throws SystemException
getSubfolderIds in interface JournalFolderServiceSystemException
public List<Long> getSubfolderIds(long groupId,
long folderId,
boolean recurse)
throws SystemException
getSubfolderIds in interface JournalFolderServiceSystemException
public JournalFolder moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException,
SystemException
moveFolder in interface JournalFolderServicePortalException
SystemException
public JournalFolder moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException,
SystemException
moveFolderFromTrash in interface JournalFolderServicePortalException
SystemException
public JournalFolder moveFolderToTrash(long folderId)
throws PortalException,
SystemException
moveFolderToTrash in interface JournalFolderServicePortalException
SystemException
public void restoreFolderFromTrash(long folderId)
throws PortalException,
SystemException
restoreFolderFromTrash in interface JournalFolderServicePortalException
SystemException
public JournalFolder updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateFolder in interface JournalFolderServicePortalException
SystemExceptionpublic JournalFolderService getWrappedJournalFolderService()
getWrappedService()
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 6.2.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||