A C D G I J L M N O P R S U V 

A

AbstractMobileDeviceManagementDAOFactory - Class in org.wso2.carbon.device.mgt.mobile.dao
Factory class used to create MobileDeviceManagement related DAO objects.
AbstractMobileDeviceManagementDAOFactory() - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.AbstractMobileDeviceManagementDAOFactory
 
AbstractMobileOperationManager - Class in org.wso2.carbon.device.mgt.mobile
 
AbstractMobileOperationManager() - Constructor for class org.wso2.carbon.device.mgt.mobile.AbstractMobileOperationManager
 
activate(ComponentContext) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
addFeature(MobileFeature) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
addFeature(MobileFeature) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Adds a new MobileFeature to Mobile-Feature table.
addFeatures(List<MobileFeature>) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
addFeatures(List<MobileFeature>) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Adda a list of MobileFeatures to Mobile-Feature table.
addMobileDevice(MobileDevice) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Adds a new MobileDevice to the MDM database.
addOperation(Operation, List<DeviceIdentifier>) - Method in class org.wso2.carbon.device.mgt.mobile.AbstractMobileOperationManager
 

C

CHARSET_UTF8 - Static variable in class org.wso2.carbon.device.mgt.mobile.common.MobilePluginConstants
 
cleanupResources(Connection, PreparedStatement, ResultSet) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.MobileDeviceManagementDAOUtil
 
cleanupResources(PreparedStatement, ResultSet) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.MobileDeviceManagementDAOUtil
 
convertMobileOperationToOperation(MobileOperation) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToDevice(MobileDevice) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToDocument(File) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToFeature(MobileFeature) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToMobileDevice(Device) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToMobileFeature(Feature) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
convertToMobileOperation(Operation) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
createRegistryCollection(String) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 

D

DataSourceConfigAdapter - Class in org.wso2.carbon.device.mgt.mobile.config.datasource
 
DataSourceConfigAdapter() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.DataSourceConfigAdapter
 
DataSourceListener - Interface in org.wso2.carbon.device.mgt.mobile
 
DataSourceNotAvailableException - Exception in org.wso2.carbon.device.mgt.mobile
 
DataSourceNotAvailableException(String, Exception) - Constructor for exception org.wso2.carbon.device.mgt.mobile.DataSourceNotAvailableException
 
DataSourceNotAvailableException(String, Throwable) - Constructor for exception org.wso2.carbon.device.mgt.mobile.DataSourceNotAvailableException
 
DataSourceNotAvailableException(String) - Constructor for exception org.wso2.carbon.device.mgt.mobile.DataSourceNotAvailableException
 
DataSourceNotAvailableException(Throwable) - Constructor for exception org.wso2.carbon.device.mgt.mobile.DataSourceNotAvailableException
 
