com.liferay.client.soap.portlet.messageboards.service.http
Class Portlet_MB_MBCategoryServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portlet.messageboards.service.http.Portlet_MB_MBCategoryServiceSoapBindingImpl
- All Implemented Interfaces:
- MBCategoryServiceSoap, java.rmi.Remote
public class Portlet_MB_MBCategoryServiceSoapBindingImpl
- extends java.lang.Object
- implements MBCategoryServiceSoap
Method Summary |
MBCategorySoap |
addCategory(long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String emailAddress,
java.lang.String inProtocol,
java.lang.String inServerName,
int inServerPort,
boolean inUseSSL,
java.lang.String inUserName,
java.lang.String inPassword,
int inReadInterval,
java.lang.String outEmailAddress,
boolean outCustom,
java.lang.String outServerName,
int outServerPort,
boolean outUseSSL,
java.lang.String outUserName,
java.lang.String outPassword,
boolean mailingListActive,
ServiceContext serviceContext)
|
void |
deleteCategory(long categoryId)
|
MBCategorySoap[] |
getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
int |
getCategoriesCount(long groupId,
long parentCategoryId)
|
MBCategorySoap |
getCategory(long categoryId)
|
void |
subscribeCategory(long categoryId)
|
void |
unsubscribeCategory(long categoryId)
|
MBCategorySoap |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String emailAddress,
java.lang.String inProtocol,
java.lang.String inServerName,
int inServerPort,
boolean inUseSSL,
java.lang.String inUserName,
java.lang.String inPassword,
int inReadInterval,
java.lang.String outEmailAddress,
boolean outCustom,
java.lang.String outServerName,
int outServerPort,
boolean outUseSSL,
java.lang.String outUserName,
java.lang.String outPassword,
boolean mailingListActive,
boolean mergeWithParentCategory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_MB_MBCategoryServiceSoapBindingImpl
public Portlet_MB_MBCategoryServiceSoapBindingImpl()
getCategory
public MBCategorySoap getCategory(long categoryId)
throws java.rmi.RemoteException
- Specified by:
getCategory
in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
addCategory
public MBCategorySoap addCategory(long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String emailAddress,
java.lang.String inProtocol,
java.lang.String inServerName,
int inServerPort,
boolean inUseSSL,
java.lang.String inUserName,
java.lang.String inPassword,
int inReadInterval,
java.lang.String outEmailAddress,
boolean outCustom,
java.lang.String outServerName,
int outServerPort,
boolean outUseSSL,
java.lang.String outUserName,
java.lang.String outPassword,
boolean mailingListActive,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addCategory
in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
deleteCategory
public void deleteCategory(long categoryId)
throws java.rmi.RemoteException
- Specified by:
deleteCategory
in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
getCategories
public MBCategorySoap[] getCategories(long groupId,
long parentCategoryId,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getCategories
in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
getCategoriesCount
public int getCategoriesCount(long groupId,
long parentCategoryId)
throws java.rmi.RemoteException
- Specified by:
getCategoriesCount
in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
subscribeCategory
public void subscribeCategory(long categoryId)
throws java.rmi.RemoteException
- Specified by:
subscribeCategory
in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
unsubscribeCategory
public void unsubscribeCategory(long categoryId)
throws java.rmi.RemoteException
- Specified by:
unsubscribeCategory
in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
updateCategory
public MBCategorySoap updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String emailAddress,
java.lang.String inProtocol,
java.lang.String inServerName,
int inServerPort,
boolean inUseSSL,
java.lang.String inUserName,
java.lang.String inPassword,
int inReadInterval,
java.lang.String outEmailAddress,
boolean outCustom,
java.lang.String outServerName,
int outServerPort,
boolean outUseSSL,
java.lang.String outUserName,
java.lang.String outPassword,
boolean mailingListActive,
boolean mergeWithParentCategory)
throws java.rmi.RemoteException
- Specified by:
updateCategory
in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException