@Service public class HibernateXftFieldExclusionService extends org.nrg.framework.orm.hibernate.AbstractHibernateEntityService<XftFieldExclusion,XftFieldExclusionDAO> implements XftFieldExclusionService
Constructor and Description |
---|
HibernateXftFieldExclusionService() |
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 . |
String |
validate(XftFieldExclusion exclusion) |
afterPropertiesSet, create, create, delete, delete, getAll, getAllWithDisabled, getContext, getCount, getCountWithDisabled, getDao, getInitialize, newEntity, refresh, refresh, refresh, refresh, refresh, refresh, retrieve, setApplicationContext, setInitialize, update
getCacheRegion, getParameterizedType, isMatchingType
@Transactional public List<XftFieldExclusion> getSystemExclusions()
XftFieldExclusionService
system level
.getSystemExclusions
in interface XftFieldExclusionService
@Transactional public List<XftFieldExclusion> getExclusionsForScopedTarget(XftFieldExclusionScope scope, String targetId)
XftFieldExclusionService
specified scope
and
indicated target.getExclusionsForScopedTarget
in interface XftFieldExclusionService
scope
- The scope
to which the target ID is matched.targetId
- The ID of the target scope.public String validate(XftFieldExclusion exclusion)
validate
in interface org.nrg.framework.orm.hibernate.BaseHibernateService<XftFieldExclusion>
validate
in class org.nrg.framework.orm.hibernate.AbstractHibernateEntityService<XftFieldExclusion,XftFieldExclusionDAO>
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.