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

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

public class Portlet_DL_DLFileEntryTypeServiceSoapBindingImpl
extends java.lang.Object
implements DLFileEntryTypeServiceSoap


Constructor Summary
Portlet_DL_DLFileEntryTypeServiceSoapBindingImpl()
           
 
Method Summary
 DLFileEntryTypeSoap addFileEntryType(long groupId, java.lang.String name, java.lang.String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 void deleteFileEntryType(long fileEntryTypeId)
           
 DLFileEntryTypeSoap getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryTypeSoap[] getFileEntryTypes(long[] groupIds)
           
 int getFileEntryTypesCount(long[] groupIds)
           
 DLFileEntryTypeSoap[] search(long companyId, long[] groupIds, java.lang.String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 int searchCount(long companyId, long[] groupIds, java.lang.String keywords, boolean includeBasicFileEntryType)
           
 void updateFileEntryType(long fileEntryTypeId, java.lang.String name, java.lang.String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_DL_DLFileEntryTypeServiceSoapBindingImpl

public Portlet_DL_DLFileEntryTypeServiceSoapBindingImpl()
Method Detail

addFileEntryType

public DLFileEntryTypeSoap addFileEntryType(long groupId,
                                            java.lang.String name,
                                            java.lang.String description,
                                            long[] ddmStructureIds,
                                            ServiceContext serviceContext)
                                     throws java.rmi.RemoteException
Specified by:
addFileEntryType in interface DLFileEntryTypeServiceSoap
Throws:
java.rmi.RemoteException

deleteFileEntryType

public void deleteFileEntryType(long fileEntryTypeId)
                         throws java.rmi.RemoteException
Specified by:
deleteFileEntryType in interface DLFileEntryTypeServiceSoap
Throws:
java.rmi.RemoteException

getFileEntryType

public DLFileEntryTypeSoap getFileEntryType(long fileEntryTypeId)
                                     throws java.rmi.RemoteException
Specified by:
getFileEntryType in interface DLFileEntryTypeServiceSoap
Throws:
java.rmi.RemoteException

getFileEntryTypesCount

public int getFileEntryTypesCount(long[] groupIds)
                           throws java.rmi.RemoteException
Specified by:
getFileEntryTypesCount in interface DLFileEntryTypeServiceSoap
Throws:
java.rmi.RemoteException

getFileEntryTypes

public DLFileEntryTypeSoap[] getFileEntryTypes(long[] groupIds)
                                        throws java.rmi.RemoteException
Specified by:
getFileEntryTypes in interface DLFileEntryTypeServiceSoap
Throws:
java.rmi.RemoteException

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       java.lang.String keywords,
                       boolean includeBasicFileEntryType)
                throws java.rmi.RemoteException
Specified by:
searchCount in interface DLFileEntryTypeServiceSoap
Throws:
java.rmi.RemoteException

search

public DLFileEntryTypeSoap[] search(long companyId,
                                    long[] groupIds,
                                    java.lang.String keywords,
                                    boolean includeBasicFileEntryType,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                             throws java.rmi.RemoteException
Specified by:
search in interface DLFileEntryTypeServiceSoap
Throws:
java.rmi.RemoteException

updateFileEntryType

public void updateFileEntryType(long fileEntryTypeId,
                                java.lang.String name,
                                java.lang.String description,
                                long[] ddmStructureIds,
                                ServiceContext serviceContext)
                         throws java.rmi.RemoteException
Specified by:
updateFileEntryType in interface DLFileEntryTypeServiceSoap
Throws:
java.rmi.RemoteException