public interface MBCategoryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
MBCategorySoap |
addCategory(long userId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
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 categoryId,
boolean includeTrashedEntries) |
void |
deleteCategory(long groupId,
long categoryId) |
MBCategorySoap[] |
getCategories(long groupId) |
MBCategorySoap[] |
getCategories(long groupId,
int status) |
MBCategorySoap[] |
getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end) |
MBCategorySoap[] |
getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end) |
MBCategorySoap[] |
getCategories(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status,
int start,
int end) |
MBCategorySoap[] |
getCategories(long groupId,
long parentCategoryId,
int start,
int end) |
MBCategorySoap[] |
getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end) |
MBCategorySoap[] |
getCategories(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status,
int start,
int end) |
int |
getCategoriesAndThreadsCount(long groupId,
long categoryId) |
int |
getCategoriesAndThreadsCount(long groupId,
long categoryId,
int status) |
int |
getCategoriesCount(long groupId,
long parentCategoryId) |
int |
getCategoriesCount(long groupId,
long[] parentCategoryIds) |
int |
getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status) |
int |
getCategoriesCount(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status) |
int |
getCategoriesCount(long groupId,
long parentCategoryId,
int status) |
int |
getCategoriesCount(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status) |
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) |
MBCategorySoap |
moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory) |
MBCategorySoap |
moveCategoryFromTrash(long categoryId,
long newCategoryId) |
MBCategorySoap |
moveCategoryToTrash(long categoryId) |
void |
restoreCategoryFromTrash(long categoryId) |
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) |
MBCategorySoap addCategory(long userId, long parentCategoryId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap 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
java.rmi.RemoteExceptionvoid deleteCategory(long categoryId,
boolean includeTrashedEntries)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteCategory(long groupId,
long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesAndThreadsCount(long groupId,
long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesAndThreadsCount(long groupId,
long categoryId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesCount(long groupId,
long[] parentCategoryIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesCount(long groupId,
long[] excludedCategoryIds,
long[] parentCategoryIds,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesCount(long groupId,
long parentCategoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesCount(long groupId,
long parentCategoryId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesCount(long groupId,
long excludedCategoryId,
long parentCategoryId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap[] getCategories(long groupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap[] getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap[] getCategories(long groupId, long[] parentCategoryIds, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap[] getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap[] getCategories(long groupId, int status) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap[] getCategories(long groupId, long parentCategoryId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap[] getCategories(long groupId, long parentCategoryId, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap[] getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong[] getCategoryIds(long groupId,
long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap getCategory(long categoryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong[] getSubcategoryIds(long[] categoryIds,
long groupId,
long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getSubscribedCategoriesCount(long groupId,
long userId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap[] getSubscribedCategories(long groupId, long userId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap moveCategoryFromTrash(long categoryId, long newCategoryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap moveCategoryToTrash(long categoryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restoreCategoryFromTrash(long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid subscribeCategory(long groupId,
long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsubscribeCategory(long groupId,
long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBCategorySoap 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
java.rmi.RemoteException