|
Liferay 6.2.0-ce-m4 | |||||||||
| 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
This class is 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
JournalFolder |
getFolder(long folderId)
|
List<JournalFolder> |
getFolders(long groupId)
|
List<JournalFolder> |
getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
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)
|
void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
List<Long> |
getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
JournalFolderService |
getWrappedJournalFolderService()
Deprecated. Renamed to getWrappedService() |
JournalFolderService |
getWrappedService()
|
JournalFolder |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedJournalFolderService(JournalFolderService journalFolderService)
Deprecated. Renamed to 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 JournalFolder getFolder(long folderId)
throws PortalException,
SystemException
getFolder 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 start,
int end)
throws SystemException
getFolders 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 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 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-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||