def get_fundraising_organization(self):
     return get_nearest_behavior(self.context, IFundraisingOrganization)
 def get_personal_fundraiser(self):
     return get_nearest_behavior(self.context, IPersonalFundraiser)
 def get_fundraising_campaign(self):
     return get_nearest_behavior(self.context, IFundraisingCampaign)
 def get_dedication(self):
     return get_nearest_behavior(self.context, IDedication)
 def get_donor(self):
     return get_nearest_behavior(self.context, IDonor)
 def get_fundraising_page(self):
     return get_nearest_behavior(self.context, IFundraisingPage)