se.cambio.cds.model.template.dao
Interface GenericTemplateDAO
- All Known Implementing Classes:
- FileTemplateDAO, InJarTemplateDAO
public interface GenericTemplateDAO
- Author:
- iago.corbal
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.