6.1.7.1 Methods Defined Here
get_site_permit_software() -> Dictionary
Get a dictionary of site, permit and software data from IECC project details.
The dictionary contains the following entries:
title
|
address_1
|
address_2
|
city
|
state
|
zip_code
|
permit_no
|
permit_date
|
program_1
|
program_2
|
get_owner_agent() -> Dictionary
Get a dictionary of owner and agent data from IECC project details.
The dictionary contains the following entries:
first_name
|
last_name
|
company
|
address_1
|
address_2
|
city
|
state
|
zip_code
|
phone_number
|
email
|
get_designer_contractor() -> Dictionary
Get a dictionary of designer and contractor data from IECC project details.
The dictionary contains the following entries:
first_name
|
last_name
|
company
|
address_1
|
address_2
|
city
|
state
|
zip_code
|
phone_number
|
email
|
set_owner_agent(data)
Set owner and agent entries for IECC project details from a dictionary.
The dictionary can contain the following entries:
first_name
|
last_name
|
company
|
address_1
|
address_2
|
city
|
state
|
zip_code
|
phone_number
|
email
|
set_site_permit_software(data)
Set site, permit and software entries for IECC project details from a dictionary.
The dictionary can contain the following entries:
title
|
address_1
|
address_2
|
city
|
state
|
zip_code
|
permit_no
|
permit_date
|
program_1
|
program_2
|
set_designer_contractor(data)
Set designer and contractor entries for IECC project details from a dictionary
The dictionary can contain the following entries:
first_name
|
last_name
|
company
|
address_1
|
address_2
|
city
|
state
|
zip_code
|
phone_number
|
email
|