1   /**
2    * Portlet_Tags_TagsAssetServiceSoapBindingImpl.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6    */
7   
8   package com.liferay.client.soap.portlet.tags.service.http;
9   
10  public class Portlet_Tags_TagsAssetServiceSoapBindingImpl implements com.liferay.client.soap.portlet.tags.service.http.TagsAssetServiceSoap{
11      public void deleteAsset(long assetId) throws java.rmi.RemoteException {
12      }
13  
14      public com.liferay.client.soap.portlet.tags.model.TagsAssetSoap getAsset(long assetId) throws java.rmi.RemoteException {
15          return null;
16      }
17  
18      public com.liferay.client.soap.portlet.tags.model.TagsAssetSoap[] getAssets(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean andOperator, java.lang.String orderByCol1, java.lang.String orderByCol2, java.lang.String orderByType1, java.lang.String orderByType2, boolean excludeZeroViewCount, java.util.Calendar publishDate, java.util.Calendar expirationDate, int start, int end) throws java.rmi.RemoteException {
19          return null;
20      }
21  
22      public int getAssetsCount(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount, java.util.Calendar publishDate, java.util.Calendar expirationDate) throws java.rmi.RemoteException {
23          return -3;
24      }
25  
26      public java.lang.String getAssetsRSS(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean andOperator, java.lang.String orderByCol1, java.lang.String orderByCol2, java.lang.String orderByType1, java.lang.String orderByType2, boolean excludeZeroViewCount, java.util.Calendar publishDate, java.util.Calendar expirationDate, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL) throws java.rmi.RemoteException {
27          return null;
28      }
29  
30      public com.liferay.client.soap.portlet.tags.model.TagsAssetType[] getAssetTypes(java.lang.String languageId) throws java.rmi.RemoteException {
31          return null;
32      }
33  
34      public com.liferay.client.soap.portlet.tags.model.TagsAssetDisplay[] getCompanyAssetDisplays(long companyId, int start, int end, java.lang.String languageId) throws java.rmi.RemoteException {
35          return null;
36      }
37  
38      public com.liferay.client.soap.portlet.tags.model.TagsAssetSoap[] getCompanyAssets(long companyId, int start, int end) throws java.rmi.RemoteException {
39          return null;
40      }
41  
42      public int getCompanyAssetsCount(long companyId) throws java.rmi.RemoteException {
43          return -3;
44      }
45  
46      public java.lang.String getCompanyAssetsRSS(long companyId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL) throws java.rmi.RemoteException {
47          return null;
48      }
49  
50      public com.liferay.client.soap.portlet.tags.model.TagsAssetSoap incrementViewCounter(java.lang.String className, long classPK) throws java.rmi.RemoteException {
51          return null;
52      }
53  
54      public com.liferay.client.soap.portlet.tags.model.TagsAssetDisplay[] searchAssetDisplays(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId, int start, int end) throws java.rmi.RemoteException {
55          return null;
56      }
57  
58      public int searchAssetDisplaysCount(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId) throws java.rmi.RemoteException {
59          return -3;
60      }
61  
62      public com.liferay.client.soap.portlet.tags.model.TagsAssetSoap updateAsset(long groupId, java.lang.String className, long classPK, java.lang.String[] categoryNames, java.lang.String[] entryNames, boolean visible, java.util.Calendar startDate, java.util.Calendar endDate, java.util.Calendar publishDate, java.util.Calendar expirationDate, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String summary, java.lang.String url, int height, int width, int priority) throws java.rmi.RemoteException {
63          return null;
64      }
65  
66  }
67