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 plid,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
MBCategorySoap |
addCategory(long plid,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
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,
boolean mergeWithParentCategory)
|
getCategory
MBCategorySoap getCategory(long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addCategory
MBCategorySoap addCategory(long plid,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addCategory
MBCategorySoap addCategory(long plid,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteCategory
void deleteCategory(long categoryId)
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
getCategoriesCount
int getCategoriesCount(long groupId,
long parentCategoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
subscribeCategory
void subscribeCategory(long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unsubscribeCategory
void unsubscribeCategory(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,
boolean mergeWithParentCategory)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException