com.liferay.client.soap.portlet.documentlibrary.service.http
Class Portlet_DL_DLFileEntryServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.soap.portlet.documentlibrary.service.http.Portlet_DL_DLFileEntryServiceSoapBindingStub
All Implemented Interfaces:
DLFileEntryServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portlet_DL_DLFileEntryServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements DLFileEntryServiceSoap


Field Summary
 
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
 
Constructor Summary
Portlet_DL_DLFileEntryServiceSoapBindingStub()
           
Portlet_DL_DLFileEntryServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_DL_DLFileEntryServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 DLFileVersionSoap cancelCheckOut(long fileEntryId)
           
 void checkInFileEntry(long fileEntryId, boolean major, java.lang.String changeLog, ServiceContext serviceContext)
           
 void checkInFileEntry(long fileEntryId, java.lang.String lockUuid)
           
 DLFileEntrySoap checkOutFileEntry(long fileEntryId)
           
 DLFileEntrySoap checkOutFileEntry(long fileEntryId, ServiceContext serviceContext)
           
 DLFileEntrySoap checkOutFileEntry(long fileEntryId, java.lang.String owner, long expirationTime)
           
 DLFileEntrySoap checkOutFileEntry(long fileEntryId, java.lang.String owner, long expirationTime, ServiceContext serviceContext)
           
 DLFileEntrySoap copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
