com.liferay.client.portlet.blogs.service.http
Interface BlogsCategoryServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Blogs_BlogsCategoryServiceSoapBindingImpl, Portlet_Blogs_BlogsCategoryServiceSoapBindingStub
- public interface BlogsCategoryServiceSoap
- extends java.rmi.Remote
Method Summary |
BlogsCategorySoap |
addCategory(long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
BlogsCategorySoap |
addCategory(long parentCategoryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
deleteCategory(long categoryId)
|
BlogsCategorySoap |
getCategory(long categoryId)
|
BlogsCategorySoap |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description)
|
getCategory
public BlogsCategorySoap getCategory(long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addCategory
public BlogsCategorySoap addCategory(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
addCategory
public BlogsCategorySoap addCategory(long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteCategory
public void deleteCategory(long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateCategory
public BlogsCategorySoap updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException