| Package | Description |
|---|---|
| org.hibersap.configuration | |
| org.hibersap.execution | |
| org.hibersap.interceptor | |
| org.hibersap.interceptor.impl | |
| org.hibersap.mapping | |
| org.hibersap.session |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BapiMapping> |
ConfigurationData.getBapiMappingsForClass() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Configuration.addBapiMappings(Map<String,BapiMapping> bapiMappings)
Concrete subclasses should use this method to provide the BAPI mapping information.
|
void |
ConfigurationData.addBapiMappingsForClass(Map<String,BapiMapping> bapiMappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoMapper.mapFunctionMapToPojo(Object bapi,
Map<String,Object> functionMap,
BapiMapping bapiMapping) |
Map<String,Object> |
PojoMapper.mapPojoToFunctionMap(Object bapi,
BapiMapping bapiMapping) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionInterceptor.afterExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap) |
void |
ExecutionInterceptor.beforeExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
SapErrorInterceptor.afterExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap) |
void |
SapErrorInterceptor.beforeExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap) |
| Modifier and Type | Method and Description |
|---|---|
BapiMapping |
AnnotationBapiMapper.mapBapi(Class<?> clazz)
Takes an annotated BAPI class and creates a BapiMapping.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BapiMapping> |
SessionManagerImplementor.getBapiMappings()
Returns this SessionManager's BapiMappings.
|
Map<String,BapiMapping> |
SessionManagerImpl.getBapiMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionImplementor.execute(Object bapi,
BapiMapping bapiMapping) |
void |
SessionImpl.execute(Object bapiObject,
BapiMapping bapiMapping) |
Copyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.