SAP ABAP Class CL_CFX_REMINDER_QUEUE (Queue for Reminder Actions of Status Management)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_STATUS_ACTIONS (Package) Status Actions for cFolders
Properties
Class CL_CFX_REMINDER_QUEUE  
Short Description Queue for Reminder Actions of Status Management    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_STATUS_ACTIONS   Status Actions for cFolders 
Created 20020503   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CFX_REMINDER_QUEUE has no interface implemented.
Friends
Class CL_CFX_REMINDER_QUEUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SP_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_CFX_REMINDER_QUEUE 20020503
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add Entry to Queue 20020503
2 ADD_IDS Instance method Public Method Add Entry to Queue 20020701
3 DELAY_DUE_TIME_FOR_REF_OBJ Instance method Public Method Changes Due Time for Entries for a Reference Object 20020905
4 DOES_ENTRY_EXIST Instance method Public Method Checks If an Entry Exists 20020503
5 GET_DUE_ENTRIES Instance method Public Method Get Due Entries 20020503
6 GET_INSTANCE Static method Public Method Get/Generate Single Instance of the Class 20020503
7 IS_EMPTY Instance method Public Method Check Whether the Queue is Empty 20020503
8 REMOVE Instance method Public Method Deletes Entry from Queue 20020503
9 REMOVE_FOR_ACTION Instance method Public Method Deletes All Entries for an Action 20020508
10 REMOVE_FOR_OBJECT Instance method Public Method Deletes All Entries for an Object 20020507
11 UPDATE_DUE_TIME_FOR_ACTION Instance method Public Method Changes Due Time for Entries for an Action 20020514
Events
Class CL_CFX_REMINDER_QUEUE has no event.
Types
Class CL_CFX_REMINDER_QUEUE has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACTION Call by reference Object reference (TYPE REF TO) IF_CFS_ACTION cfs: Id einer Statusaktion 20020503
2 Importing IP_OBJECT Call by reference Object reference (TYPE REF TO) IF_CFX_COMMON Gemeinsame Schnittstelle aller Objekte 20020503
3 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020503
4 Importing I_DUE_TIME Value transfer Type reference (TYPE) CFX_NTF_DUE_TIME geplanter Sendezeitpunkt einer Notification Email 20020503
5 Importing I_REFERENCE_OBJECT_ID Call by reference Type reference (TYPE) CFS_OBJECT_ID Parent oder Collaboration des Obj. 20020904

Method ADD on class CL_CFX_REMINDER_QUEUE has no exception.

Method ADD_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION_ID Call by reference Type reference (TYPE) CFS_ACTION_ID cfs: Id einer Statusaktion 20020701
2 Importing I_ACTION_TYPE Call by reference Type reference (TYPE) CFS_ACTION_TYPE 20020701
3 Importing I_DUE_TIME Value transfer Type reference (TYPE) CFX_NTF_DUE_TIME geplanter Sendezeitpunkt einer Notification Email 20020701
4 Importing I_OBJECT_ID Call by reference Type reference (TYPE) CFS_OBJECT_ID cfs: Id eines Objektes, das einen Status haben kann 20020701
5 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) CFX_T_OBJECT_TYPE Objekttyp 20020701
6 Importing I_REFERENCE_OBJECT_ID Call by reference Type reference (TYPE) CFS_OBJECT_ID cfs: Id eines Objektes, das einen Status haben kann 20020904
7 Importing I_STATUS_ID Call by reference Type reference (TYPE) CFS_STATUS_ID CFS: Id eines Status 20020701

Method ADD_IDS on class CL_CFX_REMINDER_QUEUE has no exception.

Method DELAY_DUE_TIME_FOR_REF_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELAY Value transfer Type reference (TYPE) I 20020905
2 Importing I_REFERENCE_OBJECT_ID Call by reference Type reference (TYPE) CFS_OBJECT_ID Id des Referenz_Obj. (Collaboration)) 20020905

Method DELAY_DUE_TIME_FOR_REF_OBJ on class CL_CFX_REMINDER_QUEUE has no exception.

Method DOES_ENTRY_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACTION Call by reference Object reference (TYPE REF TO) IF_CFS_ACTION Action, die bei einem Statusübergang durchgeführt wird 20020503
2 Importing IP_OBJECT Call by reference Object reference (TYPE REF TO) IF_CFX_COMMON Gemeinsame Schnittstelle aller Objekte 20020503
3 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020503
4 Returning R_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag existiert 20020503

Method DOES_ENTRY_EXIST on class CL_CFX_REMINDER_QUEUE has no exception.

Method GET_DUE_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DUE_ENTRIES Value transfer Type reference (TYPE) CFX_TT_REMINDER_QUEUE 20020523
2 Exporting ET_EXCEPTIONS Value transfer Type reference (TYPE) CFX_TT_EXCEPTIONS Tabelle mit Exception für korrupte Einträge 20020523
3 Exporting ET_EXCEPTION_ENTRIES Call by reference Type reference (TYPE) CFX_TT_REMINDER_ENTRIES CFX: Warteschlange für Reminder Aktionen für Statusverw. 20020711
4 Importing I_CATCH_EXCEPTIONS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Exceptions abfangen 20020523
5 Importing I_DELETE_CORRUPT_ENTRIES Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE fehlerhafte Einträge aus DB löschen 20020523

Method GET_DUE_ENTRIES on class CL_CFX_REMINDER_QUEUE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_REMINDER_QUEUE Value transfer Object reference (TYPE REF TO) CL_CFX_REMINDER_QUEUE Notification Warteschlange für das Versenden von Emails 20020503

Method GET_INSTANCE on class CL_CFX_REMINDER_QUEUE has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_EMPTY Value transfer Type reference (TYPE) ABAP_BOOL 20020503

Method IS_EMPTY on class CL_CFX_REMINDER_QUEUE has no exception.

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACTION Call by reference Object reference (TYPE REF TO) IF_CFS_ACTION Action, die bei einem Statusübergang durchgeführt wird 20020503
2 Importing IP_OBJECT Call by reference Object reference (TYPE REF TO) IF_CFX_COMMON Gemeinsame Schnittstelle aller Objekte 20020503
3 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020503

Method REMOVE on class CL_CFX_REMINDER_QUEUE has no exception.

Method REMOVE_FOR_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACTION Call by reference Object reference (TYPE REF TO) IF_CFS_ACTION Action, die bei einem Statusübergang durchgeführt wird 20020508

Method REMOVE_FOR_ACTION on class CL_CFX_REMINDER_QUEUE has no exception.

Method REMOVE_FOR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_OBJECT Call by reference Object reference (TYPE REF TO) IF_CFX_COMMON Gemeinsame Schnittstelle aller Objekte 20020507

Method REMOVE_FOR_OBJECT on class CL_CFX_REMINDER_QUEUE has no exception.

Method UPDATE_DUE_TIME_FOR_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACTION Call by reference Object reference (TYPE REF TO) IF_CFS_ACTION Action, die bei einem Statusübergang durchgeführt wird 20020514
2 Importing I_DELAY Value transfer Type reference (TYPE) I 20020514
3 Importing I_DUE_TIME Value transfer Type reference (TYPE) CFX_NTF_DUE_TIME 20020514

Method UPDATE_DUE_TIME_FOR_ACTION on class CL_CFX_REMINDER_QUEUE has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200