Beispiel #1
0
 def getLocator(self):
     return Locator(groupId=self.id)
Beispiel #2
0
 def getLocator(self):
     d = Locator()
     if self.user:
         d["userId"] = self.user.id
     return d
Beispiel #3
0
 def getLocator(self):
     locator = Locator()
     locator['roomLocation'] = self.location_name
     locator['resvID'] = self.id
     return locator
Beispiel #4
0
 def getLocator(self):
     if self.getConference() == None:
         return Locator()
     lconf = self.getConference().getLocator()
     lconf["paymentMethodName"] = self.getName()
     return lconf
Beispiel #5
0
 def getLocator(self):
     l = Locator()
     l["pluginType"] = self.getName()
     return l
Beispiel #6
0
 def getLocator(self):
     d = Locator()
     d['locationId'] = self.name
     return d