This commit addresses an installation failure issue caused by three problematic overrides. The overrides of the following methods have been removed:
- getOwnersWithDeviceIds(String s)
- getOwnerWithDeviceByDeviceId(int i)
- getDevicesByTenantId(int i)
These overrides were causing conflicts during the installation process, leading to failures.
Testing:
- Verified successful installation on multiple environments.