com.liferay.client.soap.portlet.documentlibrary.service.http
Interface DLFileEntryTypeServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_DL_DLFileEntryTypeServiceSoapBindingImpl, Portlet_DL_DLFileEntryTypeServiceSoapBindingStub
public interface DLFileEntryTypeServiceSoap
- extends java.rmi.Remote
|
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)
|
addFileEntryType
DLFileEntryTypeSoap addFileEntryType(long groupId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteFileEntryType
void deleteFileEntryType(long fileEntryTypeId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntryType
DLFileEntryTypeSoap getFileEntryType(long fileEntryTypeId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntryTypesCount
int getFileEntryTypesCount(long[] groupIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileEntryTypes
DLFileEntryTypeSoap[] getFileEntryTypes(long[] groupIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
searchCount
int searchCount(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
search
DLFileEntryTypeSoap[] search(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateFileEntryType
void updateFileEntryType(long fileEntryTypeId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException