#include "NotificationMgrService.h"
 | 
| enum   | CacheCheckTime {  
  check_Always = 0, 
check_Never, 
check_in_year, 
check_in_6_months, 
 
  check_in_3_months, 
check_in_1_month, 
check_in_1_week, 
check_in_1_day, 
 
  check_in_12_hours, 
check_in_6_hours, 
check_in_3_hours, 
check_in_2_hours, 
 
  check_in_1_hour, 
check_in_30_minutes, 
check_in_15_minutes, 
check_in_5_minutes, 
 
  check_in_1_minute, 
check_in_30_seconds, 
check_in_15_seconds, 
check_in_5_seconds, 
 
  check_in_1_second, 
_checkCount
 
 } | 
|   | 
| PyObject *  | _BuildCachedReturn (PySubStream **result, const char *sessionInfo, CacheCheckTime check) | 
|   | 
| virtual PyBoundObject *  | CreateBoundObject (Client *pClient, const PyRep *bind_args) | 
|   | 
| virtual PyResult  | Handle_MachoResolveObject (PyCallArgs &call) | 
|   | 
| virtual PyResult  | Handle_MachoBindObject (PyCallArgs &call) | 
|   | 
| void  | _SetCallDispatcher (CallDispatcher *d) | 
|   | 
| PyServiceMgr *const  | m_manager | 
|   | 
| static const char *const  | s_checkTimeStrings [_checkCount] | 
|   | 
Definition at line 31 of file NotificationMgrService.h.
 
      
        
          | NotificationMgrService::NotificationMgrService  | 
          ( | 
          PyServiceMgr *  | 
          mgr | ) | 
           | 
        
      
 
 
  
  
      
        
          | NotificationMgrService::~NotificationMgrService  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | NotificationMgrService::PyCallable_DECL_CALL  | 
          ( | 
          GetByGroupID  | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | NotificationMgrService::PyCallable_DECL_CALL  | 
          ( | 
          GetUnprocessed  | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | NotificationMgrService::PyCallable_DECL_CALL  | 
          ( | 
          MarkGroupAsProcessed  | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | NotificationMgrService::PyCallable_DECL_CALL  | 
          ( | 
          MarkAllAsProcessed  | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | NotificationMgrService::PyCallable_DECL_CALL  | 
          ( | 
          MarkAsProcessed  | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | NotificationMgrService::PyCallable_DECL_CALL  | 
          ( | 
          DeleteGroupNotifications  | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | NotificationMgrService::PyCallable_DECL_CALL  | 
          ( | 
          DeleteAllNotifications  | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | NotificationMgrService::PyCallable_DECL_CALL  | 
          ( | 
          DeleteNotifications  | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | Dispatcher* const NotificationMgrService::m_dispatch | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: