Uses of Class
com.liferay.faces.util.model.UploadedFile.Status

Packages that use UploadedFile.Status
com.liferay.faces.util.model   
com.liferay.faces.util.model.internal   
 

Uses of UploadedFile.Status in com.liferay.faces.util.model
 

Methods in com.liferay.faces.util.model that return UploadedFile.Status
 UploadedFile.Status UploadedFileWrapper.getStatus()
           
 UploadedFile.Status UploadedFile.getStatus()
           
static UploadedFile.Status UploadedFile.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UploadedFile.Status[] UploadedFile.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.faces.util.model with parameters of type UploadedFile.Status
abstract  UploadedFile UploadedFileFactory.getUploadedFile(String absolutePath, Map<String,Object> attributes, String charSet, String contentType, Map<String,List<String>> headers, String id, String message, String name, long size, UploadedFile.Status status)
           
 

Uses of UploadedFile.Status in com.liferay.faces.util.model.internal
 

Methods in com.liferay.faces.util.model.internal that return UploadedFile.Status
 UploadedFile.Status UploadedFileImpl.getStatus()
           
 

Methods in com.liferay.faces.util.model.internal with parameters of type UploadedFile.Status
 UploadedFile UploadedFileFactoryImpl.getUploadedFile(String absolutePath, Map<String,Object> attributes, String charSet, String contentType, Map<String,List<String>> headers, String id, String message, String name, long size, UploadedFile.Status status)
           
 

Constructors in com.liferay.faces.util.model.internal with parameters of type UploadedFile.Status
UploadedFileErrorImpl(String message, UploadedFile.Status status)
           
UploadedFileImpl(String absolutePath, Map<String,Object> attributeMap, String charSet, String contentType, Map<String,List<String>> headersMap, String id, String message, String name, long size, UploadedFile.Status status)
           
 



Copyright © 2015 Liferay, Inc.. All rights reserved.