app/soc/logic/models/role.py
changeset 2672 7bc9d3b962af
parent 2664 06d4f4d06f64
child 2676 a7fabd1534f8
equal deleted inserted replaced
2671:2eaacbbdb168 2672:7bc9d3b962af
   137         return DEF_LAST_RESIGN_ERROR_FMT
   137         return DEF_LAST_RESIGN_ERROR_FMT
   138 
   138 
   139     # resignation is possible
   139     # resignation is possible
   140     return None
   140     return None
   141 
   141 
       
   142   def getRoleLogicsToNotifyUponeNewRequest(self):
       
   143     """Returns a list with subclasses of Role Logic which should be notified
       
   144     when a new request to obtain this Role arrives.
       
   145 
       
   146     Returns:
       
   147       A list with all Role Logics to notify
       
   148     """
       
   149 
       
   150     return []
       
   151 
       
   152 
   142 logic = Logic()
   153 logic = Logic()