Ejemplo n.º 1
0
 def get_fundraising_organization(self):
     return get_nearest_behavior(self.context, IFundraisingOrganization)
Ejemplo n.º 2
0
 def get_personal_fundraiser(self):
     return get_nearest_behavior(self.context, IPersonalFundraiser)
Ejemplo n.º 3
0
 def get_fundraising_campaign(self):
     return get_nearest_behavior(self.context, IFundraisingCampaign)
Ejemplo n.º 4
0
 def get_dedication(self):
     return get_nearest_behavior(self.context, IDedication)
Ejemplo n.º 5
0
 def get_donor(self):
     return get_nearest_behavior(self.context, IDonor)
Ejemplo n.º 6
0
 def get_fundraising_page(self):
     return get_nearest_behavior(self.context, IFundraisingPage)