1
7
8 package com.liferay.client.soap.portlet.tags.service.http;
9
10 public class Portlet_Tags_TagsEntryServiceSoapBindingImpl implements com.liferay.client.soap.portlet.tags.service.http.TagsEntryServiceSoap{
11 public com.liferay.client.soap.portlet.tags.model.TagsEntrySoap addEntry(java.lang.String parentEntryName, java.lang.String name, java.lang.String vocabularyName, java.lang.String[] properties, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
12 return null;
13 }
14
15 public com.liferay.client.soap.portlet.tags.model.TagsEntrySoap getEntry(long entryId) throws java.rmi.RemoteException {
16 return null;
17 }
18
19 public java.lang.Object search(long groupId, java.lang.String name, java.lang.String[] properties, int start, int end) throws java.rmi.RemoteException {
20 return null;
21 }
22
23 public com.liferay.client.soap.portlet.tags.model.TagsEntrySoap[] getEntries(long groupId, long classNameId, java.lang.String name) throws java.rmi.RemoteException {
24 return null;
25 }
26
27 public com.liferay.client.soap.portlet.tags.model.TagsEntrySoap[] getEntries(java.lang.String className, long classPK) throws java.rmi.RemoteException {
28 return null;
29 }
30
31 public void deleteEntry(long entryId) throws java.rmi.RemoteException {
32 }
33
34 public com.liferay.client.soap.portlet.tags.model.TagsEntrySoap updateEntry(long entryId, java.lang.String parentEntryName, java.lang.String name, java.lang.String vocabularyName, java.lang.String[] properties) throws java.rmi.RemoteException {
35 return null;
36 }
37
38 public com.liferay.client.soap.portlet.tags.model.TagsEntrySoap[] getGroupVocabularyEntries(long groupId, java.lang.String parentEntryName, java.lang.String vocabularyName) throws java.rmi.RemoteException {
39 return null;
40 }
41
42 public com.liferay.client.soap.portlet.tags.model.TagsEntrySoap[] getGroupVocabularyEntries(long groupId, java.lang.String vocabularyName) throws java.rmi.RemoteException {
43 return null;
44 }
45
46 public com.liferay.client.soap.portlet.tags.model.TagsEntrySoap[] getGroupVocabularyRootEntries(long groupId, java.lang.String vocabularyName) throws java.rmi.RemoteException {
47 return null;
48 }
49
50 public void mergeEntries(long fromEntryId, long toEntryId) throws java.rmi.RemoteException {
51 }
52
53 }
54