Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.documentlibrary.model.DLFileEntrySoap

Packages that use DLFileEntrySoap
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
 

Uses of DLFileEntrySoap in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.model that return DLFileEntrySoap
static DLFileEntrySoap DLFileEntrySoap.toSoapModel(DLFileEntry model)
           
static DLFileEntrySoap[] DLFileEntrySoap.toSoapModels(DLFileEntry[] models)
           
static DLFileEntrySoap[][] DLFileEntrySoap.toSoapModels(DLFileEntry[][] models)
           
static DLFileEntrySoap[] DLFileEntrySoap.toSoapModels(List<DLFileEntry> models)
           
 

Uses of DLFileEntrySoap in com.liferay.portlet.documentlibrary.model.impl
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLFileEntrySoap
static DLFileEntry DLFileEntryModelImpl.toModel(DLFileEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<DLFileEntry> DLFileEntryModelImpl.toModels(DLFileEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of DLFileEntrySoap in com.liferay.portlet.documentlibrary.service.http
 

Methods in com.liferay.portlet.documentlibrary.service.http that return DLFileEntrySoap
static DLFileEntrySoap DLFileEntryServiceSoap.checkOutFileEntry(long fileEntryId)
          Deprecated. DLFileEntryServiceSoap.checkOutFileEntry(long, ServiceContext)
static DLFileEntrySoap DLFileEntryServiceSoap.checkOutFileEntry(long fileEntryId, ServiceContext serviceContext)
           
static DLFileEntrySoap DLFileEntryServiceSoap.checkOutFileEntry(long fileEntryId, String owner, long expirationTime)
          Deprecated. DLFileEntryServiceSoap.checkOutFileEntry(long, String, long, ServiceContext)
static DLFileEntrySoap DLFileEntryServiceSoap.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
           
static DLFileEntrySoap DLFileEntryServiceSoap.copyFileEntry(long groupId, long repositoryId, long fileEntryId, long destFolderId, ServiceContext serviceContext)
           
static DLFileEntrySoap DLFileEntryServiceSoap.fetchFileEntryByImageId(long imageId)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getFileEntries(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator obc)
           
static DLFileEntrySoap DLFileEntryServiceSoap.getFileEntry(long fileEntryId)
           
static DLFileEntrySoap DLFileEntryServiceSoap.getFileEntry(long groupId, long folderId, String title)
           
static DLFileEntrySoap DLFileEntryServiceSoap.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
           
static DLFileEntrySoap[] DLFileEntryServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
static DLFileEntrySoap DLFileEntryServiceSoap.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3