.searchItemsByTweetPoll(period, EnMeUtils.DEFAULT_START,
this.homeMaxItems, request)));
} else if ("poll".equals(view)) {
model.addAttribute("items",
ConvertDomainBean
.convertPollListToHomeBean(service
.searchItemsByPoll(period, EnMeUtils.DEFAULT_START,
this.homeMaxItems)));
} else if ("survey".equals(view)) {
//TODO: ENCUESTAME-345
model.addAttribute("items", ListUtils.EMPTY_LIST);