findJtxObject

fun findJtxObject(where: String?, whereArgs: Array<String>?, sortOrder: String? = null): Entity?

Gets the first object from this jtx collection that matches the given query.

Adds a WHERE clause that restricts the query to JtxContract.JtxICalObject.ICALOBJECT_COLLECTIONID = id.

Return

first jtx object entity from this collection that matches the selection, or null if none found

Parameters

where

selection

whereArgs

arguments for selection

sortOrder

sort order

Throws

when the content provider returns an error