se.cambio.cds.model.template.dao
Class InJarTemplateDAO

Package class diagram package InJarTemplateDAO
java.lang.Object
  extended by se.cambio.cds.model.template.dao.InJarTemplateDAO
All Implemented Interfaces:
GenericTemplateDAO

public class InJarTemplateDAO
extends Object
implements GenericTemplateDAO


Constructor Summary
InJarTemplateDAO()
           
 
Method Summary
 void addTemplate(TemplateDTO templateVO)
           
 Collection<TemplateDTO> getAllTemplates()
           
 TemplateDTO getTemplate(String templateId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InJarTemplateDAO

public InJarTemplateDAO()
Method Detail

getAllTemplates

public Collection<TemplateDTO> getAllTemplates()
                                        throws InternalErrorException
Specified by:
getAllTemplates in interface GenericTemplateDAO
Throws:
InternalErrorException

getTemplate

public TemplateDTO getTemplate(String templateId)
                        throws InternalErrorException,
                               InstanceNotFoundException
Specified by:
getTemplate in interface GenericTemplateDAO
Throws:
InternalErrorException
InstanceNotFoundException

addTemplate

public void addTemplate(TemplateDTO templateVO)
                 throws InternalErrorException,
                        ModelException
Specified by:
addTemplate in interface GenericTemplateDAO
Throws:
InternalErrorException
ModelException


Copyright © 2013 Cambio. All Rights Reserved.