com.liferay.client.soap.portlet.messageboards.service.http
Class Portlet_MB_MBCategoryServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.messageboards.service.http.Portlet_MB_MBCategoryServiceSoapBindingStub
- All Implemented Interfaces:
- MBCategoryServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_MB_MBCategoryServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements MBCategoryServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
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)
|
protected org.apache.axis.client.Call |
createCall()
|
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 org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_MB_MBCategoryServiceSoapBindingStub
public Portlet_MB_MBCategoryServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_MB_MBCategoryServiceSoapBindingStub
public Portlet_MB_MBCategoryServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_MB_MBCategoryServiceSoapBindingStub
public Portlet_MB_MBCategoryServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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