deactivate(ComponentContext) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
deleteFeatureByCode(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
deleteFeatureByCode(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Deletes a MobileFeature from Mobile-Feature table when the feature code is given.
deleteFeatureById(int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
deleteFeatureById(int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Deletes a MobileFeature from Mobile-Feature table when the feature id is given.
deleteMobileDevice(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Deletes a given MobileDevice from MDM database.

G

getAllFeatures() - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
getAllFeatures() - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Retrieve all the MobileFeatures from Mobile-Feature table.
getAllMobileDevices() - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Fetches all MobileDevices from MDM database.
getAndroidDeviceManagementService() - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementDataHolder
 
getCode() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getConfigurationRegistry() - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
getCreatedDate() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
getDataSourceMap() - Static method in class org.wso2.carbon.device.mgt.mobile.dao.AbstractMobileDeviceManagementDAOFactory
 
getDbScriptLocation(String) - Method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementSchemaInitializer
 
getDescription() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getDeviceId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getDeviceProperties() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getDeviceType() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getErrorMessage() - Method in exception org.wso2.carbon.device.mgt.mobile.common.MobileDeviceMgtPluginException
 
getFeatureByCode(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
getFeatureByCode(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Retrieves a given MobileFeature from Mobile-Feature table when the feature code is given.
getFeatureByDeviceType(String) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
getFeatureByDeviceType(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Retrieves all MobileFeatures of a MobileDevice type from Mobile-Feature table.
getFeatureById(int) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
getFeatureById(int) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Retrieves a given MobileFeature from Mobile-Feature table when the feature id is given.
getFeatureCode() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
getFeatureID() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
getId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getImei() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getImsi() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getInstance() - Static method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager
 
getInstance() - Static method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementDataHolder
 
getJndiLookupDefinition() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfig
 
getJndiName() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
getJndiProperties() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
getLatitude() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getLongitude() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getMessage() - Method in exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
 
getMessage() - Method in exception org.wso2.carbon.device.mgt.mobile.DataSourceNotAvailableException
 
getMissingFeatures(List<Feature>, List<Feature>) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
getMobileDataSourceConfig(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementRepository
 
getMobileDataSourceConfigMap() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementRepository
 
getMobileDataSourceConfigs() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfigurations
 
getMobileDataSourceConfigs() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementRepository
 
getMobileDevice(String) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Fetches a MobileDevice from MDM database.
getMobileDeviceDAO() - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getMobileDeviceId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getMobileDeviceManagementConfig() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager
 
getMobileDeviceMgtRepository() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementConfig
 
getMobileFeatureDAO() - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory
 
getMobileOperationIdsFromMobileDeviceOperations(List<MobileDeviceOperationMapping>) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
getModel() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getName() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 
getName() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
getOperationId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getOperationId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
getOperationId() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
getOperations(DeviceIdentifier) - Method in class org.wso2.carbon.device.mgt.mobile.AbstractMobileOperationManager
 
getOsBuildDate() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getOsVersion() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getPlatformConfigPath(String) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
getPluginType() - Method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementSchemaInitializer
 
getProperties() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
getProperty() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
getProperty() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
getReceivedDate() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getRegistryResource(String) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
getRegistryService() - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementDataHolder
 
getResourcePath(String, String) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
getSentDate() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getSerial() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
getStatus() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
getType() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfig
 
getValue() - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 
getValue() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
getVendor() - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 

I

init(Map<String, MobileDataSourceConfig>) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.AbstractMobileDeviceManagementDAOFactory
 
init(String, MobileDataSourceConfig) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.AbstractMobileDeviceManagementDAOFactory
 
initConfig() - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager
 

J

JNDILookupDefinition - Class in org.wso2.carbon.device.mgt.mobile.config.datasource
Class for hold JndiLookupDefinition of mobile-config.xml at parsing with JAXB.
JNDILookupDefinition() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
JNDILookupDefinition.JNDIProperty - Class in org.wso2.carbon.device.mgt.mobile.config.datasource
 
JNDILookupDefinition.JNDIProperty() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 

L

LANGUAGE_CODE_ENGLISH_UK - Static variable in class org.wso2.carbon.device.mgt.mobile.common.MobilePluginConstants
 
LANGUAGE_CODE_ENGLISH_US - Static variable in class org.wso2.carbon.device.mgt.mobile.common.MobilePluginConstants
 
lookupDataSource(String, Hashtable<Object, Object>) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.MobileDeviceManagementDAOUtil
 

M

marshal(Map<String, MobileDataSourceConfig>) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.DataSourceConfigAdapter
 
MEDIA_TYPE_XML - Static variable in class org.wso2.carbon.device.mgt.mobile.common.MobilePluginConstants
 
MOBILE_CONFIG_REGISTRY_ROOT - Static variable in class org.wso2.carbon.device.mgt.mobile.common.MobilePluginConstants
 
MOBILE_DB_SCRIPTS_FOLDER - Static variable in class org.wso2.carbon.device.mgt.mobile.common.MobilePluginConstants
 
MobileDataSourceConfig - Class in org.wso2.carbon.device.mgt.mobile.config.datasource
Class for holding data source configuration in mobile-config.xml at parsing with JAXB.
MobileDataSourceConfig() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfig
 
MobileDataSourceConfigurations - Class in org.wso2.carbon.device.mgt.mobile.config.datasource
 
MobileDataSourceConfigurations() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfigurations
 
MobileDevice - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of MobileDevice.
MobileDevice() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
MobileDeviceConfigurationManager - Class in org.wso2.carbon.device.mgt.mobile.config
Class responsible for the mobile device manager configuration initialization.
MobileDeviceConfigurationManager() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager
 
MobileDeviceDAO - Interface in org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile-device related information.
MobileDeviceManagementConfig - Class in org.wso2.carbon.device.mgt.mobile.config
Represents Mobile Device Mgt configuration.
MobileDeviceManagementConfig() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementConfig
 
MobileDeviceManagementDAOException - Exception in org.wso2.carbon.device.mgt.mobile.dao
Custom exception class for mobile device specific data access related exceptions.
MobileDeviceManagementDAOException(String, Exception) - Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified detail message and nested exception.
MobileDeviceManagementDAOException(String, Throwable) - Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified detail message and cause.
MobileDeviceManagementDAOException(String) - Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified detail message.
MobileDeviceManagementDAOException(Throwable) - Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified and cause.
MobileDeviceManagementDAOFactory - Interface in org.wso2.carbon.device.mgt.mobile.dao
 
MobileDeviceManagementDAOUtil - Class in org.wso2.carbon.device.mgt.mobile.dao.util
Utility method required by MobileDeviceManagement DAO classes.
MobileDeviceManagementDAOUtil() - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.util.MobileDeviceManagementDAOUtil
 
MobileDeviceManagementDataHolder - Class in org.wso2.carbon.device.mgt.mobile.internal
DataHolder class of Mobile plugins component.
MobileDeviceManagementRepository - Class in org.wso2.carbon.device.mgt.mobile.config
Class for holding management repository data.
MobileDeviceManagementRepository() - Constructor for class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementRepository
 
MobileDeviceManagementSchemaInitializer - Class in org.wso2.carbon.device.mgt.mobile.util
Provides methods for initializing the database script.
MobileDeviceManagementSchemaInitializer(DataSource, String) - Constructor for class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementSchemaInitializer
 
MobileDeviceManagementServiceComponent - Class in org.wso2.carbon.device.mgt.mobile.internal
 
MobileDeviceManagementServiceComponent() - Constructor for class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
MobileDeviceManagementUtil - Class in org.wso2.carbon.device.mgt.mobile.util
Provides utility methods required by the mobile device management bundle.
MobileDeviceManagementUtil() - Constructor for class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 
MobileDeviceMgtPluginException - Exception in org.wso2.carbon.device.mgt.mobile.common
 
MobileDeviceMgtPluginException(String, Exception) - Constructor for exception org.wso2.carbon.device.mgt.mobile.common.MobileDeviceMgtPluginException
 
MobileDeviceMgtPluginException(String, Throwable) - Constructor for exception org.wso2.carbon.device.mgt.mobile.common.MobileDeviceMgtPluginException
 
MobileDeviceMgtPluginException(String) - Constructor for exception org.wso2.carbon.device.mgt.mobile.common.MobileDeviceMgtPluginException
 
MobileDeviceMgtPluginException() - Constructor for exception org.wso2.carbon.device.mgt.mobile.common.MobileDeviceMgtPluginException
 
MobileDeviceMgtPluginException(Throwable) - Constructor for exception org.wso2.carbon.device.mgt.mobile.common.MobileDeviceMgtPluginException
 
MobileDeviceOperationMapping - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile Device Operation Mappings.
MobileDeviceOperationMapping() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
MobileDeviceOperationMapping.Status - Enum in org.wso2.carbon.device.mgt.mobile.dto
 
MobileFeature - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile features.
MobileFeature() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
MobileFeatureDAO - Interface in org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile feature related information.
MobileFeatureDAOImpl - Class in org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileFeatureDAO.
MobileFeatureDAOImpl(DataSource) - Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
MobileFeatureProperty - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile feature property.
MobileFeatureProperty() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
MobileOperation - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of MobileOperation.
MobileOperation() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
MobileOperationProperty - Class in org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile Operation property.
MobileOperationProperty() - Constructor for class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
MobilePluginConstants - Class in org.wso2.carbon.device.mgt.mobile.common
 
MobilePluginConstants() - Constructor for class org.wso2.carbon.device.mgt.mobile.common.MobilePluginConstants
 

N

notifyObserver() - Method in interface org.wso2.carbon.device.mgt.mobile.DataSourceListener
 

O

org.wso2.carbon.device.mgt.mobile - package org.wso2.carbon.device.mgt.mobile
 
org.wso2.carbon.device.mgt.mobile.common - package org.wso2.carbon.device.mgt.mobile.common
 
org.wso2.carbon.device.mgt.mobile.config - package org.wso2.carbon.device.mgt.mobile.config
 
org.wso2.carbon.device.mgt.mobile.config.datasource - package org.wso2.carbon.device.mgt.mobile.config.datasource
 
org.wso2.carbon.device.mgt.mobile.dao - package org.wso2.carbon.device.mgt.mobile.dao
 
org.wso2.carbon.device.mgt.mobile.dao.impl - package org.wso2.carbon.device.mgt.mobile.dao.impl
 
org.wso2.carbon.device.mgt.mobile.dao.util - package org.wso2.carbon.device.mgt.mobile.dao.util
 
org.wso2.carbon.device.mgt.mobile.dto - package org.wso2.carbon.device.mgt.mobile.dto
 
org.wso2.carbon.device.mgt.mobile.internal - package org.wso2.carbon.device.mgt.mobile.internal
 
org.wso2.carbon.device.mgt.mobile.util - package org.wso2.carbon.device.mgt.mobile.util
 

P

putRegistryResource(String, Resource) - Static method in class org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil
 

R

resolveDataSource(MobileDataSourceConfig) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.AbstractMobileDeviceManagementDAOFactory
Resolve data source from the data source definition.

S

setAndroidDeviceManagementService(DeviceManagementService) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementDataHolder
 
setCode(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setCreatedDate(long) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
setDataSourceService(DataSourceService) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
setDescription(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setDeviceId(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setDeviceProperties(Map<String, String>) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setDeviceType(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setErrorMessage(String) - Method in exception org.wso2.carbon.device.mgt.mobile.common.MobileDeviceMgtPluginException
 
setErrorMessage(String) - Method in exception org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
 
setErrorMessage(String) - Method in exception org.wso2.carbon.device.mgt.mobile.DataSourceNotAvailableException
 
setFeatureCode(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
setFeatureID(Integer) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
setId(int) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setImei(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setImsi(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setJndiLookupDefinition(JNDILookupDefinition) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfig
 
setJndiName(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
setJndiProperties(List<JNDILookupDefinition.JNDIProperty>) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition
 
setLatitude(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setLongitude(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setMobileDataSourceConfigMap(Map<String, MobileDataSourceConfig>) - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementRepository
 
setMobileDataSourceConfigs(List<MobileDataSourceConfig>) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfigurations
 
setMobileDeviceId(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setMobileDeviceMgtRepository(MobileDeviceManagementRepository) - Method in class org.wso2.carbon.device.mgt.mobile.config.MobileDeviceManagementConfig
 
setModel(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setName(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 
setName(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeature
 
setOperationId(int) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setOperationId(int) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
setOperationId(int) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
setOsBuildDate(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setOsVersion(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setProperties(List<MobileOperationProperty>) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperation
 
setProperty(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileFeatureProperty
 
setProperty(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
setReceivedDate(long) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementDataHolder
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
setSentDate(long) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setSerial(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 
setStatus(MobileDeviceOperationMapping.Status) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setStatus(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping
 
setType(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.MobileDataSourceConfig
 
setupMobileDeviceManagementSchema(DataSource, String) - Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.MobileDeviceManagementDAOUtil
Creates the mobile device management schema.
setValue(String) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition.JNDIProperty
 
setValue(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileOperationProperty
 
setVendor(String) - Method in class org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
 

U

unmarshal(MobileDataSourceConfigurations) - Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.DataSourceConfigAdapter
 
unsetDataSourceService(DataSourceService) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementServiceComponent
 
updateFeature(MobileFeature) - Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.MobileFeatureDAOImpl
 
updateFeature(MobileFeature) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO
Updates a MobileFeature in Mobile-Feature table.
updateMobileDevice(MobileDevice) - Method in interface org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO
Updates MobileDevice information in MDM database.

V

valueOf(String) - Static method in enum org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.carbon.device.mgt.mobile.dto.MobileDeviceOperationMapping.Status
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I J L M N O P R S U V 

Copyright © 2016 WSO2. All rights reserved.