1
7
8 package com.liferay.client.portlet.tags.service.http;
9
10 public class Portlet_Tags_TagsAssetServiceSoapBindingImpl implements com.liferay.client.portlet.tags.service.http.TagsAssetServiceSoap{
11 public void deleteAsset(long assetId) throws java.rmi.RemoteException {
12 }
13
14 public com.liferay.client.portlet.tags.model.TagsAssetSoap updateAsset(java.lang.String className, long classPK, java.lang.String[] entryNames, 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) throws java.rmi.RemoteException {
15 return null;
16 }
17
18 public com.liferay.client.portlet.tags.model.TagsAssetSoap getAsset(long assetId) throws java.rmi.RemoteException {
19 return null;
20 }
21
22 public com.liferay.client.portlet.tags.model.TagsAssetType[] getAssetTypes(java.lang.String languageId) throws java.rmi.RemoteException {
23 return null;
24 }
25
26 public com.liferay.client.portlet.tags.model.TagsAssetDisplay[] getCompanyAssetDisplays(long companyId, int begin, int end, java.lang.String languageId) throws java.rmi.RemoteException {
27 return null;
28 }
29
30 public com.liferay.client.portlet.tags.model.TagsAssetSoap[] getCompanyAssets(long companyId, int begin, int end) throws java.rmi.RemoteException {
31 return null;
32 }
33
34 public int getCompanyAssetsCount(long companyId) throws java.rmi.RemoteException {
35 return -3;
36 }
37
38 public com.liferay.client.portlet.tags.model.TagsAssetDisplay[] searchAssetDisplays(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId, int begin, int end) throws java.rmi.RemoteException {
39 return null;
40 }
41
42 public int searchAssetDisplaysCount(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId) throws java.rmi.RemoteException {
43 return -3;
44 }
45
46 }
47