Example #1
0
 def set_profile_entity(self, gid, entity_uuid):
     if not self.isprofile(gid):
         return False
     dyndatabase = DyngroupDatabase()
     ret = dyndatabase.setProfileEntity(gid, entity_uuid)
     return xmlrpcCleanup(ret)
Example #2
0
 def set_profile_entity(self, gid, entity_uuid):
     if not self.isprofile(gid):
         return False
     dyndatabase = DyngroupDatabase()
     ret = dyndatabase.setProfileEntity(gid, entity_uuid)
     return xmlrpcCleanup(ret)