com.thalesgroup.dtkit.ws.rs.dao
Class InputMetricEmbeddedDAO

java.lang.Object
  extended by com.thalesgroup.dtkit.ws.rs.dao.InputMetricEmbeddedDAO
All Implemented Interfaces:
InputMetricDAO

public class InputMetricEmbeddedDAO
extends java.lang.Object
implements InputMetricDAO


Constructor Summary
InputMetricEmbeddedDAO()
           
 
Method Summary
 void delete(java.lang.String name, java.lang.String version, com.thalesgroup.dtkit.metrics.model.InputType toolType, com.thalesgroup.dtkit.metrics.model.OutputMetric outputMetric)
           
 long getCount()
           
 java.util.Collection<? extends com.thalesgroup.dtkit.metrics.model.InputMetric> getInputMetric(InputMetricSelector inputMetricSelector)
           
 java.util.Collection<? extends com.thalesgroup.dtkit.metrics.model.InputMetric> getInputMetrics()
           
 byte[] getXSD(InputMetricSelector inputMetricSelector)
           
 void insert(java.lang.String name, java.lang.String version, com.thalesgroup.dtkit.metrics.model.InputType toolType, java.io.File xsl, java.io.File xsd, com.thalesgroup.dtkit.metrics.model.OutputMetric outputMetric)
           
 boolean isPersistenceStore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputMetricEmbeddedDAO

public InputMetricEmbeddedDAO()
                       throws com.thalesgroup.dtkit.metrics.model.InputMetricException
Throws:
com.thalesgroup.dtkit.metrics.model.InputMetricException
Method Detail

isPersistenceStore

public boolean isPersistenceStore()
Specified by:
isPersistenceStore in interface InputMetricDAO

insert

public void insert(java.lang.String name,
                   java.lang.String version,
                   com.thalesgroup.dtkit.metrics.model.InputType toolType,
                   java.io.File xsl,
                   java.io.File xsd,
                   com.thalesgroup.dtkit.metrics.model.OutputMetric outputMetric)
Specified by:
insert in interface InputMetricDAO

delete

public void delete(java.lang.String name,
                   java.lang.String version,
                   com.thalesgroup.dtkit.metrics.model.InputType toolType,
                   com.thalesgroup.dtkit.metrics.model.OutputMetric outputMetric)
Specified by:
delete in interface InputMetricDAO

getCount

public long getCount()
Specified by:
getCount in interface InputMetricDAO

getInputMetric

public java.util.Collection<? extends com.thalesgroup.dtkit.metrics.model.InputMetric> getInputMetric(InputMetricSelector inputMetricSelector)
Specified by:
getInputMetric in interface InputMetricDAO

getInputMetrics

public java.util.Collection<? extends com.thalesgroup.dtkit.metrics.model.InputMetric> getInputMetrics()
Specified by:
getInputMetrics in interface InputMetricDAO

getXSD

public byte[] getXSD(InputMetricSelector inputMetricSelector)
Specified by:
getXSD in interface InputMetricDAO


Copyright © 2004-2011. All Rights Reserved.