SAP ABAP Class CL_GRPC_API_DISCSVY (Disclosure survey)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_DISCLOSURE_SURVEY (Package) Disclosure Survey
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_API_BASIS Basis class for GRC API classes 20120313
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_REPORT Get data for reporting engine 20120413
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRPC_DISCSVY Disclosure survey 20120313
Properties
Class CL_GRPC_API_DISCSVY  
Short Description Disclosure survey    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_DISCLOSURE_SURVEY   Disclosure Survey 
Created 20120313   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_GRPC_DISCSVY_PLAN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_REPORT Get data for reporting engine 20120413
2 IF_GRPC_DISCSVY Disclosure survey 20120313
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20120323 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_GRPC_MODEL_DISCSVY 20120320
2 MO_PLAN Instance attribute Private Object reference (TYPE REF TO) IF_GRPC_DISCSVY_PLAN 20120402
3 MT_OBJECT Instance attribute Private Type reference (TYPE) IF_GRPC_DISCSVY_OBJECT=>YT_DISCSVY_OBJECT 20120313
4 MV_ALL_OBJECT_AUTHORIZED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130418
5 MV_DISCSVY_TEMPLET_ID Instance attribute Private Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120402
6 MV_ID Instance attribute Private Type reference (TYPE) GUID_32 20120320
7 MV_PHASE Instance attribute Private Type reference (TYPE) STRING 20120313
8 MV_PLANNER Instance attribute Private Type reference (TYPE) GUID_32 20120315
9 MV_RECIPIENT Instance attribute Private Type reference (TYPE) UNAME 20120313
10 MV_STATUS Instance attribute Private Type reference (TYPE) IF_GRPC_DISCSVY=>YS_STATUS 20120402
11 MV_SURVEY_INSTANCE Instance attribute Private Type reference (TYPE) GRFN_API_OBJECT_ID 20120315
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120313
2 GET Static method Public Method 20120323
3 GET_BY_ID Static method Public Method 20120316
4 GET_BY_PLAN Instance method Private Method 20120316
5 GET_DISCSVY_TEMPLET_ID Instance method Public Method Get disclosure survey templet id 20120402
6 GET_PLAN Instance method Public Method Get Plan ID 20120419
7 GET_REVIEW_ID Instance method Public Method Get is_review value 20120515
8 GET_REVIEW_T Instance method Public Method Get is_review text 20120511
9 GET_STATUS_T Instance method Public Method Get status text 20120511
10 ON_STATUS_CHANGED Instance method Private Method 20120419
11 RETRIEVE Instance method Private Method 20120320
12 _ADD_OBJECT Instance method Private Method 20120320
13 _ADD_OBJECT_TO_MODEL Instance method Private Method 20120320
14 _CREATE_SURVEY_INSTANCE Instance method Private Method 20120315
15 _UPDATE_OBJECT Instance method Private Method 20120321
16 _UPDATE_SURVEY Instance method Private Method 20120321
Events
Class CL_GRPC_API_DISCSVY has no event.
Types
Class CL_GRPC_API_DISCSVY has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_GRPC_MODEL_DISCSVY 20120320
2 Importing IO_PLAN Call by reference Object reference (TYPE REF TO) IF_GRPC_DISCSVY_PLAN 20120402
3 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION 20120313
4 Importing IV_ID Call by reference Type reference (TYPE) GUID_32 20120320
5 Importing IV_PHASE Call by reference Type reference (TYPE) IF_GRPC_DISCSVY_PLAN=>YS_PHASE 20120322
6 Importing IV_PLANNER Call by reference Type reference (TYPE) GUID_32 20120315
7 Importing IV_RECIPIENT Call by reference Type reference (TYPE) UNAME 20120313

Method CONSTRUCTOR on class CL_GRPC_API_DISCSVY has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20120323
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120323
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRPC_API_DISCSVY Survey Instance API class 20120323

Method GET on class CL_GRPC_API_DISCSVY has no exception.

Method GET_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISCSVY_ID Call by reference Type reference (TYPE) GUID_32 20120316
2 Returning RO_DISCSVY Value transfer Object reference (TYPE REF TO) IF_GRPC_DISCSVY 20120316

Method GET_BY_ID on class CL_GRPC_API_DISCSVY has no exception.

Method GET_BY_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN Call by reference Type reference (TYPE) GUID_32 20120316
2 Importing IV_RECIPIENT Call by reference Type reference (TYPE) UNAME 20120316
3 Returning RO_DISCSVY Value transfer Object reference (TYPE REF TO) IF_GRPC_DISCSVY 20120316

Method GET_BY_PLAN on class CL_GRPC_API_DISCSVY has no exception.

Method GET_DISCSVY_TEMPLET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120402

Method GET_DISCSVY_TEMPLET_ID on class CL_GRPC_API_DISCSVY has no exception.

Method GET_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PLAN Value transfer Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20120419

Method GET_PLAN on class CL_GRPC_API_DISCSVY has no exception.

Method GET_REVIEW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_REVIEW_ID Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120515

Method GET_REVIEW_ID on class CL_GRPC_API_DISCSVY has no exception.

Method GET_REVIEW_T Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_REVIEW Value transfer Type reference (TYPE) GRFN_REP_IS_REVIEW_T Whether the task is review task for Disclosure Survey 20120511

Method GET_REVIEW_T on class CL_GRPC_API_DISCSVY has no exception.

Method GET_STATUS_T Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATUS_T Value transfer Type reference (TYPE) GRFN_REP_STATUS_TXT Status 20120511

Method GET_STATUS_T on class CL_GRPC_API_DISCSVY has no exception.

Method ON_STATUS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Call by reference Type reference (TYPE) IF_GRPC_DISCSVY=>YS_STATUS 20120419

Method ON_STATUS_CHANGED on class CL_GRPC_API_DISCSVY has no exception.

Method RETRIEVE Signature

Method RETRIEVE on class CL_GRPC_API_DISCSVY has no parameter.
Method RETRIEVE on class CL_GRPC_API_DISCSVY has no exception.

Method _ADD_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID 20120320
2 Importing IV_UUID Call by reference Type reference (TYPE) GRFN_GUID Object ID 20120416
3 Returning RO_OBJECT Value transfer Object reference (TYPE REF TO) IF_GRPC_DISCSVY_OBJECT 20120320

Method _ADD_OBJECT on class CL_GRPC_API_DISCSVY has no exception.

Method _ADD_OBJECT_TO_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID 20120320

Method _ADD_OBJECT_TO_MODEL on class CL_GRPC_API_DISCSVY has no exception.

Method _CREATE_SURVEY_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AGENT Call by reference Type reference (TYPE) UNAME 20120315
2 Importing IV_IS_SURVEY Call by reference Type reference (TYPE) BOOLEAN 20120316
3 Importing IV_OBJECT Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID 20120315
4 Importing IV_PLANNER Call by reference Type reference (TYPE) GUID_32 20120315
5 Returning RV_SURVY_INST Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID GUID in 'CHAR' Format in Uppercase 20120315
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 20120315

Method _UPDATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) IF_GRPC_DISCSVY_OBJECT 20120321

Method _UPDATE_OBJECT on class CL_GRPC_API_DISCSVY has no exception.

Method _UPDATE_SURVEY Signature

Method _UPDATE_SURVEY on class CL_GRPC_API_DISCSVY has no parameter.
Method _UPDATE_SURVEY on class CL_GRPC_API_DISCSVY has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100