|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface JournalFolderService
Provides 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
,
JournalFolderServiceBaseImpl
,
JournalFolderServiceImpl
Method Summary | |
---|---|
abstract JournalFolder |
addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
abstract void |
deleteFolder(long folderId)
|
abstract void |
deleteFolder(long folderId,
boolean includeTrashedEntries)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract JournalFolder |
getFolder(long folderId)
|
abstract List<Long> |
getFolderIds(long groupId,
long folderId)
|
abstract List<JournalFolder> |
getFolders(long groupId)
|
abstract List<JournalFolder> |
getFolders(long groupId,
long parentFolderId)
|
abstract List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int status)
|
abstract List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
abstract List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
abstract List<Object> |
getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
abstract List<Object> |
getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
abstract int |
getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
|
abstract int |
getFoldersAndArticlesCount(long groupId,
long folderId)
|
abstract int |
getFoldersAndArticlesCount(long groupId,
long folderId,
int status)
|
abstract int |
getFoldersCount(long groupId,
long parentFolderId)
|
abstract int |
getFoldersCount(long groupId,
long parentFolderId,
int status)
|
abstract void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
abstract List<Long> |
getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
abstract JournalFolder |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
abstract JournalFolder |
moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
abstract JournalFolder |
moveFolderToTrash(long folderId)
|
abstract void |
restoreFolderFromTrash(long folderId)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract JournalFolder |
updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanJournalFolder addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void deleteFolder(long folderId) throws PortalException, SystemException
PortalException
SystemException
void deleteFolder(long folderId, boolean includeTrashedEntries) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) JournalFolder getFolder(long folderId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<Long> getFolderIds(long groupId, long folderId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalFolder> getFolders(long groupId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalFolder> getFolders(long groupId, long parentFolderId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalFolder> getFolders(long groupId, long parentFolderId, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalFolder> getFolders(long groupId, long parentFolderId, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<JournalFolder> getFolders(long groupId, long parentFolderId, int status, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<Object> getFoldersAndArticles(long groupId, long folderId, int status, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<Object> getFoldersAndArticles(long groupId, long folderId, int start, int end, OrderByComparator obc) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getFoldersAndArticlesCount(long groupId, List<Long> folderIds, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getFoldersAndArticlesCount(long groupId, long folderId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getFoldersAndArticlesCount(long groupId, long folderId, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getFoldersCount(long groupId, long parentFolderId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getFoldersCount(long groupId, long parentFolderId, int status) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) void getSubfolderIds(List<Long> folderIds, long groupId, long folderId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<Long> getSubfolderIds(long groupId, long folderId, boolean recurse) throws SystemException
SystemException
JournalFolder moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
JournalFolder moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
JournalFolder moveFolderToTrash(long folderId) throws PortalException, SystemException
PortalException
SystemException
void restoreFolderFromTrash(long folderId) throws PortalException, SystemException
PortalException
SystemException
JournalFolder updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |