com.liferay.client.portlet.blogs.service.http
Class Portlet_Blogs_BlogsCategoryServiceSoapBindingImpl
java.lang.Object
com.liferay.client.portlet.blogs.service.http.Portlet_Blogs_BlogsCategoryServiceSoapBindingImpl
- All Implemented Interfaces:
- BlogsCategoryServiceSoap, java.rmi.Remote
- public class Portlet_Blogs_BlogsCategoryServiceSoapBindingImpl
- extends java.lang.Object
- implements BlogsCategoryServiceSoap
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Blogs_BlogsCategoryServiceSoapBindingImpl
public Portlet_Blogs_BlogsCategoryServiceSoapBindingImpl()
getCategory
public BlogsCategorySoap getCategory(long categoryId)
throws java.rmi.RemoteException
- Specified by:
getCategory
in interface BlogsCategoryServiceSoap
- 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
- Specified by:
addCategory
in interface BlogsCategoryServiceSoap
- 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
- Specified by:
addCategory
in interface BlogsCategoryServiceSoap
- Throws:
java.rmi.RemoteException
deleteCategory
public void deleteCategory(long categoryId)
throws java.rmi.RemoteException
- Specified by:
deleteCategory
in interface BlogsCategoryServiceSoap
- Throws:
java.rmi.RemoteException
updateCategory
public BlogsCategorySoap updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Specified by:
updateCategory
in interface BlogsCategoryServiceSoap
- Throws:
java.rmi.RemoteException