Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.repository.model.FileEntrySoap

Packages that use FileEntrySoap
com.liferay.portal.kernel.repository.model   
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
com.liferay.portlet.wiki.service.http   
 

Uses of FileEntrySoap in com.liferay.portal.kernel.repository.model
 

Methods in com.liferay.portal.kernel.repository.model that return FileEntrySoap
static FileEntrySoap FileEntrySoap.toSoapModel(FileEntry model)
           
static FileEntrySoap[] FileEntrySoap.toSoapModels(FileEntry[] models)
           
static FileEntrySoap[][] FileEntrySoap.toSoapModels(FileEntry[][] models)
           
static FileEntrySoap[] FileEntrySoap.toSoapModels(List<FileEntry> models)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.http that return FileEntrySoap
static FileEntrySoap DLAppServiceSoap.addFileEntry(long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, byte[] bytes, ServiceContext serviceContext)
          Adds a file entry and associated metadata.
static FileEntrySoap DLAppServiceSoap.checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext)
          Checks out the file entry.
static FileEntrySoap[] DLAppServiceSoap.getFileEntries(long repositoryId, long folderId)
          Returns all the file entries in the folder.
static FileEntrySoap[] DLAppServiceSoap.getFileEntries(long repositoryId, long folderId, int start, int end)
          Returns a name-ordered range of all the file entries in the folder.
static FileEntrySoap[] DLAppServiceSoap.getFileEntries(long repositoryId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the folder.
static FileEntrySoap[] DLAppServiceSoap.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId)
          Returns the file entries with the file entry type in the folder.
static FileEntrySoap[] DLAppServiceSoap.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end)
          Returns a name-ordered range of all the file entries with the file entry type in the folder.
static FileEntrySoap[] DLAppServiceSoap.getFileEntries(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries with the file entry type in the folder.
static FileEntrySoap[] DLAppServiceSoap.getFileEntries(long repositoryId, long folderId, String[] mimeTypes)
           
static FileEntrySoap DLAppServiceSoap.getFileEntry(long fileEntryId)
          Returns the file entry with the primary key.
static FileEntrySoap DLAppServiceSoap.getFileEntry(long groupId, long folderId, String title)
          Returns the file entry with the title in the folder.
static FileEntrySoap DLAppServiceSoap.getFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the file entry with the UUID and group.
static FileEntrySoap[] DLAppServiceSoap.getGroupFileEntries(long groupId, long userId, int start, int end)
          Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository.
static FileEntrySoap[] DLAppServiceSoap.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.
static FileEntrySoap[] DLAppServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end)
          Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.
static FileEntrySoap[] DLAppServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.
static FileEntrySoap[] DLAppServiceSoap.getGroupFileEntries(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator obc)
           
static FileEntrySoap DLAppServiceSoap.moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext)
          Moves the file entry to the new folder.
static FileEntrySoap DLAppServiceSoap.moveFileEntryFromTrash(long fileEntryId, long newFolderId, ServiceContext serviceContext)
          Moves the file entry from a trashed folder to the new folder.
static FileEntrySoap DLAppServiceSoap.moveFileEntryToTrash(long fileEntryId)
          Moves the file entry with the primary key to the trash portlet.
static FileEntrySoap DLAppServiceSoap.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, byte[] bytes, ServiceContext serviceContext)
          Updates a file entry and associated metadata based on a byte array object.
 

Uses of FileEntrySoap in com.liferay.portlet.wiki.service.http
 

Methods in com.liferay.portlet.wiki.service.http that return FileEntrySoap
static FileEntrySoap WikiPageServiceSoap.movePageAttachmentToTrash(long nodeId, String title, String fileName)
           
 


Liferay 6.2-ce-ga5