Liferay 6.2-ce-ga5

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

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

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

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

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

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

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

Methods in com.liferay.portlet.messageboards.service.http that return MBThreadSoap
static MBThreadSoap[] MBThreadServiceSoap.getGroupThreads(long groupId, long userId, Date modifiedDate, int status, int start, int end)
           
static MBThreadSoap[] MBThreadServiceSoap.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
static MBThreadSoap[] MBThreadServiceSoap.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
static MBThreadSoap[] MBThreadServiceSoap.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
static MBThreadSoap[] MBThreadServiceSoap.getThreads(long groupId, long categoryId, int status, int start, int end)
           
static MBThreadSoap MBThreadServiceSoap.moveThread(long categoryId, long threadId)
           
static MBThreadSoap MBThreadServiceSoap.moveThreadFromTrash(long categoryId, long threadId)
           
static MBThreadSoap MBThreadServiceSoap.moveThreadToTrash(long threadId)
           
static MBThreadSoap MBThreadServiceSoap.splitThread(long messageId, String subject, ServiceContext serviceContext)
           
 


Liferay 6.2-ce-ga5