Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.messageboards.model.MBBanSoap

Packages that use MBBanSoap
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.messageboards.service.http   
 

Uses of MBBanSoap in com.liferay.portlet.messageboards.model
 

Methods in com.liferay.portlet.messageboards.model that return MBBanSoap
static MBBanSoap MBBanSoap.toSoapModel(MBBan model)
           
static MBBanSoap[] MBBanSoap.toSoapModels(List<MBBan> models)
           
static MBBanSoap[] MBBanSoap.toSoapModels(MBBan[] models)
           
static MBBanSoap[][] MBBanSoap.toSoapModels(MBBan[][] models)
           
 

Uses of MBBanSoap in com.liferay.portlet.messageboards.model.impl
 

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

Uses of MBBanSoap in com.liferay.portlet.messageboards.service.http
 

Methods in com.liferay.portlet.messageboards.service.http that return MBBanSoap
static MBBanSoap MBBanServiceSoap.addBan(long banUserId, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3