Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public int getPoiListSize() {
- int pois = 0;
- if (ADFUtils.findIterator("VGuiUserOcPoiPayrollFilterView1Iterator") != null) {
- pois = ADFUtils.findIterator("VGuiUserOcPoiPayrollFilterView1Iterator").getAllRowsInRange().length;
- System.out.println(pois + "pois ");
- } else {
- log.debug(" error VGuiUserOcPoiPayrollFilterView1Iterator is null when loading the page? might be better to get the view and execute it.");
- }
- return pois;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement