Exemplo n.º 1
0
 def __init__(self,owner,custid,):
     ItemsCollection.__init__(self, CustomerHandler.queryRequirement(owner=owner, custid=custid), adapterClass=RequirementAdapter)
     self.__custid__=custid
     self.__owner__=owner
Exemplo n.º 2
0
Arquivo: Domain.py Projeto: drxbate/M1
 def __init__(self,cursor):
     ItemsCollection.__init__(self, cursor, DomainAdapter)
Exemplo n.º 3
0
Arquivo: Group.py Projeto: drxbate/M1
 def __init__(self,cursor):
     ItemsCollection.__init__(self, cursor, GroupAdapter)