Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.bookmarks.model.BookmarksEntrySoap

Packages that use BookmarksEntrySoap
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.bookmarks.model.impl   
com.liferay.portlet.bookmarks.service.http   
 

Uses of BookmarksEntrySoap in com.liferay.portlet.bookmarks.model
 

Methods in com.liferay.portlet.bookmarks.model that return BookmarksEntrySoap
static BookmarksEntrySoap BookmarksEntrySoap.toSoapModel(BookmarksEntry model)
           
static BookmarksEntrySoap[] BookmarksEntrySoap.toSoapModels(BookmarksEntry[] models)
           
static BookmarksEntrySoap[][] BookmarksEntrySoap.toSoapModels(BookmarksEntry[][] models)
           
static BookmarksEntrySoap[] BookmarksEntrySoap.toSoapModels(List<BookmarksEntry> models)
           
 

Uses of BookmarksEntrySoap in com.liferay.portlet.bookmarks.model.impl
 

Methods in com.liferay.portlet.bookmarks.model.impl with parameters of type BookmarksEntrySoap
static BookmarksEntry BookmarksEntryModelImpl.toModel(BookmarksEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<BookmarksEntry> BookmarksEntryModelImpl.toModels(BookmarksEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of BookmarksEntrySoap in com.liferay.portlet.bookmarks.service.http
 

Methods in com.liferay.portlet.bookmarks.service.http that return BookmarksEntrySoap
static BookmarksEntrySoap BookmarksEntryServiceSoap.addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
static BookmarksEntrySoap[] BookmarksEntryServiceSoap.getEntries(long groupId, long folderId, int start, int end)
           
static BookmarksEntrySoap[] BookmarksEntryServiceSoap.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.getEntry(long entryId)
           
static BookmarksEntrySoap[] BookmarksEntryServiceSoap.getGroupEntries(long groupId, int start, int end)
           
static BookmarksEntrySoap[] BookmarksEntryServiceSoap.getGroupEntries(long groupId, long userId, int start, int end)
           
static BookmarksEntrySoap[] BookmarksEntryServiceSoap.getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.moveEntry(long entryId, long parentFolderId)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.moveEntryFromTrash(long entryId, long parentFolderId)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.moveEntryToTrash(long entryId)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.openEntry(BookmarksEntrySoap entry)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.openEntry(long entryId)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.bookmarks.service.http with parameters of type BookmarksEntrySoap
static BookmarksEntrySoap BookmarksEntryServiceSoap.openEntry(BookmarksEntrySoap entry)
           
 


Liferay 6.2-ce-ga5