Ignore:
Timestamp:
04/26/10 19:12:49 (14 years ago)
Author:
cbipsl
Message:

maj eccad V3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_eccad/trunk/ECCAD_INTERFACE/WEB-INF/src/org/medias/eccad/persistance/dao/ColorTabDAO.java

    r68 r70  
    88 
    99public interface ColorTabDAO { 
    10         public abstract ColorTab getColorMapByID(long id)  throws PersistanceException; 
     10        public abstract ColorTab getColorMapByID(long id, long idClass)  throws PersistanceException; 
    1111        public abstract ColorTab getColorMapByParam(int idparam) throws PersistanceException; 
    12         public abstract ColorTab getColorMapByGrille(long id_grille) throws PersistanceException; 
    13         public abstract List<ColorMap> getListColorTabByGrille(long id_grille) throws PersistanceException; 
    14         public abstract List<ColorMap> getListColorTab() throws PersistanceException; 
    15         public abstract List<ColorMap> getListColorMapDynamique() throws PersistanceException; 
     12        public abstract ColorTab getColorMapByGrille() throws PersistanceException; 
     13        public abstract List<ColorMap> getListColorTabByGrille() throws PersistanceException; 
    1614} 
Note: See TracChangeset for help on using the changeset viewer.