Package | Description |
---|---|
org.nrg.xdat.daos | |
org.nrg.xdat.services | |
org.nrg.xdat.services.impl.hibernate |
Modifier and Type | Method and Description |
---|---|
GroupFeature |
GroupFeatureDAO.findByGroupFeature(String groupId,
String feature) |
Modifier and Type | Method and Description |
---|---|
List<GroupFeature> |
GroupFeatureDAO.findBannedByTag(String tag) |
List<GroupFeature> |
GroupFeatureDAO.findByFeature(String role) |
List<GroupFeature> |
GroupFeatureDAO.findByFeatures(List<String> roles) |
List<GroupFeature> |
GroupFeatureDAO.findByGroup(String groupId) |
List<GroupFeature> |
GroupFeatureDAO.findByGroups(List<String> groupIds) |
List<GroupFeature> |
GroupFeatureDAO.findByTag(String tag) |
List<GroupFeature> |
GroupFeatureDAO.findEnabledByTag(String tag) |
Modifier and Type | Method and Description |
---|---|
GroupFeature |
GroupFeatureService.addFeatureToGroup(String groupId,
String tag,
String feature)
Creates the specified group feature combo.
|
GroupFeature |
GroupFeatureService.findGroupFeature(String groupId,
String feature)
Finds all matching group features
|
Modifier and Type | Method and Description |
---|---|
List<GroupFeature> |
GroupFeatureService.findFeaturesForGroup(String groupId)
Finds all features for the specified group
|
List<GroupFeature> |
GroupFeatureService.findFeaturesForGroups(List<String> groupIds)
Finds all features for the specified groups
|
List<GroupFeature> |
GroupFeatureService.findFeaturesForTag(String tag) |
List<GroupFeature> |
GroupFeatureService.findGroupsForFeature(String feature)
Finds all groups for the specified feature.
|
List<GroupFeature> |
GroupFeatureService.findGroupsForFeatures(List<String> feature)
Finds all groups for the specified feature.
|
List<GroupFeature> |
GroupFeatureService.getBannedByTag(String tag)
get features with OnByDefault=true and tag=x
|
List<GroupFeature> |
GroupFeatureService.getEnabledByTag(String tag)
get features with OnByDefault=true and tag=x
|
Modifier and Type | Method and Description |
---|---|
GroupFeature |
HibernateGroupFeatureService.addFeatureToGroup(String groupId,
String tag,
String feature) |
GroupFeature |
HibernateGroupFeatureService.findGroupFeature(String groupId,
String feature) |
Modifier and Type | Method and Description |
---|---|
List<GroupFeature> |
HibernateGroupFeatureService.findFeaturesForGroup(String groupId) |
List<GroupFeature> |
HibernateGroupFeatureService.findFeaturesForGroups(List<String> groupIds) |
List<GroupFeature> |
HibernateGroupFeatureService.findFeaturesForTag(String tag) |
List<GroupFeature> |
HibernateGroupFeatureService.findGroupsForFeature(String feature) |
List<GroupFeature> |
HibernateGroupFeatureService.findGroupsForFeatures(List<String> feature) |
List<GroupFeature> |
HibernateGroupFeatureService.getBannedByTag(String tag) |
List<GroupFeature> |
HibernateGroupFeatureService.getEnabledByTag(String tag) |
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.