Uses of Class
lumis.portal.file.FileParameter

Packages that use FileParameter
lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces. 
lumis.portal   
lumis.portal.file   
lumis.portal.presentation   
lumis.portal.servicecontainer   
lumis.portal.serviceinterface   
 

Uses of FileParameter in lumis.lptf.portal.serviceinterface
 

Methods in lumis.lptf.portal.serviceinterface that return FileParameter
 FileParameter MockServiceInterfaceRenderRequest.getFileParameter(String parameterName)
           
 

Methods in lumis.lptf.portal.serviceinterface with parameters of type FileParameter
 void MockServiceInterfaceRenderRequest.addFileParameter(String name, FileParameter fileParameter)
           
 void IMockServiceInterfaceRequest.addFileParameter(String name, FileParameter fileParameter)
          Adds a file parameter to be available in IServiceInterfaceRequest.getFileParameter(String).
 

Method parameters in lumis.lptf.portal.serviceinterface with type arguments of type FileParameter
 void MockServiceInterfaceRenderRequest.setFileParameterMap(Map<String,FileParameter> fileParameterMap)
           
 void IMockServiceInterfaceRequest.setFileParameterMap(Map<String,FileParameter> fileParameterMap)
          Sets a map as the file parameters available in IServiceInterfaceRequest.getFileParameter(String).
 

Uses of FileParameter in lumis.portal
 

Methods in lumis.portal that return FileParameter
 FileParameter PortalRequestParameters.getServiceInterfaceInstanceFileParameterValue(String name, String serviceInterfaceInstanceId)
           
 

Method parameters in lumis.portal with type arguments of type FileParameter
 void PortalRequestParameters.setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId, Map<String,FileParameter> parameters)
           
 

Uses of FileParameter in lumis.portal.file
 

Constructors in lumis.portal.file with parameters of type FileParameter
FileConfig(String fileId, FileParameter fileParameter, String serviceInstanceId)
          Deprecated. Since 6.0.0, FileConfig should not be constructed directly. Use IFileManager.add(lumis.portal.authentication.SessionConfig, String, java.io.File, String, String, lumis.util.ITransaction) instead.
 

Uses of FileParameter in lumis.portal.presentation
 

Fields in lumis.portal.presentation with type parameters of type FileParameter
protected  Map<String,FileParameter> PresentationControllerHtml.multiPartFormFileParameters
           
 

Uses of FileParameter in lumis.portal.servicecontainer
 

Methods in lumis.portal.servicecontainer that return FileParameter
 FileParameter ServiceContainerRequest.getFileParameter(String parameterName)
           
 FileParameter ServiceContainerHttpServletRequest.getServiceInterfaceInstanceFileParameter(String name, String serviceInterfaceInstanceId)
           
 

Method parameters in lumis.portal.servicecontainer with type arguments of type FileParameter
 void ServiceContainerRequest.setServiceInterfaceInstanceFileParameters(Map<String,FileParameter> parameters)
           
 void ServiceContainerHttpServletRequest.setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId, Map<String,FileParameter> parameters)
           
 

Uses of FileParameter in lumis.portal.serviceinterface
 

Methods in lumis.portal.serviceinterface that return FileParameter
 FileParameter IServiceInterfaceRequest.getFileParameter(String parameterName)
           
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.