protected  org.apache.axis.client.Call createCall()
           
 void deleteFileEntry(long fileEntryId)
           
 void deleteFileEntry(long groupId, long folderId, java.lang.String title)
           
 void deleteFileVersion(long fileEntryId, java.lang.String version)
           
 DLFileEntrySoap fetchFileEntryByImageId(long imageId)
           
 DLFileEntrySoap[] getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 DLFileEntrySoap[] getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
 DLFileEntrySoap[] getFileEntries(long groupId, long folderId, java.lang.String[] mimeTypes, int start, int end, OrderByComparator obc)
           
 int getFileEntriesCount(long groupId, long folderId)
           
 int getFileEntriesCount(long groupId, long folderId, long fileEntryTypeId)
           
 int getFileEntriesCount(long groupId, long folderId, java.lang.String[] mimeTypes)
           
 DLFileEntrySoap getFileEntry(long fileEntryId)
           
 DLFileEntrySoap getFileEntry(long groupId, long folderId, java.lang.String title)
           
 DLFileEntrySoap getFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
           
 int getFoldersFileEntriesCount(long groupId, long[] folderIds, int status)
           
 DLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
 DLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, long rootFolderId, java.lang.String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
 int getGroupFileEntriesCount(long groupId, long userId, long rootFolderId)
           
 int getGroupFileEntriesCount(long groupId, long userId, long rootFolderId, java.lang.String[] mimeTypes, int status)
           
 boolean hasFileEntryLock(long fileEntryId)
           
 boolean isFileEntryCheckedOut(long fileEntryId)
           
 DLFileEntrySoap moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 void revertFileEntry(long fileEntryId, java.lang.String version, ServiceContext serviceContext)
           
 boolean verifyFileEntryCheckOut(long fileEntryId, java.lang.String lockUuid)
           
 boolean verifyFileEntryLock(long fileEntryId, 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
 

Constructor Detail

Portlet_DL_DLFileEntryServiceSoapBindingStub

public Portlet_DL_DLFileEntryServiceSoapBindingStub()
                                             throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_DL_DLFileEntryServiceSoapBindingStub

public Portlet_DL_DLFileEntryServiceSoapBindingStub(java.net.URL endpointURL,
                                                    javax.xml.rpc.Service service)
                                             throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_DL_DLFileEntryServiceSoapBindingStub

public Portlet_DL_DLFileEntryServiceSoapBindingStub(javax.xml.rpc.Service service)
                                             throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cancelCheckOut

public DLFileVersionSoap cancelCheckOut(long fileEntryId)
                                 throws java.rmi.RemoteException
Specified by:
cancelCheckOut in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

checkInFileEntry

public void checkInFileEntry(long fileEntryId,
                             boolean major,
                             java.lang.String changeLog,
                             ServiceContext serviceContext)
                      throws java.rmi.RemoteException
Specified by:
checkInFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

checkInFileEntry

public void checkInFileEntry(long fileEntryId,
                             java.lang.String lockUuid)
                      throws java.rmi.RemoteException
Specified by:
checkInFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

checkOutFileEntry

public DLFileEntrySoap checkOutFileEntry(long fileEntryId)
                                  throws java.rmi.RemoteException
Specified by:
checkOutFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

checkOutFileEntry

public DLFileEntrySoap checkOutFileEntry(long fileEntryId,
                                         ServiceContext serviceContext)
                                  throws java.rmi.RemoteException
Specified by:
checkOutFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

checkOutFileEntry

public DLFileEntrySoap checkOutFileEntry(long fileEntryId,
                                         java.lang.String owner,
                                         long expirationTime)
                                  throws java.rmi.RemoteException
Specified by:
checkOutFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

checkOutFileEntry

public DLFileEntrySoap checkOutFileEntry(long fileEntryId,
                                         java.lang.String owner,
                                         long expirationTime,
                                         ServiceContext serviceContext)
                                  throws java.rmi.RemoteException
Specified by:
checkOutFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

copyFileEntry

public DLFileEntrySoap copyFileEntry(long groupId,
                                     long repositoryId,
                                     long fileEntryId,
                                     long destFolderId,
                                     ServiceContext serviceContext)
                              throws java.rmi.RemoteException
Specified by:
copyFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteFileEntry

public void deleteFileEntry(long fileEntryId)
                     throws java.rmi.RemoteException
Specified by:
deleteFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteFileEntry

public void deleteFileEntry(long groupId,
                            long folderId,
                            java.lang.String title)
                     throws java.rmi.RemoteException
Specified by:
deleteFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteFileVersion

public void deleteFileVersion(long fileEntryId,
                              java.lang.String version)
                       throws java.rmi.RemoteException
Specified by:
deleteFileVersion in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

fetchFileEntryByImageId

public DLFileEntrySoap fetchFileEntryByImageId(long imageId)
                                        throws java.rmi.RemoteException
Specified by:
fetchFileEntryByImageId in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFileEntriesCount

public int getFileEntriesCount(long groupId,
                               long folderId)
                        throws java.rmi.RemoteException
Specified by:
getFileEntriesCount in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFileEntriesCount

public int getFileEntriesCount(long groupId,
                               long folderId,
                               java.lang.String[] mimeTypes)
                        throws java.rmi.RemoteException
Specified by:
getFileEntriesCount in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFileEntriesCount

public int getFileEntriesCount(long groupId,
                               long folderId,
                               long fileEntryTypeId)
                        throws java.rmi.RemoteException
Specified by:
getFileEntriesCount in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFileEntries

public DLFileEntrySoap[] getFileEntries(long groupId,
                                        long folderId,
                                        java.lang.String[] mimeTypes,
                                        int start,
                                        int end,
                                        OrderByComparator obc)
                                 throws java.rmi.RemoteException
Specified by:
getFileEntries in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFileEntries

public DLFileEntrySoap[] getFileEntries(long groupId,
                                        long folderId,
                                        int start,
                                        int end,
                                        OrderByComparator obc)
                                 throws java.rmi.RemoteException
Specified by:
getFileEntries in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFileEntries

public DLFileEntrySoap[] getFileEntries(long groupId,
                                        long folderId,
                                        long fileEntryTypeId,
                                        int start,
                                        int end,
                                        OrderByComparator obc)
                                 throws java.rmi.RemoteException
Specified by:
getFileEntries in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFileEntryByUuidAndGroupId

public DLFileEntrySoap getFileEntryByUuidAndGroupId(java.lang.String uuid,
                                                    long groupId)
                                             throws java.rmi.RemoteException
Specified by:
getFileEntryByUuidAndGroupId in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFileEntry

public DLFileEntrySoap getFileEntry(long fileEntryId)
                             throws java.rmi.RemoteException
Specified by:
getFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFileEntry

public DLFileEntrySoap getFileEntry(long groupId,
                                    long folderId,
                                    java.lang.String title)
                             throws java.rmi.RemoteException
Specified by:
getFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getFoldersFileEntriesCount

public int getFoldersFileEntriesCount(long groupId,
                                      long[] folderIds,
                                      int status)
                               throws java.rmi.RemoteException
Specified by:
getFoldersFileEntriesCount in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getGroupFileEntriesCount

public int getGroupFileEntriesCount(long groupId,
                                    long userId,
                                    long rootFolderId)
                             throws java.rmi.RemoteException
Specified by:
getGroupFileEntriesCount in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getGroupFileEntriesCount

public int getGroupFileEntriesCount(long groupId,
                                    long userId,
                                    long rootFolderId,
                                    java.lang.String[] mimeTypes,
                                    int status)
                             throws java.rmi.RemoteException
Specified by:
getGroupFileEntriesCount in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getGroupFileEntries

public DLFileEntrySoap[] getGroupFileEntries(long groupId,
                                             long userId,
                                             long rootFolderId,
                                             java.lang.String[] mimeTypes,
                                             int status,
                                             int start,
                                             int end,
                                             OrderByComparator obc)
                                      throws java.rmi.RemoteException
Specified by:
getGroupFileEntries in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

getGroupFileEntries

public DLFileEntrySoap[] getGroupFileEntries(long groupId,
                                             long userId,
                                             long rootFolderId,
                                             int start,
                                             int end,
                                             OrderByComparator obc)
                                      throws java.rmi.RemoteException
Specified by:
getGroupFileEntries in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

hasFileEntryLock

public boolean hasFileEntryLock(long fileEntryId)
                         throws java.rmi.RemoteException
Specified by:
hasFileEntryLock in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

isFileEntryCheckedOut

public boolean isFileEntryCheckedOut(long fileEntryId)
                              throws java.rmi.RemoteException
Specified by:
isFileEntryCheckedOut in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

moveFileEntry

public DLFileEntrySoap moveFileEntry(long fileEntryId,
                                     long newFolderId,
                                     ServiceContext serviceContext)
                              throws java.rmi.RemoteException
Specified by:
moveFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

revertFileEntry

public void revertFileEntry(long fileEntryId,
                            java.lang.String version,
                            ServiceContext serviceContext)
                     throws java.rmi.RemoteException
Specified by:
revertFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

verifyFileEntryCheckOut

public boolean verifyFileEntryCheckOut(long fileEntryId,
                                       java.lang.String lockUuid)
                                throws java.rmi.RemoteException
Specified by:
verifyFileEntryCheckOut in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

verifyFileEntryLock

public boolean verifyFileEntryLock(long fileEntryId,
                                   java.lang.String lockUuid)
                            throws java.rmi.RemoteException
Specified by:
verifyFileEntryLock in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException