예제 #1
0
 /**
  * Get a specific referral.
  *
  * @param id The id of the desired referral.
  * @return ReferralBean
  * @throws DBException
  */
 public ReferralBean getReferral(long id) throws DBException {
   return referralDAO.getReferral(id);
 }