* AJAXov� event, ktery vraci javascriptovy objekt s plnou diplomkou. Tady je nutne escapovat html tagy a obarvit hledane vyrazy
*
* @return
*/
public Resolution ajaxGetDetails() {
Thesis t;
if (thesisSearch != null && thesisSearch.isLikeSearch()) { //bylo hledani likem
t = thesesDao.getThesis(id, null);
thesesService.escapeThesis(t);
thesesService.highlightThesisLikeSearch(t, thesisSearch);