455456457458459460461462463464465
} } else { ScrollableResults sr = q.scroll(); if (sr.first() && sr.scroll(begin)) { for (int i = begin; i < end; i++) { PollsVoteHBM pollsVoteHBM = (PollsVoteHBM)sr.get(0); list.add(PollsVoteHBMUtil.model(pollsVoteHBM)); if (!sr.next()) {
574575576577578579580581582583584
} count = (int)Math.ceil(count / 2.0); if (value < 0) { if (!sr.scroll(count * -1)) { break; } } else { if (!sr.scroll(count)) {
622623624625626627628629630631632
627628629630631632633634635636637
if (!sr.scroll(count * -1)) { break; } } else { if (!sr.scroll(count)) { break; } } } }
236237238239240241242243244245246
} } else { ScrollableResults sr = q.scroll(); if (sr.first() && sr.scroll(begin)) { for (int i = begin; i < end; i++) { AdminConfigHBM adminConfigHBM = (AdminConfigHBM)sr.get(0); list.add(AdminConfigHBMUtil.model(adminConfigHBM)); if (!sr.next()) {
352353354355356357358359360361362
357358359360361362363364365366367
457458459460461462463464465466467
576577578579580581582583584585586
581582583584585586587588589590591