| 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.
|
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<DeviceWithDetails> |
GadgetDataService.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet)
This method is used to get a list of devices with details, based on a defined filter set.
|
org.wso2.carbon.device.mgt.common.PaginationResult |
GadgetDataService.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
int startIndex,
int resultCount)
This method is used to get a paginated list of devices with details, based on a defined filter set.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
AbstractGadgetDataServiceDAO.extractDatabaseFiltersFromBean(ExtendedFilterSet extendedFilterSet) |
DeviceCountByGroup |
GadgetDataServiceDAO.getDeviceCount(ExtendedFilterSet extendedFilterSet) |
DeviceCountByGroup |
AbstractGadgetDataServiceDAO.getDeviceCount(ExtendedFilterSet extendedFilterSet) |
List<DeviceCountByGroup> |
GadgetDataServiceDAO.getDeviceCountsByOwnershipTypes(ExtendedFilterSet extendedFilterSet) |
List<DeviceCountByGroup> |
AbstractGadgetDataServiceDAO.getDeviceCountsByOwnershipTypes(ExtendedFilterSet extendedFilterSet) |
List<DeviceCountByGroup> |
GadgetDataServiceDAO.getDeviceCountsByPlatforms(ExtendedFilterSet extendedFilterSet) |
List<DeviceCountByGroup> |
AbstractGadgetDataServiceDAO.getDeviceCountsByPlatforms(ExtendedFilterSet extendedFilterSet) |
List<DeviceWithDetails> |
GadgetDataServiceDAO.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet) |
List<DeviceWithDetails> |
AbstractGadgetDataServiceDAO.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet) |
org.wso2.carbon.device.mgt.common.PaginationResult |
GadgetDataServiceDAO.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
int startIndex,
int resultCount) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.device.mgt.common.PaginationResult |
OracleGadgetDataServiceDAOImpl.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
int startIndex,
int resultCount) |
org.wso2.carbon.device.mgt.common.PaginationResult |
PostgreSQLGadgetDataServiceDAOImpl.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
int startIndex,
int resultCount) |
org.wso2.carbon.device.mgt.common.PaginationResult |
MSSQLGadgetDataServiceDAOImpl.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
int startIndex,
int resultCount) |
org.wso2.carbon.device.mgt.common.PaginationResult |
GenericGadgetDataServiceDAOImpl.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
int startIndex,
int resultCount) |
| Modifier and Type | Method and Description |
|---|---|
DeviceCountByGroup |
GadgetDataServiceImpl.getDeviceCount(ExtendedFilterSet extendedFilterSet) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByOwnershipTypes(ExtendedFilterSet extendedFilterSet) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByPlatforms(ExtendedFilterSet extendedFilterSet) |
List<DeviceWithDetails> |
GadgetDataServiceImpl.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet) |
org.wso2.carbon.device.mgt.common.PaginationResult |
GadgetDataServiceImpl.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
int startIndex,
int resultCount) |
Copyright © 2016 WSO2. All rights reserved.