As far as i know, intelliJ is just a IDE, it will not help you to create object repositories as you do in QTP or some other IDEs(- which are built for test automation). So, you can use properties files to store your object locators and write a simple method to retrieve required object property from property file.
Else you can always go for Page Object Model.