|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface JournalFolderServiceProvides the remote service interface for JournalFolder. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
JournalFolderServiceUtil,
com.liferay.portlet.journal.service.base.JournalFolderServiceBaseImpl,
com.liferay.portlet.journal.service.impl.JournalFolderServiceImpl| 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)
|
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 |
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)
|
| Method Detail |
|---|
JournalFolder addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteFolder(long folderId)
throws PortalException
PortalException
void deleteFolder(long folderId,
boolean includeTrashedEntries)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFolder fetchFolder(long folderId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalFolder getFolder(long folderId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Long> getFolderIds(long groupId,
long folderId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalFolder> getFolders(long groupId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalFolder> getFolders(long groupId,
long parentFolderId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalFolder> getFolders(long groupId,
long parentFolderId,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalFolder> getFolders(long groupId,
long parentFolderId,
int status)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalFolder> getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Object> getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<?> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Object> getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<?> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFoldersAndArticlesCount(long groupId,
long folderId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFoldersAndArticlesCount(long groupId,
long folderId,
int status)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFoldersCount(long groupId,
long parentFolderId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFoldersCount(long groupId,
long parentFolderId,
int status)
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
getSubfolderIds(List, long,
long, boolean)
@Transactional(propagation=SUPPORTS,
readOnly=true)
void getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId,
boolean recurse)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Long> getSubfolderIds(long groupId,
long folderId,
boolean recurse)
JournalFolder moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException
PortalException
JournalFolder moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException
PortalException
JournalFolder moveFolderToTrash(long folderId)
throws PortalException
PortalException
void restoreFolderFromTrash(long folderId)
throws PortalException
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
void subscribe(long groupId,
long folderId)
throws PortalException
PortalException
void unsubscribe(long groupId,
long folderId)
throws PortalException
PortalException
JournalFolder updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws PortalException
PortalException
JournalFolder updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||