Liferay 6.0.5

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 comments, ServiceContext serviceContext)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.getEntry(long entryId)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.openEntry(long entryId)
           
static BookmarksEntrySoap BookmarksEntryServiceSoap.updateEntry(long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 


Liferay 6.0.5