se.cambio.cds.model.template.dao
Interface GenericTemplateDAO

Package class diagram package GenericTemplateDAO
All Known Implementing Classes:
FileTemplateDAO, InJarTemplateDAO

public interface GenericTemplateDAO

Author:
iago.corbal

Method Summary
 void addTemplate(TemplateDTO templateVO)
           
 Collection<TemplateDTO> getAllTemplates()
           
 TemplateDTO getTemplate(String templateId)
           
 

Method Detail

getAllTemplates

Collection<TemplateDTO> getAllTemplates()
                                        throws InternalErrorException
Throws:
InternalErrorException

getTemplate

TemplateDTO getTemplate(String templateId)
                        throws InternalErrorException,
                               InstanceNotFoundException
Throws:
InternalErrorException
InstanceNotFoundException

addTemplate

void addTemplate(TemplateDTO templateVO)
                 throws InternalErrorException,
                        ModelException
Throws:
InternalErrorException
ModelException


Copyright © 2013 Cambio. All Rights Reserved.