450451452453454455456457458459460
} } else { ScrollableResults sr = q.scroll(); if (sr.first() && sr.scroll(begin)) { for (int i = begin; i < end; i++) { PortletHBM portletHBM = (PortletHBM)sr.get(0); list.add(PortletHBMUtil.model(portletHBM)); if (!sr.next()) {
566567568569570571572573574575576
} count = (int)Math.ceil(count / 2.0); if (value < 0) { if (!sr.scroll(count * -1)) { break; } } else { if (!sr.scroll(count)) {
571572573574575576577578579580581
if (!sr.scroll(count * -1)) { break; } } else { if (!sr.scroll(count)) { break; } } } }
671672673674675676677678679680681
790791792793794795796797798799800
795796797798799800801802803804805
244245246247248249250251252253254
} } else { ScrollableResults sr = q.scroll(); if (sr.first() && sr.scroll(begin)) { for (int i = begin; i < end; i++) { UserTrackerHBM userTrackerHBM = (UserTrackerHBM)sr.get(0); list.add(UserTrackerHBMUtil.model(userTrackerHBM)); if (!sr.next()) {
360361362363364365366367368369370
365366367368369370371372373374375
458459460461462463464465466467468