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 DeviceDTO
DeviceDozerConverter. convertDTO(DeviceDTO entity, boolean isDeep)
DeviceDTO
DeviceDozerConverter. 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 DeviceDTO
DeviceDozerConverter. convertDTO(DeviceDTO entity, boolean isDeep)
DeviceEntity
DeviceDozerConverter. 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 DeviceDTO
DeviceDataService. getById(String id)
DeviceDTO
DeviceDataService. 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 DeviceResponse
DeviceDataService. 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 DeviceDTO
DeviceDataServiceImpl. getById(String id)
DeviceDTO
DeviceDataServiceImpl. 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 DeviceResponse
DeviceDataServiceImpl. 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 DeviceDTO
DeviceDataWebService. getById(String id)
DeviceDTO
DeviceDataWebServiceImpl. 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 DeviceResponse
DeviceDataWebService. create(DeviceDTO deviceDTO)
DeviceResponse
DeviceDataWebServiceImpl. create(DeviceDTO deviceDTO)
-