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 displayStyle,
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 allowAnonymousEmail,
ServiceContext serviceContext)
|
void |
deleteCategory(long groupId,
long categoryId)
|
MBCategorySoap[] |
getCategories(long groupId)
|
MBCategorySoap[] |
getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
MBCategorySoap[] |
getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
int |
getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
getCategoriesCount(long groupId,
long[] parentCategoryIds)
|
MBCategorySoap |
getCategory(long categoryId)
|
long[] |
getCategoryIds(long groupId,
long categoryId)
|
long[] |
getSubcategoryIds(long[] categoryIds,
long groupId,
long categoryId)
|
MBCategorySoap[] |
getSubscribedCategories(long groupId,
long userId,
int start,
int end)
|
int |
getSubscribedCategoriesCount(long groupId,
long userId)
|
void |
subscribeCategory(long groupId,
long categoryId)
|
void |
unsubscribeCategory(long groupId,
long categoryId)
|
MBCategorySoap |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String displayStyle,
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 allowAnonymousEmail,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
| 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()
addCategory
public MBCategorySoap addCategory(long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String displayStyle,
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 allowAnonymousEmail,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addCategory in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
deleteCategory
public void deleteCategory(long groupId,
long categoryId)
throws java.rmi.RemoteException
- Specified by:
deleteCategory in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
getCategoriesCount
public int getCategoriesCount(long groupId,
long[] parentCategoryIds)
throws java.rmi.RemoteException
- Specified by:
getCategoriesCount 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
getCategories
public MBCategorySoap[] getCategories(long groupId)
throws java.rmi.RemoteException
- Specified by:
getCategories in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
getCategories
public MBCategorySoap[] getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getCategories 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
getCategoryIds
public long[] getCategoryIds(long groupId,
long categoryId)
throws java.rmi.RemoteException
- Specified by:
getCategoryIds in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
getCategory
public MBCategorySoap getCategory(long categoryId)
throws java.rmi.RemoteException
- Specified by:
getCategory in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
getSubcategoryIds
public long[] getSubcategoryIds(long[] categoryIds,
long groupId,
long categoryId)
throws java.rmi.RemoteException
- Specified by:
getSubcategoryIds in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
getSubscribedCategoriesCount
public int getSubscribedCategoriesCount(long groupId,
long userId)
throws java.rmi.RemoteException
- Specified by:
getSubscribedCategoriesCount in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
getSubscribedCategories
public MBCategorySoap[] getSubscribedCategories(long groupId,
long userId,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getSubscribedCategories in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
subscribeCategory
public void subscribeCategory(long groupId,
long categoryId)
throws java.rmi.RemoteException
- Specified by:
subscribeCategory in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException
unsubscribeCategory
public void unsubscribeCategory(long groupId,
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 displayStyle,
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 allowAnonymousEmail,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateCategory in interface MBCategoryServiceSoap
- Throws:
java.rmi.RemoteException