1
7
8 package com.liferay.client.soap.portlet.documentlibrary.service.http;
9
10 public class Portlet_DL_DLFolderServiceSoapBindingImpl implements com.liferay.client.soap.portlet.documentlibrary.service.http.DLFolderServiceSoap{
11 public long getFolderId(long groupId, long parentFolderId, java.lang.String name) throws java.rmi.RemoteException {
12 return -3;
13 }
14
15 public com.liferay.client.soap.portlet.documentlibrary.model.DLFolderSoap getFolder(long folderId) throws java.rmi.RemoteException {
16 return null;
17 }
18
19 public com.liferay.client.soap.portlet.documentlibrary.model.DLFolderSoap getFolder(long groupId, long parentFolderId, java.lang.String name) throws java.rmi.RemoteException {
20 return null;
21 }
22
23 public com.liferay.client.soap.portlet.documentlibrary.model.DLFolderSoap addFolder(long groupId, long parentFolderId, java.lang.String name, java.lang.String description, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
24 return null;
25 }
26
27 public com.liferay.client.soap.portlet.documentlibrary.model.DLFolderSoap copyFolder(long groupId, long sourceFolderId, long parentFolderId, java.lang.String name, java.lang.String description, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
28 return null;
29 }
30
31 public void deleteFolder(long groupId, long parentFolderId, java.lang.String name) throws java.rmi.RemoteException {
32 }
33
34 public void deleteFolder(long folderId) throws java.rmi.RemoteException {
35 }
36
37 public int getFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status) throws java.rmi.RemoteException {
38 return -3;
39 }
40
41 public int getFileEntriesAndFileShortcutsCount(long groupId, long[] folderIds, int status) throws java.rmi.RemoteException {
42 return -3;
43 }
44
45 public com.liferay.client.soap.portlet.documentlibrary.model.DLFolderSoap[] getFolders(long groupId, long parentFolderId, int start, int end) throws java.rmi.RemoteException {
46 return null;
47 }
48
49 public com.liferay.client.soap.portlet.documentlibrary.model.DLFolderSoap[] getFolders(long groupId, long parentFolderId) throws java.rmi.RemoteException {
50 return null;
51 }
52
53 public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status) throws java.rmi.RemoteException {
54 return -3;
55 }
56
57 public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long[] folderIds, int status) throws java.rmi.RemoteException {
58 return -3;
59 }
60
61 public int getFoldersCount(long groupId, long parentFolderId) throws java.rmi.RemoteException {
62 return -3;
63 }
64
65 public void getSubfolderIds(long[] folderIds, long groupId, long folderId) throws java.rmi.RemoteException {
66 }
67
68 public boolean hasInheritableLock(long folderId) throws java.rmi.RemoteException {
69 return false;
70 }
71
72 public void unlockFolder(long groupId, long parentFolderId, java.lang.String name, java.lang.String lockUuid) throws java.rmi.RemoteException {
73 }
74
75 public void unlockFolder(long groupId, long folderId, java.lang.String lockUuid) throws java.rmi.RemoteException {
76 }
77
78 public com.liferay.client.soap.portlet.documentlibrary.model.DLFolderSoap updateFolder(long folderId, long parentFolderId, java.lang.String name, java.lang.String description, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
79 return null;
80 }
81
82 public boolean verifyInheritableLock(long folderId, java.lang.String lockUuid) throws java.rmi.RemoteException {
83 return false;
84 }
85
86 }
87