doRetrieveByCondition

open override fun doRetrieveByCondition(condition: String): MutableList<Meeter_Interest>?
open override fun doRetrieveByCondition(condition: String, rows_count: Int): MutableList<Meeter_Interest>?
open override fun doRetrieveByCondition(condition: String, offset: Int, rows_count: Int): MutableList<Meeter_Interest>?