| Line 10... |
Line 10... |
| 10 |
create_anonymous_user, forgot_password, get_all_addresses_for_user, get_address, get_default_address_id, get_default_pincode,\
|
10 |
create_anonymous_user, forgot_password, get_all_addresses_for_user, get_address, get_default_address_id, get_default_pincode,\
|
| 11 |
create_user_communication, get_user_communication_by_id, get_user_communication_by_user, get_all_user_communications,\
|
11 |
create_user_communication, get_user_communication_by_id, get_user_communication_by_user, get_all_user_communications,\
|
| 12 |
create_affiliate, get_affiliate_by_id, get_affiliate_by_name, get_tracker_by_id, add_track_log, get_track_log_by_id, get_track_logs_by_affiliate,\
|
12 |
create_affiliate, get_affiliate_by_id, get_affiliate_by_name, get_tracker_by_id, add_track_log, get_track_log_by_id, get_track_logs_by_affiliate,\
|
| 13 |
get_track_logs_by_user, get_track_logs, create_master_affiliate,\
|
13 |
get_track_logs_by_user, get_track_logs, create_master_affiliate,\
|
| 14 |
get_master_affiliate_by_id, get_master_affiliate_by_name, get_affiliates_by_master_affiliate, get_all_master_affiliates,\
|
14 |
get_master_affiliate_by_id, get_master_affiliate_by_name, get_affiliates_by_master_affiliate, get_all_master_affiliates,\
|
| 15 |
get_my_research_items, mark_user_as_fb_user,\
|
15 |
get_my_research_items,\
|
| 16 |
get_browse_history_items, update_my_research, delete_item_from_my_research,\
|
16 |
get_browse_history_items, update_my_research, delete_item_from_my_research,\
|
| 17 |
update_browse_history, get_user_by_mobile_number, is_alive, increase_trust_level,\
|
17 |
update_browse_history, get_user_by_mobile_number, is_alive, increase_trust_level,\
|
| 18 |
get_user_by_cart_id, get_trust_level, remove_user_communication,\
|
18 |
get_user_by_cart_id, get_trust_level, remove_user_communication,\
|
| 19 |
get_user_emails
|
19 |
get_user_emails
|
| 20 |
|
20 |
|
| Line 834... |
Line 834... |
| 834 |
try:
|
834 |
try:
|
| 835 |
return is_insurance_detail_present(addressId)
|
835 |
return is_insurance_detail_present(addressId)
|
| 836 |
finally:
|
836 |
finally:
|
| 837 |
self.closeSession()
|
837 |
self.closeSession()
|
| 838 |
|
838 |
|
| 839 |
def markUserAsFBUser(self, id):
|
- |
|
| 840 |
try:
|
- |
|
| 841 |
mark_user_as_fb_user(id)
|
- |
|
| 842 |
finally:
|
- |
|
| 843 |
self.closeSession()
|
- |
|
| 844 |
|
- |
|
| 845 |
def closeSession(self, ):
|
839 |
def closeSession(self, ):
|
| 846 |
CartDataAccessors.close_session()
|
840 |
CartDataAccessors.close_session()
|
| 847 |
UserDataAccessors.close_session()
|
841 |
UserDataAccessors.close_session()
|
| 848 |
|
842 |
|
| 849 |
def isAlive(self, ):
|
843 |
def isAlive(self, ):
|