protected NoteCollection getNoteCollection(final String selectionFormula, final Set<SelectOption> options) {
NoteCollection notes = database_.createNoteCollection(false);
notes.setSelectOptions(options);
notes.setSelectionFormula(selectionFormula);
notes.buildCollection();
return notes;
}
/*
* (non-Javadoc)