Exemplo n.º 1
0
 def post_contenct_type(self, enum):
     self.content_type = post_type(CONTENT_TYPE, enum)
     return True
Exemplo n.º 2
0
 def post_contact_type(self, enum):
     self.contact_type = post_type(CONTACT_TYPE, self.contact_type)
     return True
Exemplo n.º 3
0
 def post_geo_location_type(self, enum):
     self.geo_location_type = post_type(GEO_LOCATION_TYPE, enum)
     return True
Exemplo n.º 4
0
 def post_product_tracking_type(self, enum):
     self.type = post_type(PRODUCT_TRACKING_TYPE, enum)
     return True
Exemplo n.º 5
0
 def post_device_type(self, enum):
     self.device_type = post_type(DEVICE_TYPE, enum)
     return True
Exemplo n.º 6
0
 def post_visior_tracking_language(self, enum):
     self.language = post_type(LANGUAGES, enum)
     return True
Exemplo n.º 7
0
 def post_sale_type(self, enum):
     self.type = post_type(PRODUCT_TRACKING_TYPE, enum)
     return True
Exemplo n.º 8
0
 def post_user_partner_role(self, enum):
     self.role = post_type(ROLE_TYPE, enum)
     return True
Exemplo n.º 9
0
 def post_product_meida_type(self, enum):
     self.type = post_type(MEDIA_TYPE, enum)
     return True
Exemplo n.º 10
0
 def post_behavee_site_currency(self, enum):
     self.currency = post_type(CURRENCY, enum)
     return True
Exemplo n.º 11
0
 def post_behavee_user_role(self, enum):
     self.role = post_type(ROLE_TYPE, enum)
     return True
Exemplo n.º 12
0
 def post_behavee_site_type(self, enum):
     self.site_type = post_type(SITE_TYPE, enum)
     return True
Exemplo n.º 13
0
 def post_visitor_type(self, enum):
     self.visitor_type = post_type(VISITOR_TYPE, enum)
     return True
Exemplo n.º 14
0
 def post_partner_type(self, enum):
     self.partner_type = post_type(PARTNER_TYPE, enum)
     return True
Exemplo n.º 15
0
 def post_product_sku_currency(self, enum):
     self.currency = post_type(CURRENCY, enum)
     return True
Exemplo n.º 16
0
 def post_partner_type(self, enum):
     self.currency = post_type(CURRENCY, enum)
     return True