com.liferay.client.soap.portlet.messageboards.service.http
Interface MBCategoryServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_MB_MBCategoryServiceSoapBindingImpl, Portlet_MB_MBCategoryServiceSoapBindingStub
public interface MBCategoryServiceSoap
- extends java.rmi.Remote
|
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)
|
addCategory
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
- Throws:
java.rmi.RemoteException
deleteCategory
void deleteCategory(long groupId,
long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCategoriesCount
int getCategoriesCount(long groupId,
long[] parentCategoryIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCategoriesCount
int getCategoriesCount(long groupId,
long parentCategoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCategories
MBCategorySoap[] getCategories(long groupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCategories
MBCategorySoap[] getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCategories
MBCategorySoap[] getCategories(long groupId,
long parentCategoryId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCategoryIds
long[] getCategoryIds(long groupId,
long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCategory
MBCategorySoap getCategory(long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSubcategoryIds
long[] getSubcategoryIds(long[] categoryIds,
long groupId,
long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSubscribedCategoriesCount
int getSubscribedCategoriesCount(long groupId,
long userId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSubscribedCategories
MBCategorySoap[] getSubscribedCategories(long groupId,
long userId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
subscribeCategory
void subscribeCategory(long groupId,
long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unsubscribeCategory
void unsubscribeCategory(long groupId,
long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateCategory
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
- Throws:
java.rmi.RemoteException