SAP ABAP Class CL_DEMO_CR_RESERVATIONS_MNGR (Manager Class for Reservations)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABAP_DEMOS_CAR_RENTAL_PERSIST (Package) Persistence Layer of the Demo Application
⤷
⤷
Properties
| Class | CL_DEMO_CR_RESERVATIONS_MNGR | |
| Short Description | Manager Class for Reservations | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABAP_DEMOS_CAR_RENTAL_PERSIST | Persistence Layer of the Demo Application |
| Created | 20080918 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DEMO_CR_RESERVATIONS_MNGR has no forward declaration.
Interfaces
Class CL_DEMO_CR_RESERVATIONS_MNGR has no interface implemented.
Friends
Class CL_DEMO_CR_RESERVATIONS_MNGR has no friend class.
Attributes
Class CL_DEMO_CR_RESERVATIONS_MNGR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create Reservation | 20080918 | |
| 2 | Static method | Public | Method | Delete All Reservations | 20080918 | |
| 3 | Static method | Public | Method | Delete Reservation by ID | 20080918 | |
| 4 | Static method | Public | Method | Get All Reservations | 20080918 | |
| 5 | Static method | Public | Method | Get Reservation by Customer ID | 20080918 | |
| 6 | Static method | Public | Method | Get Reservation by ID | 20080918 | |
| 7 | Static method | Public | Method | Lock Reservation | 20080918 | |
| 8 | Static method | Public | Method | Unlock Reservation | 20080918 |
Events
Class CL_DEMO_CR_RESERVATIONS_MNGR has no event.
Types
Class CL_DEMO_CR_RESERVATIONS_MNGR has no local type.
Method Signatures
Method CREATE_RESERVATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESERVATION | Call by reference | Type reference (TYPE) | DEMO_CR_SRESERVATION | reservation structure | 20080918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080918 |
Method DELETE_ALL Signature
Method DELETE_ALL on class CL_DEMO_CR_RESERVATIONS_MNGR has no parameter.
Method DELETE_ALL on class CL_DEMO_CR_RESERVATIONS_MNGR has no exception.
Method DELETE_RESERVATION_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESERVATION_ID | Call by reference | Type reference (TYPE) | DEMO_CR_RESERVATION_ID | Reservation Id | 20080918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080918 |
Method GET_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESERVATIONS | Value transfer | Type reference (TYPE) | DEMO_CR_RESERVATIONS_TT | Reservations Table | 20080918 |
Method GET_ALL on class CL_DEMO_CR_RESERVATIONS_MNGR has no exception.
Method GET_RESERVATIONS_BY_CUST_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUSTOMER_ID | Call by reference | Type reference (TYPE) | DEMO_CR_CUSTOMER_ID | Customer Id | 20080918 | |||
| 2 | R_RESERVATIONS | Value transfer | Type reference (TYPE) | DEMO_CR_RESERVATIONS_TT | Table Type for Customers | 20080918 |
Method GET_RESERVATIONS_BY_CUST_ID on class CL_DEMO_CR_RESERVATIONS_MNGR has no exception.
Method GET_RESERVATION_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESERVATION_ID | Call by reference | Type reference (TYPE) | DEMO_CR_RESERVATION_ID | Reservation Id | 20080918 | |||
| 2 | R_RESERVATION | Value transfer | Type reference (TYPE) | DEMO_CR_SRESERVATION | reservation structure | 20080918 |
Method GET_RESERVATION_BY_ID on class CL_DEMO_CR_RESERVATIONS_MNGR has no exception.
Method LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESERVATION_ID | Call by reference | Type reference (TYPE) | DEMO_CR_RESERVATION_ID | Reservation Id | 20080918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080918 |
Method UNLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESERVATION_ID | Call by reference | Type reference (TYPE) | DEMO_CR_RESERVATION_ID | Reservation Id | 20080918 |
Method UNLOCK on class CL_DEMO_CR_RESERVATIONS_MNGR has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 712 |