コード例 #1
0
 def get_fundraising_organization(self):
     return get_nearest_behavior(self.context, IFundraisingOrganization)
コード例 #2
0
 def get_personal_fundraiser(self):
     return get_nearest_behavior(self.context, IPersonalFundraiser)
コード例 #3
0
 def get_fundraising_campaign(self):
     return get_nearest_behavior(self.context, IFundraisingCampaign)
コード例 #4
0
 def get_dedication(self):
     return get_nearest_behavior(self.context, IDedication)
コード例 #5
0
 def get_donor(self):
     return get_nearest_behavior(self.context, IDonor)
コード例 #6
0
 def get_fundraising_page(self):
     return get_nearest_behavior(self.context, IFundraisingPage)