SAP ABAP Class CL_NWECM_GROUP (ECMI: ACL Group access class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ECM-ABA (Application Component) ECM ABAP Stack
     S_NWECM_GROUPS (Package) ECMI: ACL Groups
Properties
Class CL_NWECM_GROUP  
Short Description ECMI: ACL Group access class    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_NWECM_GROUPS   ECMI: ACL Groups 
Created 20101206   SAP 
Last change 20110908   SAP 
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_NWECM_GROUP has no interface implemented.
Friends
Class CL_NWECM_GROUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_NWECM_GROUP 20101206
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_EXISTENCE Instance method Public Method Checks if the given group name exists 20101206
2 GET_GROUP Instance method Public Method Returns all configured groups 20101206
3 GET_GROUPS Instance method Public Method Returns all configured groups 20101206
4 GET_GROUP_BY_ID Instance method Public Method Returns group for the given id 20101206
5 GET_INSTANCE Static method Public Method 20101206
Events
Class CL_NWECM_GROUP has no event.
Types
Class CL_NWECM_GROUP has no local type.
Method Signatures

Method CHECK_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GROUP_NAME Call by reference Type reference (TYPE) STRING Group Name to be checked 20101206
2 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL True if group exists 20101206

Method CHECK_EXISTENCE on class CL_NWECM_GROUP has no exception.

Method GET_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GROUP_NAME Call by reference Type reference (TYPE) STRING Name of group 20101206
2 Returning RS_GROUP Value transfer Type reference (TYPE) NWECM_S_GROUP Group 20101206

Method GET_GROUP on class CL_NWECM_GROUP has no exception.

Method GET_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_GROUPS Value transfer Type reference (TYPE) NWECM_T_GROUPS Table of groups 20101206

Method GET_GROUPS on class CL_NWECM_GROUP has no exception.

Method GET_GROUP_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING Group ID 20101206
2 Returning RS_GROUP Value transfer Type reference (TYPE) NWECM_S_GROUP ECMI: Group structure 20101206

Method GET_GROUP_BY_ID on class CL_NWECM_GROUP has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_NWECM_GROUP 20101206

Method GET_INSTANCE on class CL_NWECM_GROUP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703