List rollups = null;
try {
rollups = delegator.findByAnd(org.ofbiz.shark.SharkConstants.SharkGroupRollup, UtilMisc.toMap(org.ofbiz.shark.SharkConstants.groupName, groupName));
} catch (GenericEntityException e) {
Debug.logError(e, module);
throw new RootException(e);
}
if (UtilValidate.isNotEmpty(rollups)) {
Iterator i = rollups.iterator();
while (i.hasNext()) {
GenericValue v = (GenericValue) i.next();