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

java.lang.Object
  extended by com.liferay.client.soap.portlet.documentlibrary.service.http.Portlet_DL_DLFileEntryServiceSoapBindingImpl
All Implemented Interfaces:
DLFileEntryServiceSoap, java.rmi.Remote

public class Portlet_DL_DLFileEntryServiceSoapBindingImpl
extends java.lang.Object
implements DLFileEntryServiceSoap


Constructor Summary
Portlet_DL_DLFileEntryServiceSoapBindingImpl()
           
 
Method Summary
 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, ServiceContext serviceContext)
           
 void deleteFileEntry(long groupId, long folderId, java.lang.String name)
           
 void deleteFileEntry(long groupId, long folderId, java.lang.String name, java.lang.String version)
           
 void deleteFileEntryByTitle(long groupId, long folderId, java.lang.String titleWithExtension)
           
 DLFileEntrySoap[] getFileEntries(long groupId, long folderId)
           
 DLFileEntrySoap[] getFileEntries(long groupId, long folderId, int start, int end)
           
 DLFileEntrySoap[] getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 int getFileEntriesCount(long groupId, long folderId)
           
 DLFileEntrySoap getFileEntry(long groupId, long folderId, java.lang.String name)
           
 DLFileEntrySoap getFileEntryByTitle(long groupId, long folderId, java.lang.String titleWithExtension)
           
 DLFileEntrySoap getFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
           
 int getFoldersFileEntriesCount(long groupId, long[] folderIds, int status)
           
 DLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, int start, int end)
           
 DLFileEntrySoap[] getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 int getGroupFileEntriesCount(long groupId, long userId)
           
 boolean hasFileEntryLock(long groupId, long folderId, java.lang.String name)
           
 void unlockFileEntry(long groupId, long folderId, java.lang.String name)
           
 void unlockFileEntry(long groupId, long folderId, java.lang.String name, java.lang.String lockUuid)
           
 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, ServiceContext serviceContext)
           
 boolean verifyFileEntryLock(long groupId, long folderId, java.lang.String name, java.lang.String lockUuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_DL_DLFileEntryServiceSoapBindingImpl

public Portlet_DL_DLFileEntryServiceSoapBindingImpl()
Method Detail

addFileEntry

public 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,
                                    ServiceContext serviceContext)
                             throws java.rmi.RemoteException
Specified by:
addFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteFileEntry

public void deleteFileEntry(long groupId,
                            long folderId,
                            java.lang.String name,
                            java.lang.String version)
                     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 name)
                     throws java.rmi.RemoteException
Specified by:
deleteFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteFileEntryByTitle

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

getFileEntries

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

getFileEntries

public DLFileEntrySoap[] getFileEntries(long groupId,
                                        long folderId)
                                 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

getFileEntriesCount

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

getFileEntry

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

getFileEntryByTitle

public DLFileEntrySoap getFileEntryByTitle(long groupId,
                                           long folderId,
                                           java.lang.String titleWithExtension)
                                    throws java.rmi.RemoteException
Specified by:
getFileEntryByTitle 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

getFoldersFileEntriesCount

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

getGroupFileEntries

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

getGroupFileEntries

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

getGroupFileEntriesCount

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

hasFileEntryLock

public boolean hasFileEntryLock(long groupId,
                                long folderId,
                                java.lang.String name)
                         throws java.rmi.RemoteException
Specified by:
hasFileEntryLock in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

unlockFileEntry

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

unlockFileEntry

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

updateFileEntry

public 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,
                                       ServiceContext serviceContext)
                                throws java.rmi.RemoteException
Specified by:
updateFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

verifyFileEntryLock

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