| Modifier and Type | Method and Description |
|---|---|
DeviceCountByGroup |
GadgetDataService.getDeviceCount(ExtendedFilterSet extendedFilterSet)
This method is used to get a count of devices based on a defined filter set.
|
DeviceCountByGroup |
GadgetDataService.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet)
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()
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()
This method is used to get device counts classified by connectivity statuses.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByOwnershipTypes(ExtendedFilterSet extendedFilterSet)
This method is used to get device counts classified by ownership types.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByPlatforms(ExtendedFilterSet extendedFilterSet)
This method is used to get device counts classified by platforms.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByPotentialVulnerabilities()
This method is used to get device counts classified by potential vulnerabilities.
|
List<DeviceCountByGroup> |
GadgetDataService.getFeatureNonCompliantDeviceCountsByOwnershipTypes(String featureCode,
BasicFilterSet basicFilterSet)
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)
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) |
DeviceCountByGroup |
AbstractGadgetDataServiceDAO.getDeviceCount(ExtendedFilterSet extendedFilterSet) |
DeviceCountByGroup |
GadgetDataServiceDAO.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet) |
DeviceCountByGroup |
AbstractGadgetDataServiceDAO.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet) |
DeviceCountByGroup |
GadgetDataServiceDAO.getTotalDeviceCount() |
DeviceCountByGroup |
AbstractGadgetDataServiceDAO.getTotalDeviceCount() |
| Modifier and Type | Method and Description |
|---|---|
DeviceCountByGroup |
GadgetDataServiceImpl.getDeviceCount(ExtendedFilterSet extendedFilterSet) |
DeviceCountByGroup |
GadgetDataServiceImpl.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet) |
DeviceCountByGroup |
GadgetDataServiceImpl.getTotalDeviceCount() |
| Modifier and Type | Method and Description |
|---|---|
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByConnectivityStatuses() |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByOwnershipTypes(ExtendedFilterSet extendedFilterSet) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByPlatforms(ExtendedFilterSet extendedFilterSet) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByPotentialVulnerabilities() |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getFeatureNonCompliantDeviceCountsByOwnershipTypes(String featureCode,
BasicFilterSet basicFilterSet) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getFeatureNonCompliantDeviceCountsByPlatforms(String featureCode,
BasicFilterSet basicFilterSet) |
Copyright © 2016 WSO2. All rights reserved.