Method buildOpportunityQuery = thisClass.getMethod("buildOpportunityQuery", methodParameters);
opportunityData = this.getData(individualId, parameters, "opportunity", "opportunityId",
"activity.owner", "activityId", this, buildOpportunityQuery, type, 30);
} catch (NoSuchMethodException e) {
logger.error("[getOpportunityData] Exception thrown.", e);
throw new EJBException(e);
}
return opportunityData;
} // end getOpportunityData