| Modifier and Type | Method and Description |
|---|---|
DeviceCountByGroup |
GadgetDataService.getDeviceCount(ExtendedFilterSet extendedFilterSet,
String userName)
This method is used to get a count of devices based on a defined filter set.
|
DeviceCountByGroup |
GadgetDataService.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet,
String userName)
This method is used to get a count of devices non-compliant upon on a particular feature
and a defined filter set.
|
DeviceCountByGroup |
GadgetDataService.getTotalDeviceCount(String userName)
This method is used to get total count of devices currently enrolled under a particular tenant.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByConnectivityStatuses(String userName)
This method is used to get device counts classified by connectivity statuses.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByOwnershipTypes(ExtendedFilterSet extendedFilterSet,
String userName)
This method is used to get device counts classified by ownership types.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByPlatforms(ExtendedFilterSet extendedFilterSet,
String userName)
This method is used to get device counts classified by platforms.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByPotentialVulnerabilities(String userName)
This method is used to get device counts classified by potential vulnerabilities.
|
List<DeviceCountByGroup> |
GadgetDataService.getFeatureNonCompliantDeviceCountsByOwnershipTypes(String featureCode,
BasicFilterSet basicFilterSet,
String userName)
This method is used to get device counts non-compliant upon a particular feature
classified by ownership types.
|
List<DeviceCountByGroup> |
GadgetDataService.getFeatureNonCompliantDeviceCountsByPlatforms(String featureCode,
BasicFilterSet basicFilterSet,
String userName)
This method is used to get device counts non-compliant upon a particular feature classified by platforms.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceCountByGroup |
GadgetDataServiceDAO.getDeviceCount(ExtendedFilterSet extendedFilterSet,
String userName) |
DeviceCountByGroup |
AbstractGadgetDataServiceDAO.getDeviceCount(ExtendedFilterSet extendedFilterSet,
String userName) |
DeviceCountByGroup |
GadgetDataServiceDAO.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet,
String userName) |
DeviceCountByGroup |
AbstractGadgetDataServiceDAO.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet,
String userName) |
DeviceCountByGroup |
GadgetDataServiceDAO.getTotalDeviceCount(String userName) |
DeviceCountByGroup |
AbstractGadgetDataServiceDAO.getTotalDeviceCount(String userName) |
| Modifier and Type | Method and Description |
|---|---|
DeviceCountByGroup |
GadgetDataServiceImpl.getDeviceCount(ExtendedFilterSet extendedFilterSet,
String userName) |
DeviceCountByGroup |
GadgetDataServiceImpl.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet,
String userName) |
DeviceCountByGroup |
GadgetDataServiceImpl.getTotalDeviceCount(String userName) |
| Modifier and Type | Method and Description |
|---|---|
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByConnectivityStatuses(String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByOwnershipTypes(ExtendedFilterSet extendedFilterSet,
String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByPlatforms(ExtendedFilterSet extendedFilterSet,
String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByPotentialVulnerabilities(String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getFeatureNonCompliantDeviceCountsByOwnershipTypes(String featureCode,
BasicFilterSet basicFilterSet,
String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getFeatureNonCompliantDeviceCountsByPlatforms(String featureCode,
BasicFilterSet basicFilterSet,
String userName) |
Copyright © 2017 WSO2. All rights reserved.