1
7
8 package com.liferay.client.soap.portlet.asset.service.http;
9
10 public class Portlet_Asset_AssetCategoryServiceSoapBindingImpl implements com.liferay.client.soap.portlet.asset.service.http.AssetCategoryServiceSoap{
11 public com.liferay.client.soap.portlet.asset.model.AssetCategorySoap getCategory(long categoryId) throws java.rmi.RemoteException {
12 return null;
13 }
14
15 public void deleteCategory(long categoryId) throws java.rmi.RemoteException {
16 }
17
18 public com.liferay.client.soap.portlet.asset.model.AssetCategorySoap[] getChildCategories(long parentCategoryId) throws java.rmi.RemoteException {
19 return null;
20 }
21
22 public com.liferay.client.soap.portlet.asset.model.AssetCategorySoap[] getVocabularyCategories(long vocabularyId) throws java.rmi.RemoteException {
23 return null;
24 }
25
26 public com.liferay.client.soap.portlet.asset.model.AssetCategorySoap[] getVocabularyRootCategories(long vocabularyId) throws java.rmi.RemoteException {
27 return null;
28 }
29
30 public java.lang.Object search(long groupId, java.lang.String name, java.lang.String[] categoryProperties, int start, int end) throws java.rmi.RemoteException {
31 return null;
32 }
33
34 public com.liferay.client.soap.portlet.asset.model.AssetCategorySoap[] getCategories(java.lang.String className, long classPK) throws java.rmi.RemoteException {
35 return null;
36 }
37
38 }
39