1
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 name, 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 void incrementViewCounter(java.lang.String className, long classPK) throws java.rmi.RemoteException {
40 }
41
42 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 {
43 return null;
44 }
45
46 public int searchEntryDisplaysCount(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId) throws java.rmi.RemoteException {
47 return -3;
48 }
49
50 public com.liferay.client.soap.portlet.asset.model.AssetEntrySoap getEntry(long entryId) throws java.rmi.RemoteException {
51 return null;
52 }
53
54 public void deleteEntry(long entryId) throws java.rmi.RemoteException {
55 }
56
57 public com.liferay.client.soap.portlet.asset.model.AssetEntrySoap[] getEntries(com.liferay.client.soap.portlet.asset.service.persistence.AssetEntryQuery entryQuery) throws java.rmi.RemoteException {
58 return null;
59 }
60
61 }
62