def getLocator(self): return Locator(groupId=self.id)
def getLocator(self): d = Locator() if self.user: d["userId"] = self.user.id return d
def getLocator(self): locator = Locator() locator['roomLocation'] = self.location_name locator['resvID'] = self.id return locator
def getLocator(self): if self.getConference() == None: return Locator() lconf = self.getConference().getLocator() lconf["paymentMethodName"] = self.getName() return lconf
def getLocator(self): l = Locator() l["pluginType"] = self.getName() return l
def getLocator(self): d = Locator() d['locationId'] = self.name return d