Modifier and Type | Method and Description |
---|---|
MobileCacheEntry |
WindowsTokenService.getCacheToken(String token) |
MobileCacheEntry |
WindowsTokenServiceImpl.getCacheToken(String token) |
MobileCacheEntry |
WindowsTokenService.getCacheTokenFromDeviceId(String deviceId) |
MobileCacheEntry |
WindowsTokenServiceImpl.getCacheTokenFromDeviceId(String deviceId) |
void |
WindowsTokenService.removeCacheToken(String token) |
void |
WindowsTokenServiceImpl.removeCacheToken(String token) |
void |
WindowsTokenService.saveCacheToken(MobileCacheEntry entry) |
void |
WindowsTokenServiceImpl.saveCacheToken(MobileCacheEntry entry) |
void |
WindowsTokenService.updateCacheToken(MobileCacheEntry entry) |
void |
WindowsTokenServiceImpl.updateCacheToken(MobileCacheEntry entry) |
Modifier and Type | Class and Description |
---|---|
class |
WindowsFeatureManagementDAOException
Implement Exception class for Windows Device Features.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WindowsEnrollmentTokenDAO.addCacheToken(MobileCacheEntry cacheEntry) |
boolean |
MobileFeatureDAO.addFeature(MobileFeature mobileFeature)
Adds a new MobileFeature to Mobile-Feature table.
|
boolean |
MobileFeatureDAO.addFeatures(List<MobileFeature> mobileFeatures)
Adda a list of MobileFeatures to Mobile-Feature table.
|
boolean |
MobileDeviceDAO.addMobileDevice(MobileDevice mobileDevice)
Adds a new MobileDevice to the MDM database.
|
static void |
WindowsDAOFactory.beginTransaction() |
boolean |
WindowsEnrollmentTokenDAO.deleteCacheToken(String mobileDeviceId) |
boolean |
MobileFeatureDAO.deleteFeatureByCode(String mblFeatureCode)
Deletes a MobileFeature from Mobile-Feature table when the feature code is given.
|
boolean |
MobileFeatureDAO.deleteFeatureById(int mblFeatureId)
Deletes a MobileFeature from Mobile-Feature table when the feature id is given.
|
boolean |
MobileDeviceDAO.deleteMobileDevice(String mblDeviceId)
Deletes a given MobileDevice from MDM database.
|
List<MobileFeature> |
MobileFeatureDAO.getAllFeatures()
Retrieve all the MobileFeatures from Mobile-Feature table.
|
List<MobileDevice> |
MobileDeviceDAO.getAllMobileDevices()
Fetches all MobileDevices from MDM database.
|
MobileCacheEntry |
WindowsEnrollmentTokenDAO.getCacheToken(String token) |
MobileCacheEntry |
WindowsEnrollmentTokenDAO.getCacheTokenFromDeviceId(String deviceId) |
static Connection |
WindowsDAOFactory.getConnection() |
MobileFeature |
MobileFeatureDAO.getFeatureByCode(String mblFeatureCode)
Retrieves a given MobileFeature from Mobile-Feature table when the feature code is given.
|
List<MobileFeature> |
MobileFeatureDAO.getFeatureByDeviceType(String deviceType)
Retrieves all MobileFeatures of a MobileDevice type from Mobile-Feature table.
|
MobileFeature |
MobileFeatureDAO.getFeatureById(int mblFeatureId)
Retrieves a given MobileFeature from Mobile-Feature table when the feature id is given.
|
MobileDevice |
MobileDeviceDAO.getMobileDevice(String mblDeviceId)
Fetches a MobileDevice from MDM database.
|
static void |
WindowsDAOFactory.openConnection() |
boolean |
WindowsEnrollmentTokenDAO.updateCacheToken(MobileCacheEntry cacheEntry) |
boolean |
MobileFeatureDAO.updateFeature(MobileFeature mobileFeature)
Updates a MobileFeature in Mobile-Feature table.
|
boolean |
MobileDeviceDAO.updateMobileDevice(MobileDevice mobileDevice)
Updates MobileDevice information in MDM database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WindowsEnrollmentTokenDAOImpl.addCacheToken(MobileCacheEntry cacheEntry) |
boolean |
WindowsFeatureDAOImpl.addFeature(MobileFeature mobileFeature) |
boolean |
WindowsFeatureDAOImpl.addFeatures(List<MobileFeature> mobileFeatures) |
boolean |
WindowsDeviceDAOImpl.addMobileDevice(MobileDevice mobileDevice) |
boolean |
WindowsEnrollmentTokenDAOImpl.deleteCacheToken(String mobileDeviceId) |
boolean |
WindowsFeatureDAOImpl.deleteFeatureByCode(String mblFeatureCode) |
boolean |
WindowsFeatureDAOImpl.deleteFeatureById(int mblFeatureId) |
boolean |
WindowsDeviceDAOImpl.deleteMobileDevice(String mblDeviceId) |
List<MobileFeature> |
WindowsFeatureDAOImpl.getAllFeatures() |
List<MobileDevice> |
WindowsDeviceDAOImpl.getAllMobileDevices() |
MobileCacheEntry |
WindowsEnrollmentTokenDAOImpl.getCacheToken(String token) |
MobileCacheEntry |
WindowsEnrollmentTokenDAOImpl.getCacheTokenFromDeviceId(String deviceId) |
MobileFeature |
WindowsFeatureDAOImpl.getFeatureByCode(String mblFeatureCode) |
List<MobileFeature> |
WindowsFeatureDAOImpl.getFeatureByDeviceType(String deviceType) |
MobileFeature |
WindowsFeatureDAOImpl.getFeatureById(int mblFeatureId) |
MobileDevice |
WindowsDeviceDAOImpl.getMobileDevice(String mblDeviceId) |
boolean |
WindowsEnrollmentTokenDAOImpl.updateCacheToken(MobileCacheEntry cacheEntry) |
boolean |
WindowsFeatureDAOImpl.updateFeature(MobileFeature mobileFeature) |
boolean |
WindowsDeviceDAOImpl.updateMobileDevice(MobileDevice mobileDevice) |
Copyright © 2017 WSO2. All rights reserved.