SAP ABAP Class CL_GRAC_MODEL_SOD_RULESET (Model Class for RuleSet)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_SOD (Package) Access Control GRC SoD Rules and etc.
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20090829
Properties
Class CL_GRAC_MODEL_SOD_RULESET  
Short Description Model Class for RuleSet    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_SOD   Access Control GRC SoD Rules and etc. 
Created 20090829   SAP 
Last change 20141106    
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)
2 GRACM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20090829
Friends
Class CL_GRAC_MODEL_SOD_RULESET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_RULESETID_LOCKED Instance attribute Private Type reference (TYPE) YT_RULESETID_LOCKED Locked Ruleset IDs 20110303
2 MT_RULESET_DATA_BUFFER Instance attribute Private Type reference (TYPE) GRACM_T_RULESET_DATA_BUFFER RuleSet Data Buffer 20090829
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_RULESET_EXIST Static method Public Method Validation Method for Existance check of a Ruleset ID 20110329
2 CREATE_RULESET Instance method Public Method Create Rule Set into Model Buffer 20090829
3 DELETE_RULESET Instance method Public Method Delete a RuleSet based on the ID 20090908
4 DEQUEUE Instance method Public Method Unlock Ruleset 20110303
5 ENQUEUE Instance method Public Method Lock Ruleset 20110303
6 GET_RULESET Instance method Public Method Get a RuleSet based on the ID 20090829
7 GET_RULESET_LIST Static method Public Method Get list of RuleSets 20090829
8 RAISE_ERROR Instance method Private Method Raise Error 20110303
9 UPDATE_RULSET Instance method Public Method Update a Rulset based on the ID 20090917
10 VALIDATE_RULESET Static method Public Method Validate the RuleSet ID 20091030
Events
Class CL_GRAC_MODEL_SOD_RULESET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_RULESETID_LOCKED Private See coding 20110303 BEGIN OF ys_rulesetid_locked, rulesetid TYPE GRAC_RULESET_ID, END OF ys_rulesetid_locked
2 YT_RULESETID_LOCKED Private See coding 20110303 yt_rulesetid_locked TYPE SORTED TABLE OF ys_rulesetid_locked WITH UNIQUE KEY rulesetid
Method Signatures

Method CHECK_RULESET_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RULESETID Call by reference Type reference (TYPE) GRAC_RULESET_ID Rule Set ID 20110329
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110329

Method CHECK_RULESET_EXIST on class CL_GRAC_MODEL_SOD_RULESET has no exception.

Method CREATE_RULESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) GRAC_S_RULESET_DATA Rule Set Data 20090829

Method CREATE_RULESET on class CL_GRAC_MODEL_SOD_RULESET has no exception.

Method DELETE_RULESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RULESETID Call by reference Type reference (TYPE) GRAC_RULESET_ID Rule Set ID 20090908
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090908

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RULESETID Call by reference Type reference (TYPE) GRAC_RULESET_ID Rule Set ID 20110303
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110303

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL 20110303
2 Importing IV_RULESETID Call by reference Type reference (TYPE) GRAC_RULESET_ID Rule Set ID 20110303
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110303

Method GET_RULESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RULESET_DATA Call by reference Type reference (TYPE) GRAC_S_RULESET_DATA Rule Set 20090829
2 Importing IV_ID Call by reference Type reference (TYPE) GRAC_RULESET_ID Rule Set ID 20090829
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090829

Method GET_RULESET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_RULESET Value transfer Type reference (TYPE) GRAC_T_API_RULESET Rule Set 20090829
2 Importing IS_SEARCH Call by reference Type reference (TYPE) GRAC_S_SOD_RULESET_SEARCH search structure 20091231
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20090829

Method GET_RULESET_LIST on class CL_GRAC_MODEL_SOD_RULESET has no exception.

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUM Value transfer Type reference (TYPE) SYMSGNO Message Number 20110303
2 Importing IV_PAR1 Value transfer Type reference (TYPE) SYMSGV Message Variable 20110303
3 Importing IV_PAR2 Value transfer Type reference (TYPE) SYMSGV Message Variable 20110303
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110303

Method UPDATE_RULSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) GRAC_S_RULESET_DATA Rule Set Data 20090917

Method UPDATE_RULSET on class CL_GRAC_MODEL_SOD_RULESET has no exception.

Method VALIDATE_RULESET Signature

Method VALIDATE_RULESET on class CL_GRAC_MODEL_SOD_RULESET has no parameter.
Method VALIDATE_RULESET on class CL_GRAC_MODEL_SOD_RULESET has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600