Changeset 20784


Ignore:
Timestamp:
03/03/10 15:06:51 (2 years ago)
Author:
julie
Message:

javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/intermine/web/main/src/org/intermine/dwr/AjaxServices.java

    r20767 r20784  
    121121        + "numbers, spaces, and underscores."; 
    122122    private PortalHelper portalHelper = new PortalHelper(); 
    123      
     123 
    124124    /** 
    125125     * Creates a favourite Tag for the given templateName 
     
    13371337     * @param bagType class of bag 
    13381338     * @param bagName name of bag 
     1339     * @param param name of parameter value, eg. `orthologue` 
    13391340     * @param selectedValue orthologue organism 
    13401341     * @return converted list of orthologues 
    13411342     * @throws UnsupportedEncodingException bad encoding 
    13421343     */ 
    1343     public String convertObjects(String bagType, String bagName, String param,  
    1344             String selectedValue)  
     1344    public String convertObjects(String bagType, String bagName, String param, 
     1345            String selectedValue) 
    13451346    throws UnsupportedEncodingException { 
    13461347        ServletContext servletContext = WebContextFactory.get().getServletContext(); 
     
    13611362                        additionalConverters.get(converterClassName)); 
    13621363                if (StringUtils.isNotEmpty(addparameter)) { 
    1363                     BagConverter bagConverter = portalHelper.getBagConverter(im, webConfig,  
     1364                    BagConverter bagConverter = portalHelper.getBagConverter(im, webConfig, 
    13641365                            converterClassName); 
    13651366                return bagConverter.getConvertedObjectFields(profile, bagType, bagName, 
Note: See TracChangeset for help on using the changeset viewer.