com.liferay.client.soap.portlet.documentlibrary.service.http
Class Portlet_DL_DLFolderServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.documentlibrary.service.http.Portlet_DL_DLFolderServiceSoapBindingStub
- All Implemented Interfaces:
- DLFolderServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_DL_DLFolderServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements DLFolderServiceSoap
| Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
| Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
|
Method Summary |
DLFolderSoap |
addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteFolder(long folderId)
|
void |
deleteFolder(long groupId,
long parentFolderId,
java.lang.String name)
|
int |
getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
|
int |
getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes)
|
DLFolderSoap |
getFolder(long folderId)
|
DLFolderSoap |
getFolder(long groupId,
long parentFolderId,
java.lang.String name)
|
long[] |
getFolderIds(long groupId,
long folderId)
|
DLFolderSoap[] |
getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
DLFolderSoap[] |
getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
int |
getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
|
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
|
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
|
int |
getFoldersCount(long groupId,
long parentFolderId)
|
int |
getFoldersCount(long groupId,
long parentFolderId,
boolean includeMountfolders)
|
DLFolderSoap[] |
getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
int |
getMountFoldersCount(long groupId,
long parentFolderId)
|
void |
getSubfolderIds(long[] folderIds,
long groupId,
long folderId)
|
long[] |
getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
boolean |
hasFolderLock(long folderId)
|
boolean |
hasInheritableLock(long folderId)
|
boolean |
isFolderLocked(long folderId)
|
DLFolderSoap |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
void |
unlockFolder(long groupId,
long folderId,
java.lang.String lockUuid)
|
void |
unlockFolder(long groupId,
long parentFolderId,
java.lang.String name,
java.lang.String lockUuid)
|
DLFolderSoap |
updateFolder(long folderId,
java.lang.String name,
java.lang.String description,
long defaultFileEntryTypeId,
long[] fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
boolean |
verifyInheritableLock(long folderId,
java.lang.String lockUuid)
|
| Methods inherited from class org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_DL_DLFolderServiceSoapBindingStub
public Portlet_DL_DLFolderServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_DL_DLFolderServiceSoapBindingStub
public Portlet_DL_DLFolderServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_DL_DLFolderServiceSoapBindingStub
public Portlet_DL_DLFolderServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addFolder
public DLFolderSoap addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addFolder in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
deleteFolder
public void deleteFolder(long folderId)
throws java.rmi.RemoteException
- Specified by:
deleteFolder in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
deleteFolder
public void deleteFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
deleteFolder in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFileEntriesAndFileShortcutsCount
public int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
throws java.rmi.RemoteException
- Specified by:
getFileEntriesAndFileShortcutsCount in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFileEntriesAndFileShortcutsCount
public int getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes)
throws java.rmi.RemoteException
- Specified by:
getFileEntriesAndFileShortcutsCount in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFolderIds
public long[] getFolderIds(long groupId,
long folderId)
throws java.rmi.RemoteException
- Specified by:
getFolderIds in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFolder
public DLFolderSoap getFolder(long folderId)
throws java.rmi.RemoteException
- Specified by:
getFolder in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFolder
public DLFolderSoap getFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
getFolder in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFoldersAndFileEntriesAndFileShortcutsCount
public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
throws java.rmi.RemoteException
- Specified by:
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFoldersAndFileEntriesAndFileShortcutsCount
public int getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
throws java.rmi.RemoteException
- Specified by:
getFoldersAndFileEntriesAndFileShortcutsCount in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFoldersAndFileEntriesAndFileShortcuts
public int getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
throws java.rmi.RemoteException
- Specified by:
getFoldersAndFileEntriesAndFileShortcuts in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFoldersCount
public int getFoldersCount(long groupId,
long parentFolderId)
throws java.rmi.RemoteException
- Specified by:
getFoldersCount in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFoldersCount
public int getFoldersCount(long groupId,
long parentFolderId,
boolean includeMountfolders)
throws java.rmi.RemoteException
- Specified by:
getFoldersCount in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFolders
public DLFolderSoap[] getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Specified by:
getFolders in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getFolders
public DLFolderSoap[] getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Specified by:
getFolders in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getMountFoldersCount
public int getMountFoldersCount(long groupId,
long parentFolderId)
throws java.rmi.RemoteException
- Specified by:
getMountFoldersCount in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getMountFolders
public DLFolderSoap[] getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Specified by:
getMountFolders in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getSubfolderIds
public void getSubfolderIds(long[] folderIds,
long groupId,
long folderId)
throws java.rmi.RemoteException
- Specified by:
getSubfolderIds in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
getSubfolderIds
public long[] getSubfolderIds(long groupId,
long folderId,
boolean recurse)
throws java.rmi.RemoteException
- Specified by:
getSubfolderIds in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
hasFolderLock
public boolean hasFolderLock(long folderId)
throws java.rmi.RemoteException
- Specified by:
hasFolderLock in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
hasInheritableLock
public boolean hasInheritableLock(long folderId)
throws java.rmi.RemoteException
- Specified by:
hasInheritableLock in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
isFolderLocked
public boolean isFolderLocked(long folderId)
throws java.rmi.RemoteException
- Specified by:
isFolderLocked in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
moveFolder
public DLFolderSoap moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
moveFolder in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
unlockFolder
public void unlockFolder(long groupId,
long folderId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Specified by:
unlockFolder in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
unlockFolder
public void unlockFolder(long groupId,
long parentFolderId,
java.lang.String name,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Specified by:
unlockFolder in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
updateFolder
public DLFolderSoap updateFolder(long folderId,
java.lang.String name,
java.lang.String description,
long defaultFileEntryTypeId,
long[] fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateFolder in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException
verifyInheritableLock
public boolean verifyInheritableLock(long folderId,
java.lang.String lockUuid)
throws java.rmi.RemoteException
- Specified by:
verifyInheritableLock in interface DLFolderServiceSoap
- Throws:
java.rmi.RemoteException