|
OpenPetra
Free Administration Software for Non-Profits
|
Web Connector for the Individual Data of a PERSON. More...
Static Public Member Functions | |
| static IndividualDataTDS | GetData (Int64 APartnerKey, TIndividualDataItemEnum AIndivDataItem) |
| Passes data as a Typed DataSet to the caller, containing a DataTable that corresponds with AIndivDataItem . More... | |
| static bool | GetSummaryData (Int64 APartnerKey, ref IndividualDataTDS AIndividualDataDS) |
| Retrieves data that will be shown on the 'Overview' UserControl and adds it to AIndividualDataDS . More... | |
| static TSubmitChangesResult | SubmitChangesServerSide (ref IndividualDataTDS AInspectDS, ref PartnerEditTDS APartnerEditInspectDS, TDBTransaction ASubmitChangesTransaction, out TVerificationResultCollection AVerificationResult) |
| Saves data from the Individual Data UserControls (contained in a DataSet). More... | |
Web Connector for the Individual Data of a PERSON.
|
inlinestatic |
Passes data as a Typed DataSet to the caller, containing a DataTable that corresponds with AIndivDataItem .
Starts and ends a DB Transaction automatically if there isn't one running yet.
| APartnerKey | PartnerKey of the Person to load data for. |
| AIndivDataItem | The Individual Data Item for which data should be returned. |
|
inlinestatic |
Retrieves data that will be shown on the 'Overview' UserControl and adds it to AIndividualDataDS .
| APartnerKey | PartnerKey of the PERSON to load data for. |
| AIndividualDataDS | Typed DataSet of Type IndividualDataTDS. Needs to be instantiated already! |
|
inlinestatic |
Saves data from the Individual Data UserControls (contained in a DataSet).
| AInspectDS | DataSet for the Personnel Individual Data. |
| APartnerEditInspectDS | DataSet for the whole Partner Edit screen. |
| ASubmitChangesTransaction | Open Database transaction. |
| AVerificationResult | Nil if all verifications are OK and all DB calls succeded, otherwise filled with 1..n TVerificationResult objects (can also contain DB call exceptions). |