Uses of Interface
com.ebmwebsourcing.geasywebeditor.client.file.repository.to.SearchFormData

Packages that use SearchFormData
com.ebmwebsourcing.geasywebeditor.client.file.repository.service   
com.ebmwebsourcing.geasywebeditor.client.file.repository.ui   
com.ebmwebsourcing.geasywebeditor.server.file.repository   
 

Uses of SearchFormData in com.ebmwebsourcing.geasywebeditor.client.file.repository.service
 

Methods in com.ebmwebsourcing.geasywebeditor.client.file.repository.service with parameters of type SearchFormData
 java.util.Map<java.lang.String,java.lang.String> FileRepositoryService.searchFile(SearchFormData data)
          Performs a search in the last valid file repository proposed by the user.
 void FileRepositoryServiceAsync.searchFile(SearchFormData data, com.google.gwt.user.client.rpc.AsyncCallback<java.util.Map<java.lang.String,java.lang.String>> callback)
           
 

Uses of SearchFormData in com.ebmwebsourcing.geasywebeditor.client.file.repository.ui
 

Methods in com.ebmwebsourcing.geasywebeditor.client.file.repository.ui that return SearchFormData
abstract  SearchFormData SearchForm.getInformation()
           
 

Uses of SearchFormData in com.ebmwebsourcing.geasywebeditor.server.file.repository
 

Methods in com.ebmwebsourcing.geasywebeditor.server.file.repository with parameters of type SearchFormData
 java.util.Map<java.lang.String,java.lang.String> FileRepositoryServiceImpl.searchFile(SearchFormData data)
           
 java.util.Map<java.lang.String,java.lang.String> FileRepositoryInquiryService.searchFile(java.lang.String rootURL, SearchFormData data)
          Performs a search on the file repository with the given search phrase and the given search criteria.
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.