@Service(value="squashtest.tm.service.DataFilteringService") @Transactional(readOnly=true) public class DataFilteringServiceImpl extends Object implements DataFilteringService
| Constructor and Description |
|---|
DataFilteringServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasReadPermissions(Object object)
That method will tell if the security system allows such object to be shipped to the end user.
|
boolean |
isAllowedByUser(org.squashtest.tm.domain.project.ProjectResource object)
That method will tell if the user actually wants that data, or if he discards it.
|
boolean |
isFullyAllowed(Object object)
if that interface is modified in the future because of more filtering options, at least you can rely
on that one to be always present.
|
public boolean isFullyAllowed(Object object)
DataFilteringServiceisFullyAllowed in interface DataFilteringServiceobject - to checkpublic boolean hasReadPermissions(Object object)
DataFilteringServicehasReadPermissions in interface DataFilteringServiceobject - the object to check.public boolean isAllowedByUser(org.squashtest.tm.domain.project.ProjectResource object)
DataFilteringServiceisAllowedByUser in interface DataFilteringServiceobject - the object to check.Copyright © 2010–2016 Henix, henix.fr. All rights reserved.