|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BapiMapping in org.hibersap.configuration |
---|
Methods in org.hibersap.configuration that return types with arguments of type BapiMapping | |
---|---|
Map<Class<?>,BapiMapping> |
ConfigurationData.getBapiMappingsForClass()
|
Method parameters in org.hibersap.configuration with type arguments of type BapiMapping | |
---|---|
protected void |
Configuration.setBapiMappings(Map<Class<?>,BapiMapping> bapiMappings)
Concrete subclasses should use this method to provide the BAPI mapping information. |
void |
ConfigurationData.setBapiMappingsForClass(Map<Class<?>,BapiMapping> bapiMappings)
|
Uses of BapiMapping in org.hibersap.execution |
---|
Methods in org.hibersap.execution with parameters of type BapiMapping | |
---|---|
void |
PojoMapper.mapFunctionMapToPojo(Object bapi,
Map<String,Object> functionMap,
BapiMapping bapiMapping)
|
Map<String,Object> |
PojoMapper.mapPojoToFunctionMap(Object bapi,
BapiMapping bapiMapping)
Maps the Bapi class to the internally used function map. |
Uses of BapiMapping in org.hibersap.generation.bapi |
---|
Methods in org.hibersap.generation.bapi that return BapiMapping | |
---|---|
BapiMapping |
ReverseBapiMapper.map(String bapiName,
SessionManager sessionManager)
|
Methods in org.hibersap.generation.bapi with parameters of type BapiMapping | |
---|---|
Map<String,String> |
BapiClassFormatter.createClasses(BapiMapping mapping,
String packagePath)
|
Uses of BapiMapping in org.hibersap.interceptor |
---|
Methods in org.hibersap.interceptor with parameters of type BapiMapping | |
---|---|
void |
ExecutionInterceptor.afterExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap)
|
void |
ExecutionInterceptor.beforeExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap)
|
Uses of BapiMapping in org.hibersap.interceptor.impl |
---|
Methods in org.hibersap.interceptor.impl with parameters of type BapiMapping | |
---|---|
void |
SapErrorInterceptor.afterExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap)
|
void |
SapErrorInterceptor.beforeExecution(BapiMapping bapiMapping,
Map<String,Object> functionMap)
|
Uses of BapiMapping in org.hibersap.mapping |
---|
Methods in org.hibersap.mapping that return BapiMapping | |
---|---|
BapiMapping |
AnnotationBapiMapper.mapBapi(Class<?> clazz)
Takes an annotated BAPI class and creates a BapiMapping. |
Uses of BapiMapping in org.hibersap.session |
---|
Methods in org.hibersap.session that return types with arguments of type BapiMapping | |
---|---|
Map<Class<?>,BapiMapping> |
SessionManagerImplementor.getBapiMappings()
Returns this SessionManager's BapiMappings. |
Map<Class<?>,BapiMapping> |
SessionManagerImpl.getBapiMappings()
|
Methods in org.hibersap.session with parameters of type BapiMapping | |
---|---|
void |
SessionImplementor.execute(Object bapi,
BapiMapping bapiMapping)
|
void |
SessionImpl.execute(Object bapiObject,
BapiMapping bapiMapping)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |