public interface XftFieldExclusionService extends org.nrg.framework.orm.hibernate.BaseHibernateService<XftFieldExclusion>
Modifier and Type | Method and Description |
---|---|
List<XftFieldExclusion> |
getExclusionsForScopedTarget(XftFieldExclusionScope scope,
String targetId)
Gets all of the exclusions that are scoped to the
specified scope and
indicated target. |
List<XftFieldExclusion> |
getSystemExclusions()
Gets all of the exclusions that are scoped to the
system level . |
List<XftFieldExclusion> getSystemExclusions()
system level
.List<XftFieldExclusion> getExclusionsForScopedTarget(XftFieldExclusionScope scope, String targetId)
specified scope
and
indicated target.scope
- The scope
to which the target ID is matched.targetId
- The ID of the target scope.Copyright © 2015 Neuroinformatics Research Group. All rights reserved.