Class that contains information about LDS Ordinances.
LDS ordinances are similar to events, but have very specific
additional information related to data collected by the Church of Jesus
Christ of Latter Day Saints (Mormon church). The LDS church is the
largest source of genealogical information in the United States.
|
|
|
|
|
|
list
|
|
list
|
|
list
|
|
list
|
|
list
|
|
tuple
|
|
|
|
|
set_family_handle(self,
family)
Set the Family database handle associated with the LDS ordinance. |
source code
|
|
|
get_family_handle(self)
Get the Family database handle associated with the LDS ordinance. |
source code
|
|
|
|
|
get_status(self)
Get the status of the LDS ordinance. |
source code
|
|
|
set_temple(self,
temple)
Set the temple assocated with the ordinance. |
source code
|
|
|
get_temple(self)
Get the temple assocated with the ordinance. |
source code
|
|
|
is_empty(self)
Return 1 if the ordinance is actually empty. |
source code
|
|
|
are_equal(self,
other)
Return 1 if the specified ordinance is the same as the instance. |
source code
|
|
|
type2xml(self)
Return type-representing string suitable for XML. |
source code
|
|
|
type2str(self)
Return type-representing string suitable for UI (translated). |
source code
|
|
|
|
|
status2xml(self)
Return status-representing string suitable for XML. |
source code
|
|
|
status2str(self)
Return status-representing string suitable for UI (translated). |
source code
|
|
|
|
Inherited from secondaryobj.SecondaryObject :
is_equal
Inherited from baseobj.BaseObject :
get_referenced_handles_recursively ,
matches_regexp ,
matches_string
Inherited from srcbase.SourceBase :
add_source_reference ,
get_source_references ,
get_sourcref_child_list ,
has_source_reference ,
remove_source_references ,
replace_source_references ,
set_source_reference_list
Inherited from notebase.NoteBase :
add_note ,
get_note_list ,
get_referenced_note_handles ,
remove_note ,
set_note_list
Inherited from datebase.DateBase :
get_date_object ,
set_date_object
Inherited from placebase.PlaceBase :
get_place_handle ,
set_place_handle
Inherited from privacybase.PrivacyBase :
get_privacy ,
set_privacy
|