A B C D E G I M N O P S U 

A

AbstractGadgetDataServiceDAO - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao
 
AbstractGadgetDataServiceDAO() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
activate(ComponentContext) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.internal.GadgetDataServiceComponent
 

B

BasicFilterSet - Class in org.wso2.carbon.device.mgt.analytics.dashboard.bean
 
BasicFilterSet() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.bean.BasicFilterSet
 

C

closeConnection() - Static method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOFactory
 

D

DataAccessLayerException - Exception in org.wso2.carbon.device.mgt.analytics.dashboard.exception
Custom exception class for communicating data access layer issues relevant to Gadget Data Service DAO layer.
DataAccessLayerException(String, Exception) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.DataAccessLayerException
Constructs a new exception with the specific error message and nested exception.
DataAccessLayerException(String, Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.DataAccessLayerException
Constructs a new exception with the specific error message and cause.
DataAccessLayerException(String) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.DataAccessLayerException
Constructs a new exception with the specific error message.
DataAccessLayerException(Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.DataAccessLayerException
Constructs a new exception with the specific error message and cause.
deactivate(ComponentContext) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.internal.GadgetDataServiceComponent
 
DeviceCountByGroup - Class in org.wso2.carbon.device.mgt.analytics.dashboard.bean
 
DeviceCountByGroup() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceCountByGroup
 
DEVICES_VIEW_1 - Static variable in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOConstants.DatabaseView
 
DEVICES_VIEW_2 - Static variable in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOConstants.DatabaseView
 
DeviceWithDetails - Class in org.wso2.carbon.device.mgt.analytics.dashboard.bean
 
DeviceWithDetails() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 

E

ExtendedFilterSet - Class in org.wso2.carbon.device.mgt.analytics.dashboard.bean
 
ExtendedFilterSet() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.bean.ExtendedFilterSet
 
extractDatabaseFiltersFromBean(BasicFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
extractDatabaseFiltersFromBean(ExtendedFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 

G

GadgetDataService - Interface in org.wso2.carbon.device.mgt.analytics.dashboard
This interface exposes useful service layer functions to retrieve data required by high level dashboard APIs.
GadgetDataServiceComponent - Class in org.wso2.carbon.device.mgt.analytics.dashboard.internal
 
GadgetDataServiceComponent() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.internal.GadgetDataServiceComponent
 
GadgetDataServiceDAO - Interface in org.wso2.carbon.device.mgt.analytics.dashboard.dao
 
GadgetDataServiceDAOConstants - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao
 
GadgetDataServiceDAOConstants.DatabaseView - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao
 
GadgetDataServiceDAOConstants.Pagination - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao
 
GadgetDataServiceDAOConstants.PotentialVulnerability - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao
 
GadgetDataServiceDAOFactory - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao
 
GadgetDataServiceDAOFactory() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOFactory
 
GadgetDataServiceImpl - Class in org.wso2.carbon.device.mgt.analytics.dashboard.impl
Implementation class of GadgetDataService.
GadgetDataServiceImpl() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
GenericGadgetDataServiceDAOImpl - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl
 
GenericGadgetDataServiceDAOImpl() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.GenericGadgetDataServiceDAOImpl
 
getConnection() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getConnection() - Static method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOFactory
 
getConnectivityStatus() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.BasicFilterSet
 
getConnectivityStatus() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
getDeviceCount() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceCountByGroup
 
getDeviceCount(ExtendedFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getDeviceCount(ExtendedFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getDeviceCount(ExtendedFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get a count of devices based on a defined filter set.
getDeviceCount(ExtendedFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getDeviceCountsByConnectivityStatuses() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getDeviceCountsByConnectivityStatuses() - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getDeviceCountsByConnectivityStatuses() - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get device counts classified by connectivity statuses.
getDeviceCountsByConnectivityStatuses() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getDeviceCountsByOwnershipTypes(ExtendedFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getDeviceCountsByOwnershipTypes(ExtendedFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getDeviceCountsByOwnershipTypes(ExtendedFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get device counts classified by ownership types.
getDeviceCountsByOwnershipTypes(ExtendedFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getDeviceCountsByPlatforms(ExtendedFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getDeviceCountsByPlatforms(ExtendedFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getDeviceCountsByPlatforms(ExtendedFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get device counts classified by platforms.
getDeviceCountsByPlatforms(ExtendedFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getDeviceCountsByPotentialVulnerabilities() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getDeviceCountsByPotentialVulnerabilities() - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getDeviceCountsByPotentialVulnerabilities() - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get device counts classified by potential vulnerabilities.
getDeviceCountsByPotentialVulnerabilities() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getDeviceId() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
getDeviceIdentification() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
getDevicesWithDetails(ExtendedFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getDevicesWithDetails(ExtendedFilterSet, int, int) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getDevicesWithDetails(ExtendedFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getDevicesWithDetails(ExtendedFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.GenericGadgetDataServiceDAOImpl
 
getDevicesWithDetails(ExtendedFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.MSSQLGadgetDataServiceDAOImpl
 
getDevicesWithDetails(ExtendedFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.OracleGadgetDataServiceDAOImpl
 
getDevicesWithDetails(ExtendedFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.PostgreSQLGadgetDataServiceDAOImpl
 
getDevicesWithDetails(ExtendedFilterSet, int, int) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get a paginated list of devices with details, based on a defined filter set.
getDevicesWithDetails(ExtendedFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get a list of devices with details, based on a defined filter set.
getDevicesWithDetails(ExtendedFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getDevicesWithDetails(ExtendedFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getDisplayNameForGroup() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceCountByGroup
 
getErrorMessage() - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.DataAccessLayerException
 
getErrorMessage() - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidFeatureCodeValueException
 
getErrorMessage() - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidPotentialVulnerabilityValueException
 
getErrorMessage() - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidResultCountValueException
 
getErrorMessage() - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidStartIndexValueException
 
getFeatureNonCompliantDeviceCount(String, BasicFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getFeatureNonCompliantDeviceCount(String, BasicFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getFeatureNonCompliantDeviceCount(String, BasicFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get a count of devices non-compliant upon on a particular feature and a defined filter set.
getFeatureNonCompliantDeviceCount(String, BasicFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getFeatureNonCompliantDeviceCountsByOwnershipTypes(String, BasicFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getFeatureNonCompliantDeviceCountsByOwnershipTypes(String, BasicFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getFeatureNonCompliantDeviceCountsByOwnershipTypes(String, BasicFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get device counts non-compliant upon a particular feature classified by ownership types.
getFeatureNonCompliantDeviceCountsByOwnershipTypes(String, BasicFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getFeatureNonCompliantDeviceCountsByPlatforms(String, BasicFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getFeatureNonCompliantDeviceCountsByPlatforms(String, BasicFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getFeatureNonCompliantDeviceCountsByPlatforms(String, BasicFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get device counts non-compliant upon a particular feature classified by platforms.
getFeatureNonCompliantDeviceCountsByPlatforms(String, BasicFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet, int, int) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.GenericGadgetDataServiceDAOImpl
 
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.MSSQLGadgetDataServiceDAOImpl
 
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.OracleGadgetDataServiceDAOImpl
 
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.PostgreSQLGadgetDataServiceDAOImpl
 
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet, int, int) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get a paginated list of non-compliant devices with details, upon a particular feature.
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get a list of non-compliant devices with details, upon a particular feature.
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet, int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getFeatureNonCompliantDevicesWithDetails(String, BasicFilterSet) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getGadgetDataServiceDAO() - Static method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOFactory
 
getGroup() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceCountByGroup
 
getNonCompliantDeviceCountsByFeatures(int, int) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getNonCompliantDeviceCountsByFeatures(int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.GenericGadgetDataServiceDAOImpl
 
getNonCompliantDeviceCountsByFeatures(int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.MSSQLGadgetDataServiceDAOImpl
 
getNonCompliantDeviceCountsByFeatures(int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.OracleGadgetDataServiceDAOImpl
 
getNonCompliantDeviceCountsByFeatures(int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.PostgreSQLGadgetDataServiceDAOImpl
 
getNonCompliantDeviceCountsByFeatures(int, int) - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get non-compliant device counts classified by individual features.
getNonCompliantDeviceCountsByFeatures(int, int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 
getOwnership() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.BasicFilterSet
 
getOwnershipType() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
getPlatform() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.BasicFilterSet
 
getPlatform() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
getPotentialVulnerability() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.ExtendedFilterSet
 
getTotalDeviceCount() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.AbstractGadgetDataServiceDAO
 
getTotalDeviceCount() - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAO
 
getTotalDeviceCount() - Method in interface org.wso2.carbon.device.mgt.analytics.dashboard.GadgetDataService
This method is used to get total count of devices currently enrolled under a particular tenant.
getTotalDeviceCount() - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.impl.GadgetDataServiceImpl
 

I

init(DataSourceConfig) - Static method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOFactory
 
init(DataSource) - Static method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOFactory
 
InvalidFeatureCodeValueException - Exception in org.wso2.carbon.device.mgt.analytics.dashboard.exception
Custom exception class for catching invalid parameter values, relevant to Gadget Data Service DAO layer.
InvalidFeatureCodeValueException(String, Exception) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidFeatureCodeValueException
Constructs a new exception with the specific error message and nested exception.
InvalidFeatureCodeValueException(String, Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidFeatureCodeValueException
Constructs a new exception with the specific error message and cause.
InvalidFeatureCodeValueException(String) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidFeatureCodeValueException
Constructs a new exception with the specific error message.
InvalidFeatureCodeValueException(Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidFeatureCodeValueException
Constructs a new exception with the specific error message and cause.
InvalidPotentialVulnerabilityValueException - Exception in org.wso2.carbon.device.mgt.analytics.dashboard.exception
Custom exception class for catching invalid parameter values, relevant to Gadget Data Service DAO layer.
InvalidPotentialVulnerabilityValueException(String, Exception) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidPotentialVulnerabilityValueException
Constructs a new exception with the specific error message and nested exception.
InvalidPotentialVulnerabilityValueException(String, Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidPotentialVulnerabilityValueException
Constructs a new exception with the specific error message and cause.
InvalidPotentialVulnerabilityValueException(String) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidPotentialVulnerabilityValueException
Constructs a new exception with the specific error message.
InvalidPotentialVulnerabilityValueException(Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidPotentialVulnerabilityValueException
Constructs a new exception with the specific error message and cause.
InvalidResultCountValueException - Exception in org.wso2.carbon.device.mgt.analytics.dashboard.exception
Custom exception class for catching invalid parameter values, relevant to Gadget Data Service DAO layer.
InvalidResultCountValueException(String, Exception) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidResultCountValueException
Constructs a new exception with the specific error message and nested exception.
InvalidResultCountValueException(String, Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidResultCountValueException
Constructs a new exception with the specific error message and cause.
InvalidResultCountValueException(String) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidResultCountValueException
Constructs a new exception with the specific error message.
InvalidResultCountValueException(Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidResultCountValueException
Constructs a new exception with the specific error message and cause.
InvalidStartIndexValueException - Exception in org.wso2.carbon.device.mgt.analytics.dashboard.exception
Custom exception class for catching invalid parameter values, relevant to Gadget Data Service DAO layer.
InvalidStartIndexValueException(String, Exception) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidStartIndexValueException
Constructs a new exception with the specific error message and nested exception.
InvalidStartIndexValueException(String, Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidStartIndexValueException
Constructs a new exception with the specific error message and cause.
InvalidStartIndexValueException(String) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidStartIndexValueException
Constructs a new exception with the specific error message.
InvalidStartIndexValueException(Throwable) - Constructor for exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidStartIndexValueException
Constructs a new exception with the specific error message and cause.

M

MIN_RESULT_COUNT - Static variable in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOConstants.Pagination
 
MIN_START_INDEX - Static variable in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOConstants.Pagination
 
MSSQLGadgetDataServiceDAOImpl - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl
 
MSSQLGadgetDataServiceDAOImpl() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.MSSQLGadgetDataServiceDAOImpl
 

N

NON_COMPLIANT - Static variable in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOConstants.PotentialVulnerability
 

O

openConnection() - Static method in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOFactory
 
OracleGadgetDataServiceDAOImpl - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl
 
OracleGadgetDataServiceDAOImpl() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.OracleGadgetDataServiceDAOImpl
 
org.wso2.carbon.device.mgt.analytics.dashboard - package org.wso2.carbon.device.mgt.analytics.dashboard
 
org.wso2.carbon.device.mgt.analytics.dashboard.bean - package org.wso2.carbon.device.mgt.analytics.dashboard.bean
 
org.wso2.carbon.device.mgt.analytics.dashboard.dao - package org.wso2.carbon.device.mgt.analytics.dashboard.dao
 
org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl - package org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl
 
org.wso2.carbon.device.mgt.analytics.dashboard.exception - package org.wso2.carbon.device.mgt.analytics.dashboard.exception
 
org.wso2.carbon.device.mgt.analytics.dashboard.impl - package org.wso2.carbon.device.mgt.analytics.dashboard.impl
 
org.wso2.carbon.device.mgt.analytics.dashboard.internal - package org.wso2.carbon.device.mgt.analytics.dashboard.internal
 

P

PostgreSQLGadgetDataServiceDAOImpl - Class in org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl
 
PostgreSQLGadgetDataServiceDAOImpl() - Constructor for class org.wso2.carbon.device.mgt.analytics.dashboard.dao.impl.PostgreSQLGadgetDataServiceDAOImpl
 

S

setConnectivityStatus(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.BasicFilterSet
 
setConnectivityStatus(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
setDataSourceService(DataSourceService) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.internal.GadgetDataServiceComponent
 
setDeviceCount(int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceCountByGroup
 
setDeviceId(int) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
setDeviceIdentification(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
setDisplayNameForGroup(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceCountByGroup
 
setErrorMessage(String) - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.DataAccessLayerException
 
setErrorMessage(String) - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidFeatureCodeValueException
 
setErrorMessage(String) - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidPotentialVulnerabilityValueException
 
setErrorMessage(String) - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidResultCountValueException
 
setErrorMessage(String) - Method in exception org.wso2.carbon.device.mgt.analytics.dashboard.exception.InvalidStartIndexValueException
 
setGroup(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceCountByGroup
 
setOwnership(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.BasicFilterSet
 
setOwnershipType(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
setPlatform(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.BasicFilterSet
 
setPlatform(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.DeviceWithDetails
 
setPotentialVulnerability(String) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.bean.ExtendedFilterSet
 

U

UNMONITORED - Static variable in class org.wso2.carbon.device.mgt.analytics.dashboard.dao.GadgetDataServiceDAOConstants.PotentialVulnerability
 
unsetDataSourceService(DataSourceService) - Method in class org.wso2.carbon.device.mgt.analytics.dashboard.internal.GadgetDataServiceComponent
 
A B C D E G I M N O P S U 

Copyright © 2016 WSO2. All rights reserved.