Liferay 6.1.2-ce-ga3

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

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

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

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

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

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

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

Methods in com.liferay.portlet.messageboards.service.http that return MBCategorySoap
static MBCategorySoap MBCategoryServiceSoap.addCategory(long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, ServiceContext serviceContext)
           
static MBCategorySoap[] MBCategoryServiceSoap.getCategories(long groupId)
           
static MBCategorySoap[] MBCategoryServiceSoap.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
static MBCategorySoap[] MBCategoryServiceSoap.getCategories(long groupId, long parentCategoryId, int start, int end)
           
static MBCategorySoap MBCategoryServiceSoap.getCategory(long categoryId)
           
static MBCategorySoap[] MBCategoryServiceSoap.getSubscribedCategories(long groupId, long userId, int start, int end)
           
static MBCategorySoap MBCategoryServiceSoap.updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3