1   /**
2    * Portlet_Asset_AssetEntryServiceSoapBindingImpl.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.asset.service.http;
9   
10  public class Portlet_Asset_AssetEntryServiceSoapBindingImpl implements com.liferay.client.soap.portlet.asset.service.http.AssetEntryServiceSoap{
11      public com.liferay.client.soap.portlet.asset.model.AssetEntrySoap updateEntry(long groupId, java.lang.String className, long classPK, long[] categoryIds, java.lang.String[] tagNames, 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, boolean sync) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      public com.liferay.client.soap.portlet.asset.model.AssetEntrySoap[] getCompanyEntries(long companyId, int start, int end) throws java.rmi.RemoteException {
16          return null;
17      }
18  
19      public int getCompanyEntriesCount(long companyId) throws java.rmi.RemoteException {
20          return -3;
21      }
22  
23      public java.lang.String getCompanyEntriesRSS(long companyId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String tagURL) throws java.rmi.RemoteException {
24          return null;
25      }
26  
27      public com.liferay.client.soap.portlet.asset.model.AssetEntryDisplay[] getCompanyEntryDisplays(long companyId, int start, int end, java.lang.String languageId) throws java.rmi.RemoteException {
28          return null;
29      }
30  
31      public int getEntriesCount(com.liferay.client.soap.portlet.asset.service.persistence.AssetEntryQuery entryQuery) throws java.rmi.RemoteException {
32          return -3;
33      }
34  
35      public java.lang.String getEntriesRSS(com.liferay.client.soap.portlet.asset.service.persistence.AssetEntryQuery entryQuery, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String tagURL) throws java.rmi.RemoteException {
36          return null;
37      }
38  
39      public com.liferay.client.soap.portlet.asset.model.AssetEntrySoap incrementViewCounter(java.lang.String className, long classPK) throws java.rmi.RemoteException {
40          return null;
41      }
42  
43      public com.liferay.client.soap.portlet.asset.model.AssetEntryDisplay[] searchEntryDisplays(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId, int start, int end) throws java.rmi.RemoteException {
44          return null;
45      }
46  
47      public int searchEntryDisplaysCount(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId) throws java.rmi.RemoteException {
48          return -3;
49      }
50  
51      public com.liferay.client.soap.portlet.asset.model.AssetEntrySoap getEntry(long entryId) throws java.rmi.RemoteException {
52          return null;
53      }
54  
55      public void deleteEntry(long entryId) throws java.rmi.RemoteException {
56      }
57  
58      public com.liferay.client.soap.portlet.asset.model.AssetEntrySoap[] getEntries(com.liferay.client.soap.portlet.asset.service.persistence.AssetEntryQuery entryQuery) throws java.rmi.RemoteException {
59          return null;
60      }
61  
62  }
63