app/soc/logic/models/role.py
changeset 2676 a7fabd1534f8
parent 2672 7bc9d3b962af
child 3052 6907a33ca0a2
equal deleted inserted replaced
2675:49cf6a8af70a 2676:a7fabd1534f8
   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):
   142   def getRoleLogicsToNotifyUponNewRequest(self):
   143     """Returns a list with subclasses of Role Logic which should be notified
   143     """Returns a list with subclasses of Role Logic which should be notified
   144     when a new request to obtain this Role arrives.
   144     when a new request to obtain this Role arrives.
   145 
   145 
   146     Returns:
   146     Returns:
   147       A list with all Role Logics to notify
   147       A list with all Role Logics to notify