org.squashtest.tm.service.project
Interface ProjectTemplateFinder

All Superinterfaces:
CustomProjectTemplateFinder
All Known Subinterfaces:
ProjectTemplateManagerService

@Transactional(readOnly=true)
public interface ProjectTemplateFinder
extends CustomProjectTemplateFinder

Author:
mpagnon

Method Summary
 List<org.squashtest.tm.domain.NamedReference> findAllReferences()
          Finds all templates order by name and returns them as NamedReferences
 
Methods inherited from interface org.squashtest.tm.service.project.CustomProjectTemplateFinder
findAll
 

Method Detail

findAllReferences

@PostFilter(value="hasPermission(filterObject.id, \'org.squashtest.tm.domain.project.ProjectTemplate\', \'READ\') or hasRole(\'ROLE_ADMIN\')")
List<org.squashtest.tm.domain.NamedReference> findAllReferences()
Finds all templates order by name and returns them as NamedReferences

Returns:


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.