findEntityByName
abstract fun findEntityByName(name: String, propertyId: Int, callback: Consumer<List<SearchEntity>>)
Method to retrieve the list of SearchEntity by a propertyID that matches the nameSubString
Parameters
name
propertyId
callback