@Service(value="squashtest.tm.service.SearchService") @Transactional(readOnly=true) public class SearchServiceImpl extends Object implements SearchService
| Constructor and Description |
|---|
SearchServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected <PR extends org.squashtest.tm.domain.project.ProjectResource<?>> |
applyProjectFilter(List<PR> initialList) |
List<String> |
findBreadCrumbForCampaign(String className,
Long id,
String rejex) |
List<org.squashtest.tm.domain.campaign.CampaignLibraryNode> |
findCampaignByName(String aName,
boolean groupByProject) |
@PostFilter(value="hasPermission(filterObject, \'READ\') or hasRole(\'ROLE_ADMIN\')") public List<org.squashtest.tm.domain.campaign.CampaignLibraryNode> findCampaignByName(String aName, boolean groupByProject)
findCampaignByName in interface SearchServiceprotected <PR extends org.squashtest.tm.domain.project.ProjectResource<?>> List<PR> applyProjectFilter(List<PR> initialList)
public List<String> findBreadCrumbForCampaign(String className, Long id, String rejex)
findBreadCrumbForCampaign in interface SearchServiceCopyright © 2010–2017 Henix, henix.fr. All rights reserved.