OAIDAO::getAccessibleRecordWhereClause PHP Method

getAccessibleRecordWhereClause() public method

    function getAccessibleRecordWhereClause()
    {
        return 'WHERE ((s.section_id IS NOT NULL AND i.published = 1 AND j.enabled = 1 AND a.status <> ' . STATUS_DECLINED . ') OR dot.data_object_id IS NOT NULL)';
    }