com.liferay.portlet.bookmarks.service.http
Class BookmarksFolderServiceHttp
java.lang.Object
com.liferay.portlet.bookmarks.service.http.BookmarksFolderServiceHttp
public class BookmarksFolderServiceHttp
- extends java.lang.Object
This class provides a HTTP utility for the
BookmarksFolderServiceUtil service utility. The
static methods of this class calls the same methods of the service utility.
However, the signatures are different because it requires an additional
HttpPrincipal parameter.
The benefits of using the HTTP utility is that it is fast and allows for
tunneling without the cost of serializing to text. The drawback is that it
only works with Java.
Set the property tunnel.servlet.hosts.allowed in portal.properties to
configure security.
The HTTP utility is only generated for remote services.
- Author:
- Brian Wing Shun Chan
- See Also:
BookmarksFolderServiceSoap,
HttpPrincipal,
BookmarksFolderServiceUtil- Generated:
|
Method Summary |
static com.liferay.portlet.bookmarks.model.BookmarksFolder |
addFolder(HttpPrincipal httpPrincipal,
long parentFolderId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
|
static void |
deleteFolder(HttpPrincipal httpPrincipal,
long folderId)
|
static com.liferay.portlet.bookmarks.model.BookmarksFolder |
getFolder(HttpPrincipal httpPrincipal,
long folderId)
|
static java.util.List<com.liferay.portlet.bookmarks.model.BookmarksFolder> |
getFolders(HttpPrincipal httpPrincipal,
long groupId)
|
static java.util.List<com.liferay.portlet.bookmarks.model.BookmarksFolder> |
getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId)
|
static java.util.List<com.liferay.portlet.bookmarks.model.BookmarksFolder> |
getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId,
int start,
int end)
|
static int |
getFoldersCount(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId)
|
static void |
getSubfolderIds(HttpPrincipal httpPrincipal,
java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
|
static com.liferay.portlet.bookmarks.model.BookmarksFolder |
updateFolder(HttpPrincipal httpPrincipal,
long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
com.liferay.portal.service.ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksFolderServiceHttp
public BookmarksFolderServiceHttp()
addFolder
public static com.liferay.portlet.bookmarks.model.BookmarksFolder addFolder(HttpPrincipal httpPrincipal,
long parentFolderId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFolder
public static void deleteFolder(HttpPrincipal httpPrincipal,
long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFolder
public static com.liferay.portlet.bookmarks.model.BookmarksFolder getFolder(HttpPrincipal httpPrincipal,
long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFolders
public static java.util.List<com.liferay.portlet.bookmarks.model.BookmarksFolder> getFolders(HttpPrincipal httpPrincipal,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFolders
public static java.util.List<com.liferay.portlet.bookmarks.model.BookmarksFolder> getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFolders
public static java.util.List<com.liferay.portlet.bookmarks.model.BookmarksFolder> getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFoldersCount
public static int getFoldersCount(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSubfolderIds
public static void getSubfolderIds(HttpPrincipal httpPrincipal,
java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateFolder
public static com.liferay.portlet.bookmarks.model.BookmarksFolder updateFolder(HttpPrincipal httpPrincipal,
long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException