Changeset 20759


Ignore:
Timestamp:
02/03/10 11:02:13 (2 years ago)
Author:
julie
Message:

remove dataset, we're only going to constrain orthologues on organism. We can re-add dataset constraints later, if requested by the users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/intermine/web/main/src/org/intermine/web/logic/bag/BagConverter.java

    r20740 r20759  
    5656     */ 
    5757    public abstract WebResults getConvertedObjects(Profile profile, List<Integer> fromList, 
    58             String type, String ... parameters) 
     58            String type, String parameters) 
    5959        throws ClassNotFoundException, ObjectStoreException, PathException; 
    6060 
     
    7070     */ 
    7171    public abstract ActionMessage getActionMessage(String externalids, int convertedSize, 
    72             String type, String ... parameters) 
     72            String type, String parameters) 
    7373    throws ObjectStoreException, UnsupportedEncodingException; 
    7474 
     
    8585 
    8686    /** 
    87     * 
     87    *  
    8888    * @param profile user's profile 
    8989    * @param bagType class of list 
    90     * @param bagName name of list 
     90    * @param bagList list of intermine object IDs 
    9191    * @param constraintValue value of constraint 
    9292    * @return list of intermine IDs 
    9393    */ 
    9494    public abstract List<Integer> getConvertedObjectIds(Profile profile, String bagType, 
    95             String bagName, String constraintValue); 
     95            List<Integer> bagList, String constraintValue); 
    9696} 
Note: See TracChangeset for help on using the changeset viewer.