1
7
8 package com.liferay.client.soap.portlet.documentlibrary.service.http;
9
10 public class Portlet_DL_DLFileEntryServiceSoapBindingImpl implements com.liferay.client.soap.portlet.documentlibrary.service.http.DLFileEntryServiceSoap{
11 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap addFileEntry(long groupId, long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, byte[] bytes, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
12 return null;
13 }
14
15 public void deleteFileEntry(long groupId, long folderId, java.lang.String name, java.lang.String version) throws java.rmi.RemoteException {
16 }
17
18 public void deleteFileEntry(long groupId, long folderId, java.lang.String name) throws java.rmi.RemoteException {
19 }
20
21 public void deleteFileEntryByTitle(long groupId, long folderId, java.lang.String titleWithExtension) throws java.rmi.RemoteException {
22 }
23
24 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap[] getFileEntries(long groupId, long folderId, int start, int end) throws java.rmi.RemoteException {
25 return null;
26 }
27
28 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap[] getFileEntries(long groupId, long folderId) throws java.rmi.RemoteException {
29 return null;
30 }
31
32 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap[] getFileEntries(long groupId, long folderId, int start, int end, com.liferay.client.soap.portal.kernel.util.OrderByComparator obc) throws java.rmi.RemoteException {
33 return null;
34 }
35
36 public int getFileEntriesCount(long groupId, long folderId) throws java.rmi.RemoteException {
37 return -3;
38 }
39
40 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap getFileEntry(long groupId, long folderId, java.lang.String name) throws java.rmi.RemoteException {
41 return null;
42 }
43
44 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap getFileEntryByTitle(long groupId, long folderId, java.lang.String titleWithExtension) throws java.rmi.RemoteException {
45 return null;
46 }
47
48 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap getFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws java.rmi.RemoteException {
49 return null;
50 }
51
52 public int getFoldersFileEntriesCount(long groupId, long[] folderIds, int status) throws java.rmi.RemoteException {
53 return -3;
54 }
55
56 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, int start, int end) throws java.rmi.RemoteException {
57 return null;
58 }
59
60 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, int start, int end, com.liferay.client.soap.portal.kernel.util.OrderByComparator obc) throws java.rmi.RemoteException {
61 return null;
62 }
63
64 public int getGroupFileEntriesCount(long groupId, long userId) throws java.rmi.RemoteException {
65 return -3;
66 }
67
68 public boolean hasFileEntryLock(long groupId, long folderId, java.lang.String name) throws java.rmi.RemoteException {
69 return false;
70 }
71
72 public void unlockFileEntry(long groupId, long folderId, java.lang.String name, java.lang.String lockUuid) throws java.rmi.RemoteException {
73 }
74
75 public void unlockFileEntry(long groupId, long folderId, java.lang.String name) throws java.rmi.RemoteException {
76 }
77
78 public com.liferay.client.soap.portlet.documentlibrary.model.DLFileEntrySoap updateFileEntry(long groupId, long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String versionDescription, boolean majorVersion, java.lang.String extraSettings, byte[] bytes, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
79 return null;
80 }
81
82 public boolean verifyFileEntryLock(long groupId, long folderId, java.lang.String name, java.lang.String lockUuid) throws java.rmi.RemoteException {
83 return false;
84 }
85
86 }
87