Exemple #1
0
 def __iter__(self):
     for i in ItemsCollection.__iter__(self):
         yield i.Domain
Exemple #2
0
 def __init__(self,owner,custid,):
     ItemsCollection.__init__(self, CustomerHandler.queryRequirement(owner=owner, custid=custid), adapterClass=RequirementAdapter)
     self.__custid__=custid
     self.__owner__=owner
Exemple #3
0
 def __init__(self,cursor):
     ItemsCollection.__init__(self, cursor, DomainAdapter)
Exemple #4
0
 def __init__(self,cursor):
     ItemsCollection.__init__(self, cursor, GroupAdapter)