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

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.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
 DLFileEntrySoap addFileEntry(long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String[] tagsEntries, java.lang.String extraSettings, byte[] byteArray, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 DLFileEntrySoap addFileEntry(long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String[] tagsEntries, java.lang.String extraSettings, byte[] byteArray, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
protected  org.apache.axis.client.Call createCall()
           
 void deleteFileEntry(long folderId, java.lang.String name)
           
 void deleteFileEntry(long folderId, java.lang.String name, double version)
           
 void deleteFileEntryByTitle(long folderId, java.lang.String titleWithExtension)
           
 DLFileEntrySoap[] getFileEntries(long folderId)
           
 DLFileEntrySoap getFileEntry(long folderId, java.lang.String name)
           
 DLFileEntrySoap getFileEntryByTitle(long folderId, java.lang.String titleWithExtension)
           
 void lockFileEntry(long folderId, java.lang.String name)
           
 void unlockFileEntry(long folderId, java.lang.String name)
           
 DLFileEntrySoap updateFileEntry(long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String[] tagsEntries, java.lang.String extraSettings, byte[] byteArray)
           
 
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

addFileEntry

public DLFileEntrySoap addFileEntry(long folderId,
                                    java.lang.String name,
                                    java.lang.String title,
                                    java.lang.String description,
                                    java.lang.String[] tagsEntries,
                                    java.lang.String extraSettings,
                                    byte[] byteArray,
                                    java.lang.String[] communityPermissions,
                                    java.lang.String[] guestPermissions)
                             throws java.rmi.RemoteException
Specified by:
addFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

addFileEntry

public DLFileEntrySoap addFileEntry(long folderId,
                                    java.lang.String name,
                                    java.lang.String title,
                                    java.lang.String description,
                                    java.lang.String[] tagsEntries,
                                    java.lang.String extraSettings,
                                    byte[] byteArray,
                                    boolean addCommunityPermissions,
                                    boolean addGuestPermissions)
                             throws java.rmi.RemoteException
Specified by:
addFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

updateFileEntry

public DLFileEntrySoap updateFileEntry(long folderId,
                                       long newFolderId,
                                       java.lang.String name,
                                       java.lang.String sourceFileName,
                                       java.lang.String title,
                                       java.lang.String description,
                                       java.lang.String[] tagsEntries,
                                       java.lang.String extraSettings,
                                       byte[] byteArray)
                                throws java.rmi.RemoteException
Specified by:
updateFileEntry in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteFileEntry

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

deleteFileEntry

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

getFileEntries

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

getFileEntry

public DLFileEntrySoap getFileEntry(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 folderId,
                                           java.lang.String titleWithExtension)
                                    throws java.rmi.RemoteException
Specified by:
getFileEntryByTitle in interface DLFileEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteFileEntryByTitle

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

lockFileEntry

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

unlockFileEntry

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