params[1] = searchFields.getValue();
return new ITTrackCollectionImpl(this.iTunesCom.callFunction("Search", params).getDispatch());
} catch (DispatchObjectNullException e) {
return null; // no results found
} catch (ITUNES_E_OBJECTDELETED e) {
throw new PlaylistDeletedException(this);
}
}