Exemple #1
0
 def __init__(self, type, method, attribs, filters=None, orderby=None, fields=None):
     _Base.__init__(self)
     self.type = type
     self.method = method
     self.attribs = attribs
     self.filters = filters
     self.orderby = orderby
     self.fields = fields
Exemple #2
0
 def __init__(self, application, auth, xml_data):
     _Base.__init__(self)
     self.application = application
     self.auth = auth
     self.xml_data = xml_data
     self._header = True
Exemple #3
0
 def __init__(self, datatype):
     _Base.__init__(self)
     self.datatype = datatype
Exemple #4
0
 def __init__(self, company, username, password):
     _Base.__init__(self)
     self.company = company
     self.username = username
     self.password = password
Exemple #5
0
 def __init__(self, application, code):
     _Base.__init__(self)
     self.application = application
     self.code = str(code)
     self._header = True
Exemple #6
0
 def __init__(self, application, auth, xml_data):
     _Base.__init__(self)
     self.application = application
     self.auth = auth
     self.xml_data = xml_data
     self._header = True
Exemple #7
0
 def __init__(self, datatype):
     _Base.__init__(self)
     self.datatype = datatype
Exemple #8
0
 def __init__(self, type, attribs, datatype):
     _Base.__init__(self)
     self.type = type
     self.attribs = attribs
     self.datatype = datatype.getDatatype()
Exemple #9
0
 def __init__(self, uid, page, app, arg):
     _Base.__init__(self)
     self.uid = uid
     self.page = page
     self.app = app
     self.arg = arg
Exemple #10
0
 def __init__(self, type, datatype):
     _Base.__init__(self)
     self.type = type
     self.datatype = datatype
Exemple #11
0
 def __init__(self, company, user):
     _Base.__init__(self)
     self.company = company
     self.user = user
Exemple #12
0
 def __init__(self, type, datatype, approval):
     _Base.__init__(self)
     self.type = type
     self.datatype = datatype.getDatatype()
     self.approval = approval.getDatatype()
Exemple #13
0
 def __init__(self, type, datatype1, datatype2):
     _Base.__init__(self)
     self.type = type
     self.datatype1 = datatype1.getDatatype()
     self.datatype2 = datatype2.getDatatype()
Exemple #14
0
 def __init__(self, application, code):
     _Base.__init__(self)
     self.application = application
     self.code = str(code)
     self._header = True
Exemple #15
0
 def __init__(self, type, fields):
     _Base.__init__(self)
     self.type = type
     self.fields = fields
Exemple #16
0
 def __init__(self, company, username, password):
     _Base.__init__(self)
     self.company = company
     self.username = username
     self.password = password
Exemple #17
0
 def __init__(self):
     _Base.__init__(self)