|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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)
|
List<Object> |
getFoldersAndArticles(long groupId,
long userId,
long folderId,
int status,
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 |
getFoldersAndArticlesCount(long groupId,
long userId,
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)
|
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 JournalFolderService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface JournalFolderService
beanIdentifier
- the Spring bean ID for this beanpublic JournalFolder addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
addFolder
in interface JournalFolderService
PortalException
SystemException
public void deleteFolder(long folderId) throws PortalException, SystemException
deleteFolder
in interface JournalFolderService
PortalException
SystemException
public void deleteFolder(long folderId, boolean includeTrashedEntries) throws PortalException, SystemException
deleteFolder
in interface JournalFolderService
PortalException
SystemException
public JournalFolder fetchFolder(long folderId) throws PortalException, SystemException
fetchFolder
in interface JournalFolderService
PortalException
SystemException
public JournalFolder getFolder(long folderId) throws PortalException, SystemException
getFolder
in interface JournalFolderService
PortalException
SystemException
public List<Long> getFolderIds(long groupId, long folderId) throws PortalException, SystemException
getFolderIds
in interface JournalFolderService
PortalException
SystemException
public List<JournalFolder> getFolders(long groupId) throws SystemException
getFolders
in interface JournalFolderService
SystemException
public List<JournalFolder> getFolders(long groupId, long parentFolderId) throws SystemException
getFolders
in interface JournalFolderService
SystemException
public List<JournalFolder> getFolders(long groupId, long parentFolderId, int status) throws SystemException
getFolders
in interface JournalFolderService
SystemException
public List<JournalFolder> getFolders(long groupId, long parentFolderId, int start, int end) throws SystemException
getFolders
in interface JournalFolderService
SystemException
public List<JournalFolder> getFolders(long groupId, long parentFolderId, int status, int start, int end) throws SystemException
getFolders
in interface JournalFolderService
SystemException
public List<Object> getFoldersAndArticles(long groupId, long folderId, int status, int start, int end, OrderByComparator obc) throws SystemException
getFoldersAndArticles
in interface JournalFolderService
SystemException
public List<Object> getFoldersAndArticles(long groupId, long folderId, int start, int end, OrderByComparator obc) throws SystemException
getFoldersAndArticles
in interface JournalFolderService
SystemException
public List<Object> getFoldersAndArticles(long groupId, long userId, long folderId, int status, int start, int end, OrderByComparator obc) throws SystemException
getFoldersAndArticles
in interface JournalFolderService
SystemException
public int getFoldersAndArticlesCount(long groupId, List<Long> folderIds, int status) throws SystemException
getFoldersAndArticlesCount
in interface JournalFolderService
SystemException
public int getFoldersAndArticlesCount(long groupId, long folderId) throws SystemException
getFoldersAndArticlesCount
in interface JournalFolderService
SystemException
public int getFoldersAndArticlesCount(long groupId, long folderId, int status) throws SystemException
getFoldersAndArticlesCount
in interface JournalFolderService
SystemException
public int getFoldersAndArticlesCount(long groupId, long userId, long folderId, int status) throws SystemException
getFoldersAndArticlesCount
in interface JournalFolderService
SystemException
public int getFoldersCount(long groupId, long parentFolderId) throws SystemException
getFoldersCount
in interface JournalFolderService
SystemException
public int getFoldersCount(long groupId, long parentFolderId, int status) throws SystemException
getFoldersCount
in interface JournalFolderService
SystemException
public void getSubfolderIds(List<Long> folderIds, long groupId, long folderId) throws SystemException
getSubfolderIds(List, long,
long, boolean)
getSubfolderIds
in interface JournalFolderService
SystemException
public void getSubfolderIds(List<Long> folderIds, long groupId, long folderId, boolean recurse) throws SystemException
getSubfolderIds
in interface JournalFolderService
SystemException
public List<Long> getSubfolderIds(long groupId, long folderId, boolean recurse) throws SystemException
getSubfolderIds
in interface JournalFolderService
SystemException
public JournalFolder moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFolder
in interface JournalFolderService
PortalException
SystemException
public JournalFolder moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFolderFromTrash
in interface JournalFolderService
PortalException
SystemException
public JournalFolder moveFolderToTrash(long folderId) throws PortalException, SystemException
moveFolderToTrash
in interface JournalFolderService
PortalException
SystemException
public void restoreFolderFromTrash(long folderId) throws PortalException, SystemException
restoreFolderFromTrash
in interface JournalFolderService
PortalException
SystemException
public JournalFolder updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext) throws PortalException, SystemException
updateFolder
in interface JournalFolderService
PortalException
SystemException
public 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-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |