]> git.gag.com Git - debian/openrocket/blobdiff - core/src/net/sf/openrocket/database/ComponentPresetDao.java
create changelog entry
[debian/openrocket] / core / src / net / sf / openrocket / database / ComponentPresetDao.java
index 8d79967f3c42b4c681b30fa2292939e9b6da42da..a27a7f5d424304295d84c631ea261be95a019b82 100644 (file)
@@ -23,8 +23,10 @@ public interface ComponentPresetDao {
        public List<ComponentPreset> listForType( ComponentPreset.Type type, boolean favorite );
 
        public List<ComponentPreset> listForTypes( ComponentPreset.Type ... type );
+       
+       public List<ComponentPreset> listForTypes( List<ComponentPreset.Type> types );
 
-       public void setFavorite( ComponentPreset preset, boolean favorite );
+       public void setFavorite( ComponentPreset preset, ComponentPreset.Type type, boolean favorite );
        
        public List<ComponentPreset> find( String manufacturer, String partNo );