|
| static SponsorshipFindTDSSearchResultTable | FindChildren (string AChildName, string ADonorName, bool AChildWithoutDonor, string APartnerStatus, string ASponsorshipStatus, string ASponsorAdmin, string ASortBy) |
| | find children using filters More...
|
| |
| static string | PrintChildren (string AChildName, string ADonorName, bool AChildWithoutDonor, string APartnerStatus, string ASponsorshipStatus, string ASponsorAdmin, string ASortBy, string AReportLanguage) |
| | find children using filters, and then print a list to PDF More...
|
| |
| static SUserTable | GetSponsorAdmins () |
| | find the users that are allowed to administrate sponsorships More...
|
| |
| static PTypeTable | GetChildrenStatusOptions () |
| | find the status options available for children More...
|
| |
| static void | InitRecurringGiftBatchForSponsorship (Int32 ALedgerNumber, string ABankAccountCode) |
| | make sure we have a recurring gift batch for sponsorships More...
|
| |
| static SponsorshipTDS | GetChildDetails (Int64 APartnerKey, Int32 ALedgerNumber, bool AWithPhoto, out string ASponsorshipStatus) |
| | return the existing data of a child More...
|
| |
| static bool | DeleteChild (Int64 APartnerKey, Int32 ALedgerNumber, out TVerificationResultCollection AVerificationResult) |
| | delete the currently edited child More...
|
| |
| static bool | MaintainChild (string ASponsorshipStatus, string AFirstName, string AFamilyName, DateTime? ADateOfBirth, string AGender, string AUserId, Int64 APartnerKey, Int32 ALedgerNumber, out TVerificationResultCollection AVerificationResult) |
| | store the currently edited child More...
|
| |
| static bool | UploadPhoto (Int64 APartnerKey, Int32 ALedgerNumber, byte[] APhoto, string APhotoFilename, out TVerificationResultCollection AVerificationResult) |
| | upload a photo of the child More...
|
| |
| static bool | MaintainChildComments (string AComment, string ACommentType, Int32 AIndex, Int64 APartnerKey, out TVerificationResultCollection AVerificationResult) |
| | maintain comments about the child More...
|
| |
| static bool | MaintainChildReminders (String AComment, Int32 AReminderId, Int64 APartnerKey, DateTime AEventDate, DateTime AFirstReminderDate, out TVerificationResultCollection AVerificationResult) |
| | maintain reminders about the child More...
|
| |
| static bool | MaintainSponsorshipRecurringGifts (Int32 ALedgerNumber, Int32 ABatchNumber, Int32 AGiftTransactionNumber, Int32 ADetailNumber, Int64 ARecipientKey, Int64 ADonorKey, String AMotivationGroupCode, String AMotivationDetailCode, decimal AGiftAmount, DateTime AStartDonations, DateTime? AEndDonations, out TVerificationResultCollection AVerificationResult) |
| | Add or edit details of recurring gifts. More...
|
| |
| static bool | DeleteSponsorshipRecurringGift (Int32 ALedgerNumber, Int32 ABatchNumber, Int32 AGiftTransactionNumber, Int32 ADetailNumber, out TVerificationResultCollection AVerificationResult) |
| | delete a detail of recurring gift More...
|
| |
| static bool | CheckIncomingDonationsForSponsorship (Int32 ALedgerNumber, Int32 AStatementKey, out TVerificationResultCollection AVerificationResult) |
| | check the matched gifts against the sponsorship recurring gift batch More...
|
| |
webconnector for the sponsorship module