|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WikiPageSoap | |
---|---|
com.liferay.portlet.wiki.model | |
com.liferay.portlet.wiki.model.impl | |
com.liferay.portlet.wiki.service.http |
Uses of WikiPageSoap in com.liferay.portlet.wiki.model |
---|
Methods in com.liferay.portlet.wiki.model that return WikiPageSoap | |
---|---|
static WikiPageSoap |
WikiPageSoap.toSoapModel(WikiPage model)
|
static WikiPageSoap[] |
WikiPageSoap.toSoapModels(List<WikiPage> models)
|
static WikiPageSoap[] |
WikiPageSoap.toSoapModels(WikiPage[] models)
|
static WikiPageSoap[][] |
WikiPageSoap.toSoapModels(WikiPage[][] models)
|
Uses of WikiPageSoap in com.liferay.portlet.wiki.model.impl |
---|
Methods in com.liferay.portlet.wiki.model.impl with parameters of type WikiPageSoap | |
---|---|
static WikiPage |
WikiPageModelImpl.toModel(WikiPageSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<WikiPage> |
WikiPageModelImpl.toModels(WikiPageSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Uses of WikiPageSoap in com.liferay.portlet.wiki.service.http |
---|
Methods in com.liferay.portlet.wiki.service.http that return WikiPageSoap | |
---|---|
static WikiPageSoap |
WikiPageServiceSoap.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
static WikiPageSoap |
WikiPageServiceSoap.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPageSoap |
WikiPageServiceSoap.getDraftPage(long nodeId,
String title)
|
static WikiPageSoap[] |
WikiPageServiceSoap.getNodePages(long nodeId,
int max)
|
static WikiPageSoap |
WikiPageServiceSoap.getPage(long nodeId,
String title)
|
static WikiPageSoap |
WikiPageServiceSoap.getPage(long nodeId,
String title,
Boolean head)
|
static WikiPageSoap |
WikiPageServiceSoap.getPage(long nodeId,
String title,
double version)
|
static WikiPageSoap |
WikiPageServiceSoap.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
static WikiPageSoap |
WikiPageServiceSoap.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |