Uses of Class
org.openiam.idm.srvc.device.dto.DeviceDTO
-
Packages that use DeviceDTO Package Description org.openiam.common.beans.mq org.openiam.dozer.converter org.openiam.esb.core.device.service org.openiam.esb.core.device.service.impl org.openiam.srvc.device -
-
Uses of DeviceDTO in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return types with arguments of type DeviceDTO Modifier and Type Method Description List<DeviceDTO>DeviceServiceMQService. getUserActiveDevices(String userId) -
Uses of DeviceDTO in org.openiam.dozer.converter
Methods in org.openiam.dozer.converter that return DeviceDTO Modifier and Type Method Description DeviceDTODeviceDozerConverter. convertDTO(DeviceDTO entity, boolean isDeep)DeviceDTODeviceDozerConverter. convertToDTO(DeviceEntity userEntity, boolean isDeep)Methods in org.openiam.dozer.converter that return types with arguments of type DeviceDTO Modifier and Type Method Description List<DeviceDTO>DeviceDozerConverter. convertToDTOList(List<DeviceEntity> list, boolean isDeep)Set<DeviceDTO>DeviceDozerConverter. convertToDTOSet(Set<DeviceEntity> set, boolean isDeep)Methods in org.openiam.dozer.converter with parameters of type DeviceDTO Modifier and Type Method Description DeviceDTODeviceDozerConverter. convertDTO(DeviceDTO entity, boolean isDeep)DeviceEntityDeviceDozerConverter. convertToEntity(DeviceDTO entity, boolean isDeep)Method parameters in org.openiam.dozer.converter with type arguments of type DeviceDTO Modifier and Type Method Description List<DeviceEntity>DeviceDozerConverter. convertToEntityList(List<DeviceDTO> list, boolean isDeep)Set<DeviceEntity>DeviceDozerConverter. convertToEntitySet(Set<DeviceDTO> set, boolean isDeep) -
Uses of DeviceDTO in org.openiam.esb.core.device.service
Methods in org.openiam.esb.core.device.service that return DeviceDTO Modifier and Type Method Description DeviceDTODeviceDataService. getById(String id)DeviceDTODeviceDataService. getDeviceByToken(String deviceToken)method is used to retrieve device by given device token (that is coming from the Device).Methods in org.openiam.esb.core.device.service that return types with arguments of type DeviceDTO Modifier and Type Method Description List<DeviceDTO>DeviceDataService. getActiveDevicesByUserId(String userId)retrieve active devices that are owned by given userList<DeviceDTO>DeviceDataService. getDevicesByUserId(String userId)retrieve all devices for given userMethods in org.openiam.esb.core.device.service with parameters of type DeviceDTO Modifier and Type Method Description DeviceResponseDeviceDataService. create(DeviceDTO deviceDTO) -
Uses of DeviceDTO in org.openiam.esb.core.device.service.impl
Methods in org.openiam.esb.core.device.service.impl that return DeviceDTO Modifier and Type Method Description DeviceDTODeviceDataServiceImpl. getById(String id)DeviceDTODeviceDataServiceImpl. getDeviceByToken(String deviceToken)Methods in org.openiam.esb.core.device.service.impl that return types with arguments of type DeviceDTO Modifier and Type Method Description List<DeviceDTO>DeviceDataServiceImpl. getActiveDevicesByUserId(String userId)List<DeviceDTO>DeviceDataServiceImpl. getDevicesByUserId(String userId)Methods in org.openiam.esb.core.device.service.impl with parameters of type DeviceDTO Modifier and Type Method Description DeviceResponseDeviceDataServiceImpl. create(DeviceDTO deviceDTO) -
Uses of DeviceDTO in org.openiam.srvc.device
Methods in org.openiam.srvc.device that return DeviceDTO Modifier and Type Method Description DeviceDTODeviceDataWebService. getById(String id)DeviceDTODeviceDataWebServiceImpl. getById(String id)Methods in org.openiam.srvc.device that return types with arguments of type DeviceDTO Modifier and Type Method Description List<DeviceDTO>DeviceDataWebService. getActiveDevicesByUserId(String userId)retrieve active devices that are owned by given userList<DeviceDTO>DeviceDataWebServiceImpl. getActiveDevicesByUserId(String userId)List<DeviceDTO>DeviceDataWebService. getDevicesByUserId(String userId)retrieve all devices for given userList<DeviceDTO>DeviceDataWebServiceImpl. getDevicesByUserId(String userId)Methods in org.openiam.srvc.device with parameters of type DeviceDTO Modifier and Type Method Description DeviceResponseDeviceDataWebService. create(DeviceDTO deviceDTO)DeviceResponseDeviceDataWebServiceImpl. create(DeviceDTO deviceDTO)
-