335336337338339340341342343344345
public int getSyndFeedCount() { int result = -1; try { result = ((Integer) prevayler.execute(new QuerySyndFeedSystemSize())).intValue(); } catch (Exception e) { e.printStackTrace(); }