A B C D E F G H I J L M N O P R S T U V W

A

AbstractConnectionSpecFactory - Class in org.hibersap.execution.jca.cci
Offers methods to help accessing and instantiating the ConnectionSpec implementation.
AbstractConnectionSpecFactory() - Constructor for class org.hibersap.execution.jca.cci.AbstractConnectionSpecFactory
 
AbstractTransaction - Class in org.hibersap.session
May be used by implementors of the Transaction interface to unify the handling of synchronizations.
AbstractTransaction() - Constructor for class org.hibersap.session.AbstractTransaction
 
activateBeanValidation(Set<BapiInterceptor>, SessionManagerConfig) - Static method in class org.hibersap.validation.BeanValidationActivator
If Bean Validation should be used, as specified in the Hibersap SessionManagerConfig, the TypeSafeActivator class is used to create the ValidationFactory.
addAllListeners(Collection<T>) - Method in class org.hibersap.util.Announcer
 
addAnnotatedClass(Class<?>) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
addBapiInterceptor(BapiInterceptor) - Method in class org.hibersap.session.SessionImpl
 
addBapiInterceptorClass(Class<? extends BapiInterceptor>) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
addDestination(String, Properties) - Method in class org.hibersap.execution.jco.JCoDataProvider
 
addExecutionInterceptor(ExecutionInterceptor) - Method in class org.hibersap.session.SessionImpl
 
addExecutionInterceptorClass(Class<? extends ExecutionInterceptor>) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
addExportParameter(ObjectMapping) - Method in class org.hibersap.mapping.model.BapiMapping
 
addImportParameter(ObjectMapping) - Method in class org.hibersap.mapping.model.BapiMapping
 
addListener(T) - Method in class org.hibersap.util.Announcer
 
addParameter(FieldMapping) - Method in class org.hibersap.mapping.model.StructureMapping
 
addSessionManager(String) - Method in class org.hibersap.configuration.xml.HibersapConfig
 
addTableParameter(TableMapping) - Method in class org.hibersap.mapping.model.BapiMapping
 
afterCompletion(boolean) - Method in interface org.hibersap.session.Synchronization
Callback method called after a transaction was committed or rolled back.
afterExecution(Object) - Method in interface org.hibersap.interceptor.BapiInterceptor
Will be called after the function module is called in SAP.
afterExecution(BapiMapping, Map<String, Object>) - Method in interface org.hibersap.interceptor.ExecutionInterceptor
 
afterExecution(BapiMapping, Map<String, Object>) - Method in class org.hibersap.interceptor.impl.SapErrorInterceptor
 
afterExecution(Object) - Method in class org.hibersap.validation.BeanValidationInterceptor
 
AFTERNOON - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
AIRLINECARRIER - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
AIRLINECARRIER - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
AIRPFROM - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
AIRPFROM - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
AIRPTO - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
AIRPTO - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
AnnotationBapiMapper - Class in org.hibersap.mapping
Creates a BAPI Mapping for Annotated classes.
AnnotationBapiMapper() - Constructor for class org.hibersap.mapping.AnnotationBapiMapper
 
AnnotationConfiguration - Class in org.hibersap.configuration
Configures Hibersap using annotated BAPI classes.
AnnotationConfiguration() - Constructor for class org.hibersap.configuration.AnnotationConfiguration
 
AnnotationConfiguration(SessionManagerConfig) - Constructor for class org.hibersap.configuration.AnnotationConfiguration
 
AnnotationConfiguration(String) - Constructor for class org.hibersap.configuration.AnnotationConfiguration
 
announce() - Method in class org.hibersap.util.Announcer
 
Announcer<T> - Class in org.hibersap.util
Handles Listener logic.
ARRTIME - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 

B

Bapi - Annotation Type in org.hibersap.annotations
Maps a Java class to a remote function module (or BAPI) in SAP.
BAPI_NAME - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
BAPI_NAME - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
BAPI_TRANSACTION_COMMIT - Static variable in class org.hibersap.bapi.BapiConstants
 
BAPI_TRANSACTION_ROLLBACK - Static variable in class org.hibersap.bapi.BapiConstants
 
BapiClassFormatter - Class in org.hibersap.generation.bapi
 
BapiClassFormatter() - Constructor for class org.hibersap.generation.bapi.BapiClassFormatter
 
BapiConstants - Class in org.hibersap.bapi
Contains some of the "magic" constants commonly used in SAP systems.
BapiFormatHelper - Class in org.hibersap.generation.bapi
 
BapiInterceptor - Interface in org.hibersap.interceptor
Implementations may be registered on the SessionManager and will then be called before and after a function module in SAP is called.
BapiMapping - Class in org.hibersap.mapping.model
This class is the framework internal representation of mappings between SAP function modules (BAPIs) and Java classes.
BapiMapping(Class<?>, String, ErrorHandling) - Constructor for class org.hibersap.mapping.model.BapiMapping
 
BapiRet2 - Class in org.hibersap.bapi
Standard BAPI structure for return values
BapiRet2() - Constructor for class org.hibersap.bapi.BapiRet2
 
BapiStructure - Annotation Type in org.hibersap.annotations
Maps the Java class to a structure in a remote function module's interface.
BapiTransactionCommit - Class in org.hibersap.bapi
BAPI class to commit a transaction.
BapiTransactionCommit() - Constructor for class org.hibersap.bapi.BapiTransactionCommit
 
BapiTransactionRollback - Class in org.hibersap.bapi
BAPI class to rollback a transaction.
BapiTransactionRollback() - Constructor for class org.hibersap.bapi.BapiTransactionRollback
 
BeanValidationActivator - Class in org.hibersap.validation
Acts as a middle-man between Hibersap and the Bean Validation framework.
BeanValidationActivator() - Constructor for class org.hibersap.validation.BeanValidationActivator
 
BeanValidationInterceptor - Class in org.hibersap.validation
 
BeanValidationInterceptor(ValidatorFactory) - Constructor for class org.hibersap.validation.BeanValidationInterceptor
 
beforeCompletion() - Method in interface org.hibersap.session.Synchronization
Callback method called before committing a transaction.
beforeExecution(Object) - Method in interface org.hibersap.interceptor.BapiInterceptor
Will be called before the function module is called in SAP.
beforeExecution(BapiMapping, Map<String, Object>) - Method in interface org.hibersap.interceptor.ExecutionInterceptor
 
beforeExecution(BapiMapping, Map<String, Object>) - Method in class org.hibersap.interceptor.impl.SapErrorInterceptor
 
beforeExecution(Object) - Method in class org.hibersap.validation.BeanValidationInterceptor
 
begin() - Method in class org.hibersap.execution.jca.JCATransaction
 
begin(JCoDestination) - Method in interface org.hibersap.execution.jco.JCoContextAdapter
 
begin(JCoDestination) - Method in class org.hibersap.execution.jco.JCoContextAdapterImpl
 
begin() - Method in class org.hibersap.execution.jco.JCoTransaction
 
begin() - Method in interface org.hibersap.session.Transaction
 
beginTransaction(SessionImplementor) - Method in interface org.hibersap.execution.Connection
Begins a logical unit of work.
beginTransaction(SessionImplementor) - Method in class org.hibersap.execution.jca.JCAConnection
 
beginTransaction(SessionImplementor) - Method in class org.hibersap.execution.jco.JCoConnection
Begins a logical unit of work.
beginTransaction() - Method in interface org.hibersap.session.Session
starts a transaction.
beginTransaction() - Method in class org.hibersap.session.SessionImpl
 
BooleanConverter - Class in org.hibersap.conversion
Converts between Java boolean and SAP CHAR type.
BooleanConverter() - Constructor for class org.hibersap.conversion.BooleanConverter
 
buildSessionManager() - Method in class org.hibersap.configuration.AnnotationConfiguration
Builds a SessionManager object.
buildSessionManager() - Method in class org.hibersap.configuration.Configuration
Builds the session manager for this Configuration.
buildValidatorFactory() - Method in class org.hibersap.validation.DefaultValidatorFactoryFactory
 

C

CARRID - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
CARRID - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
castToCollection(Object) - Static method in class org.hibersap.execution.UnsafeCastHelper
 
castToCollectionOfMaps(Object) - Static method in class org.hibersap.execution.UnsafeCastHelper
 
castToMap(Object) - Static method in class org.hibersap.execution.UnsafeCastHelper
 
CharConverter - Class in org.hibersap.conversion
Converts between SAP character fields of length 1 and Java char fields.
CharConverter() - Constructor for class org.hibersap.conversion.CharConverter
 
CITYFROM - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
CITYTO - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
clear() - Method in class org.hibersap.conversion.ConverterCache
 
close() - Method in interface org.hibersap.execution.Connection
Closes this connection.
close() - Method in class org.hibersap.execution.jca.JCAConnection
 
close() - Method in class org.hibersap.execution.jca.JCAContext
close() - Method in class org.hibersap.execution.jco.JCoConnection
 
close() - Method in class org.hibersap.execution.jco.JCoContext
 
close() - Method in interface org.hibersap.session.Context
 
close() - Method in interface org.hibersap.session.Session
releases all resources.
close() - Method in class org.hibersap.session.SessionImpl
 
close() - Method in interface org.hibersap.session.SessionManager
Closes a SessionManager, freeing resources held by the framework.
close() - Method in class org.hibersap.session.SessionManagerImpl
 
commit() - Method in class org.hibersap.execution.jca.JCATransaction
 
commit() - Method in class org.hibersap.execution.jco.JCoTransaction
 
commit() - Method in interface org.hibersap.session.Transaction
 
Configuration - Class in org.hibersap.configuration
Abstract Superclass for different configuration strategies.
Configuration(SessionManagerConfig) - Constructor for class org.hibersap.configuration.Configuration
Creates a Configuration for programmatic configuration of Hibersap.
Configuration(String) - Constructor for class org.hibersap.configuration.Configuration
Creates a Configuration for a concrete SessionManager.
Configuration() - Constructor for class org.hibersap.configuration.Configuration
Creates a Configuration for the first SessionManager specified in the hibersap.xml file.
ConfigurationData - Class in org.hibersap.configuration
Data object to transport configuration data from Configuration to SessionManager when building the latter.
ConfigurationException - Exception in org.hibersap
 
ConfigurationException(String) - Constructor for exception org.hibersap.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.hibersap.ConfigurationException
 
ConfigurationHelper - Class in org.hibersap.configuration
 
configure(SessionManagerConfig) - Method in class org.hibersap.execution.jca.JCAContext
configure(SessionManagerConfig) - Method in class org.hibersap.execution.jco.JCoContext
 
configure(SessionManagerConfig) - Method in interface org.hibersap.session.Context
 
Connection - Interface in org.hibersap.execution
 
CONNECTIONNUMBER - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
ConnectionProvider - Class in org.hibersap.execution.jca
 
ConnectionSpecFactory - Interface in org.hibersap.execution.jca.cci
Factory for creating instances of ConnectionSpec implementations.
CONNID - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
CONNID - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
Context - Interface in org.hibersap.session
 
ContextFactory - Class in org.hibersap.configuration
TODO merge Reflection stuff with ReflectionHelper
ConversionException - Exception in org.hibersap.conversion
 
ConversionException(String) - Constructor for exception org.hibersap.conversion.ConversionException
 
Convert - Annotation Type in org.hibersap.annotations
Converter that maps the parameter's data type from the type returned by JCo to any Java type and vice versa.
Converter - Interface in org.hibersap.conversion
Implementation of a data type converter.
ConverterCache - Class in org.hibersap.conversion
Holds instances of implementations of org.hibersap.conversion.Converter.
ConverterCache() - Constructor for class org.hibersap.conversion.ConverterCache
 
convertToJava(Object) - Method in class org.hibersap.conversion.BooleanConverter
Convert the SAP value, as it is returned by the underlying interfacing technology (e.g. the SAP Java Connector, JCo) to the Java data type of the corresponding BAPI class field.
convertToJava(Object) - Method in class org.hibersap.conversion.CharConverter
Convert the SAP value, as it is returned by the underlying interfacing technology (e.g. the SAP Java Connector, JCo) to the Java data type of the corresponding BAPI class field.
convertToJava(Object) - Method in interface org.hibersap.conversion.Converter
Convert the SAP value, as it is returned by the underlying interfacing technology (e.g. the SAP Java Connector, JCo) to the Java data type of the corresponding BAPI class field.
convertToJava(Object) - Method in class org.hibersap.conversion.DefaultConverter
 
convertToSap(Object) - Method in class org.hibersap.conversion.BooleanConverter
Convert the Java value of the corresponding BAPI class field to the data type as it is expected by the underlying interfacing technology (e.g. the SAP Java Connector, JCo).
convertToSap(Object) - Method in class org.hibersap.conversion.CharConverter
Convert the Java value of the corresponding BAPI class field to the data type as it is expected by the underlying interfacing technology (e.g. the SAP Java Connector, JCo).
convertToSap(Object) - Method in interface org.hibersap.conversion.Converter
Convert the Java value of the corresponding BAPI class field to the data type as it is expected by the underlying interfacing technology (e.g. the SAP Java Connector, JCo).
convertToSap(Object) - Method in class org.hibersap.conversion.DefaultConverter
 
create(SessionManagerConfig) - Static method in class org.hibersap.configuration.ContextFactory
 
createBapiInterceptors(SessionManagerConfig) - Static method in class org.hibersap.configuration.ConfigurationHelper
 
createClasses(BapiMapping, String) - Method in class org.hibersap.generation.bapi.BapiClassFormatter
 
createConnectionSpec(Credentials) - Method in interface org.hibersap.execution.jca.cci.ConnectionSpecFactory
Creates an instance of the ConnectionSpec implementation using the specified credentials.
createConnectionSpec(Credentials) - Method in class org.hibersap.execution.jca.cci.SapBapiJcaAdapterConnectionSpecFactory
 
createContext(SessionManagerConfig) - Static method in class org.hibersap.configuration.ConfigurationHelper
 
createExecutionInterceptors(SessionManagerConfig) - Static method in class org.hibersap.configuration.ConfigurationHelper
 
createInstances(Set<String>, Class<T>) - Static method in class org.hibersap.mapping.ReflectionHelper
 
Credentials - Class in org.hibersap.session
Defines logon properties that may be used at runtime, when a new Session is created, to overwrite configured properties.
Credentials() - Constructor for class org.hibersap.session.Credentials
 
CURRENCY - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 

D

DATEOFFLIGHT - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
DateUtil - Class in org.hibersap.util
 
DefaultConverter - Class in org.hibersap.conversion
 
DefaultConverter() - Constructor for class org.hibersap.conversion.DefaultConverter
 
DefaultValidatorFactoryFactory - Class in org.hibersap.validation
Gets the default Bean Validation ValidatorFactory.
DefaultValidatorFactoryFactory() - Constructor for class org.hibersap.validation.DefaultValidatorFactoryFactory
 
DEPTIME - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
DEPTIME - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 

E

end(JCoDestination) - Method in interface org.hibersap.execution.jco.JCoContextAdapter
 
end(JCoDestination) - Method in class org.hibersap.execution.jco.JCoContextAdapterImpl
 
Environment - Class in org.hibersap.configuration
 
equals(Object) - Method in class org.hibersap.configuration.xml.Property
 
equals(Object) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
equals(Object) - Method in class org.hibersap.conversion.ConverterCache
 
equals(Object) - Method in class org.hibersap.execution.jco.JCoContext
 
equals(Object) - Method in class org.hibersap.mapping.model.BapiMapping
 
equals(Object) - Method in class org.hibersap.mapping.model.ErrorHandling
 
equals(Object) - Method in class org.hibersap.mapping.model.FieldMapping
 
equals(Object) - Method in class org.hibersap.mapping.model.ParameterMapping
 
equals(Object) - Method in class org.hibersap.mapping.model.StructureMapping
 
equals(Object) - Method in class org.hibersap.mapping.model.TableMapping
 
ErrorHandling - Class in org.hibersap.mapping.model
Holds information for error handling of a BAPI mapping.
ErrorHandling(String, String[]) - Constructor for class org.hibersap.mapping.model.ErrorHandling
 
execute(String, Map<String, Object>) - Method in interface org.hibersap.execution.Connection
Calls a remote function module in the SAP system.
execute(String, Map<String, Object>) - Method in class org.hibersap.execution.jca.JCAConnection
 
execute(String, Map<String, Object>) - Method in class org.hibersap.execution.jco.JCoConnection
 
execute(Object) - Method in interface org.hibersap.session.Session
executes a funtion module in SAP.
execute(Object) - Method in class org.hibersap.session.SessionImpl
 
execute(Object, BapiMapping) - Method in class org.hibersap.session.SessionImpl
 
execute(Object, BapiMapping) - Method in interface org.hibersap.session.SessionImplementor
 
ExecutionInterceptor - Interface in org.hibersap.interceptor
Interceptors can be registered for a SessionManager to intercept function calls to SAP.
Export - Annotation Type in org.hibersap.annotations
Defines field to be an export parameter of the remote function module's interface.
EXPORT - Static variable in class org.hibersap.bapi.BapiConstants
 
EXPORT_RETURN - Static variable in class org.hibersap.bapi.BapiConstants
 

F

FIELD - Static variable in class org.hibersap.bapi.BapiConstants
 
FieldMapping - Class in org.hibersap.mapping.model
 
FieldMapping(Class<?>, String, String, Class<? extends Converter>) - Constructor for class org.hibersap.mapping.model.FieldMapping
 
FLDATE - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
FLDATE - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
Flight - Class in org.hibersap.examples.flightlist
 
Flight() - Constructor for class org.hibersap.examples.flightlist.Flight
 
FlightData - Class in org.hibersap.examples.flightdetail
 
FlightData() - Constructor for class org.hibersap.examples.flightdetail.FlightData
 
FLIGHTDATA - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
FlightDetailBapi - Class in org.hibersap.examples.flightdetail
 
FlightDetailBapi(String, String, Date) - Constructor for class org.hibersap.examples.flightdetail.FlightDetailBapi
 
FlightDetailConstants - Interface in org.hibersap.examples.flightdetail
 
FLIGHTLIST - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
FlightListBapi - Class in org.hibersap.examples.flightlist
 
FlightListBapi(String, String, String, String, String, boolean, int) - Constructor for class org.hibersap.examples.flightlist.FlightListBapi
 
FlightListConstants - Interface in org.hibersap.examples.flightlist
 
FROMCITY - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
FROMCOUNTRYKEY - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 

G

generate(String, String, String) - Method in class org.hibersap.generation.HibersapGenerator
 
getAfternoon() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
getAirlineCarrier() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
getAirlineId() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getAirlineId() - Method in class org.hibersap.examples.flightdetail.FlightDetailBapi
 
getAirportfr() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getAirportFrom() - Method in class org.hibersap.examples.flightlist.Flight
 
getAirportto() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getAirportTo() - Method in class org.hibersap.examples.flightlist.Flight
 
getAliasUser() - Method in class org.hibersap.session.Credentials
 
getAnnotatedClasses() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getArrayType(Class<?>) - Static method in class org.hibersap.mapping.ReflectionHelper
Get the array type of type, or null if type is not an array.
getArrtime() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getAssociatedClass() - Method in class org.hibersap.mapping.model.BapiMapping
 
getAssociatedType() - Method in class org.hibersap.mapping.model.ParameterMapping
 
getBapiInterceptorClasses() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getBapiInterceptors() - Method in class org.hibersap.configuration.ConfigurationData
 
getBapiInterceptors() - Method in class org.hibersap.session.SessionManagerImpl
 
getBapiInterceptors() - Method in interface org.hibersap.session.SessionManagerImplementor
Returns this SessionManager's Bapi interceptors
getBapiMappings() - Method in class org.hibersap.session.SessionManagerImpl
 
getBapiMappings() - Method in interface org.hibersap.session.SessionManagerImplementor
Returns this SessionManager's BapiMappings.
getBapiMappingsForClass() - Method in class org.hibersap.configuration.ConfigurationData
 
getBapiName() - Method in class org.hibersap.mapping.model.BapiMapping
 
getCamelCaseBig(String) - Static method in class org.hibersap.generation.bapi.BapiFormatHelper
 
getCamelCaseSmall(String) - Static method in class org.hibersap.generation.bapi.BapiFormatHelper
 
getCarrierId() - Method in class org.hibersap.examples.flightlist.Flight
 
getCityfrom() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getCityto() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getClassForName(String) - Static method in class org.hibersap.configuration.ContextFactory
 
getClassForName(String) - Static method in class org.hibersap.mapping.ReflectionHelper
 
getClient() - Method in class org.hibersap.session.Credentials
 
getCollectionType() - Method in class org.hibersap.mapping.model.TableMapping
 
getComponentParameter() - Method in class org.hibersap.mapping.model.TableMapping
 
getConfig() - Method in interface org.hibersap.session.SessionManager
Get Configuration.
getConfig() - Method in class org.hibersap.session.SessionManagerImpl
 
getConfig() - Method in interface org.hibersap.session.SessionManagerImplementor
Returns this SessionManager's Configuration.
getConnectid() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getConnection() - Method in class org.hibersap.execution.jca.JCAContext
getConnection() - Method in class org.hibersap.execution.jco.JCoContext
 
getConnection() - Method in interface org.hibersap.session.Context
 
getConnectionId() - Method in class org.hibersap.examples.flightdetail.FlightDetailBapi
 
getConnectionId() - Method in class org.hibersap.examples.flightlist.Flight
 
getConnectionSpecClass(String) - Method in class org.hibersap.execution.jca.cci.AbstractConnectionSpecFactory
Looks up and returns the specified class.
getContext() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getContext() - Method in class org.hibersap.session.SessionManagerImpl
 
getContext() - Method in interface org.hibersap.session.SessionManagerImplementor
Returns this SessionManager's Context class.
getConverter(Class<? extends Converter>) - Method in class org.hibersap.conversion.ConverterCache
Called by the framework to get a Converter instance.
getConverter() - Method in class org.hibersap.mapping.model.FieldMapping
 
getConverterCache() - Method in class org.hibersap.session.SessionManagerImpl
 
getConverterCache() - Method in interface org.hibersap.session.SessionManagerImplementor
Returns this SessionManager's Converter cache.
getCurr() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getDeclaredField(Object, String) - Static method in class org.hibersap.mapping.ReflectionHelper
 
getDeclaredFieldsWithAnnotationRecursively(Class<?>, Class<? extends Annotation>) - Static method in class org.hibersap.mapping.ReflectionHelper
 
getDepartureTime() - Method in class org.hibersap.examples.flightlist.Flight
 
getDeptime() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getDestination(String) - Static method in class org.hibersap.execution.jco.JCoEnvironment
 
getDestinationProperties(String) - Method in class org.hibersap.execution.jco.JCoDataProvider
getErrorHandling() - Method in class org.hibersap.mapping.model.BapiMapping
 
getErrorMessageTypes() - Method in class org.hibersap.mapping.model.ErrorHandling
 
getErrors() - Method in exception org.hibersap.SapException
 
getExecutionInterceptorClasses() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getExecutionInterceptors() - Method in class org.hibersap.configuration.ConfigurationData
 
getExecutionInterceptors() - Method in class org.hibersap.session.SessionManagerImpl
 
getExecutionInterceptors() - Method in interface org.hibersap.session.SessionManagerImplementor
Returns this SessionManager's Execution interceptors
getExportParameters() - Method in class org.hibersap.mapping.model.BapiMapping
 
getField() - Method in class org.hibersap.bapi.BapiRet2
 
getFieldType() - Method in class org.hibersap.mapping.model.TableMapping
 
getFieldValue(Object, String) - Static method in class org.hibersap.mapping.ReflectionHelper
 
getFlightData() - Method in class org.hibersap.examples.flightdetail.FlightDetailBapi
 
getFlightdate() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getFlightDate() - Method in class org.hibersap.examples.flightdetail.FlightDetailBapi
 
getFlightDate() - Method in class org.hibersap.examples.flightlist.Flight
 
getFlightList() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
getFlightList(MappedRecord) - Method in interface org.hibersap.examples.jee.RAConnectorService
 
getFlightList(MappedRecord) - Method in class org.hibersap.examples.jee.RAConnectorServiceBean
 
getFromCity() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
getFromCountryKey() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
getGenericType(Field) - Static method in class org.hibersap.mapping.ReflectionHelper
Get the actual type of a one-dimensional generic field.
getId() - Method in class org.hibersap.bapi.BapiRet2
 
getId() - Method in class org.hibersap.SapException.SapError
 
getImportParameters() - Method in class org.hibersap.mapping.model.BapiMapping
 
getJavaName() - Method in class org.hibersap.mapping.model.ParameterMapping
 
getJcaConnectionFactory() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getJcaConnectionSpecFactory() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getLanguage() - Method in class org.hibersap.session.Credentials
 
getLogMsgNumber() - Method in class org.hibersap.bapi.BapiRet2
 
getLogNumber() - Method in class org.hibersap.bapi.BapiRet2
 
getMaxRead() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
getMessage() - Method in class org.hibersap.bapi.BapiRet2
 
getMessage() - Method in class org.hibersap.SapException.SapError
 
getMessageV1() - Method in class org.hibersap.bapi.BapiRet2
 
getMessageV2() - Method in class org.hibersap.bapi.BapiRet2
 
getMessageV3() - Method in class org.hibersap.bapi.BapiRet2
 
getMessageV4() - Method in class org.hibersap.bapi.BapiRet2
 
getName() - Method in class org.hibersap.configuration.xml.Property
 
getName() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getNumber() - Method in class org.hibersap.bapi.BapiRet2
 
getNumber() - Method in class org.hibersap.SapException.SapError
 
getParameter() - Method in class org.hibersap.bapi.BapiRet2
 
getParameters() - Method in class org.hibersap.mapping.model.StructureMapping
 
getParamType() - Method in class org.hibersap.mapping.model.FieldMapping
getParamType() - Method in class org.hibersap.mapping.model.ParameterMapping
 
getParamType() - Method in class org.hibersap.mapping.model.StructureMapping
 
getParamType() - Method in class org.hibersap.mapping.model.TableMapping
 
getPassword() - Method in class org.hibersap.session.Credentials
 
getPathToReturnStructure() - Method in class org.hibersap.mapping.model.ErrorHandling
 
getPrice() - Method in class org.hibersap.examples.flightdetail.FlightData
 
getProperties() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getProperty(String) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getReturn() - Method in class org.hibersap.examples.flightdetail.FlightDetailBapi
 
getReturnData() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
getRow() - Method in class org.hibersap.bapi.BapiRet2
 
getSapName() - Method in class org.hibersap.mapping.model.ParameterMapping
 
getSeatsMax() - Method in class org.hibersap.examples.flightlist.Flight
 
getSeatsOccupied() - Method in class org.hibersap.examples.flightlist.Flight
 
getSessionManager(String) - Method in class org.hibersap.configuration.xml.HibersapConfig
 
getSessionManager() - Method in class org.hibersap.session.SessionImpl
 
getSessionManager() - Method in interface org.hibersap.session.SessionImplementor
 
getSessionManagerConfig() - Method in class org.hibersap.configuration.Configuration
 
getSessionManagerConfig() - Method in class org.hibersap.configuration.ConfigurationData
 
getSessionManagers() - Method in class org.hibersap.configuration.xml.HibersapConfig
 
getSsoTicket() - Method in class org.hibersap.session.Credentials
 
getSystem() - Method in class org.hibersap.bapi.BapiRet2
 
getTableParameters() - Method in class org.hibersap.mapping.model.BapiMapping
 
getToCity() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
getToCountryKey() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
getTransaction() - Method in interface org.hibersap.execution.Connection
Returns the current transaction.
getTransaction() - Method in class org.hibersap.execution.jca.JCAConnection
 
getTransaction() - Method in class org.hibersap.execution.jco.JCoConnection
Returns the current transaction.
getTransaction() - Method in interface org.hibersap.session.Session
returns the transaction.
getTransaction() - Method in class org.hibersap.session.SessionImpl
 
getType() - Method in class org.hibersap.bapi.BapiRet2
 
getType() - Method in class org.hibersap.SapException.SapError
 
getUser() - Method in class org.hibersap.session.Credentials
 
getValidationMode() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
getValue() - Method in class org.hibersap.configuration.xml.Property
 
getX509Certificate() - Method in class org.hibersap.session.Credentials
 

H

hasDestinations() - Method in class org.hibersap.execution.jco.JCoDataProvider
 
hashCode() - Method in class org.hibersap.configuration.xml.Property
 
hashCode() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
hashCode() - Method in class org.hibersap.conversion.ConverterCache
 
hashCode() - Method in class org.hibersap.execution.jco.JCoContext
 
hashCode() - Method in class org.hibersap.mapping.model.BapiMapping
 
hashCode() - Method in class org.hibersap.mapping.model.ErrorHandling
 
hashCode() - Method in class org.hibersap.mapping.model.FieldMapping
 
hashCode() - Method in class org.hibersap.mapping.model.ParameterMapping
 
hashCode() - Method in class org.hibersap.mapping.model.StructureMapping
 
hashCode() - Method in class org.hibersap.mapping.model.TableMapping
 
HIBERSAP_XML_FILE - Static variable in class org.hibersap.configuration.Environment
 
HibersapConfig - Class in org.hibersap.configuration.xml
 
HibersapConfig() - Constructor for class org.hibersap.configuration.xml.HibersapConfig
 
HibersapException - Exception in org.hibersap
HibersapException is an unchecked exception which is commonly thrown by the framework when something goes wrong.
HibersapException(Throwable) - Constructor for exception org.hibersap.HibersapException
Constructs a new HibersapException with the specified cause.
HibersapException(String, Throwable) - Constructor for exception org.hibersap.HibersapException
Constructs a new HibersapException with a detail message and a cause.
HibersapException(String) - Constructor for exception org.hibersap.HibersapException
Constructs a new HibersapException with a detail message.
HibersapGenerator - Class in org.hibersap.generation
 
HibersapGenerator() - Constructor for class org.hibersap.generation.HibersapGenerator
 
HibersapJaxbXmlParser - Class in org.hibersap.configuration.xml
 
HibersapJaxbXmlParser() - Constructor for class org.hibersap.configuration.xml.HibersapJaxbXmlParser
 
HibersapParseException - Exception in org.hibersap.configuration.xml
Thrown on semantic errors in the hibersap.xml file
HibersapParseException(String, Throwable) - Constructor for exception org.hibersap.configuration.xml.HibersapParseException
 
HibersapParseException(String) - Constructor for exception org.hibersap.configuration.xml.HibersapParseException
 

I

ID - Static variable in class org.hibersap.bapi.BapiConstants
 
Import - Annotation Type in org.hibersap.annotations
Defines field to be an import parameter of the remote function module's interface.
IMPORT - Static variable in class org.hibersap.bapi.BapiConstants
 
init() - Method in interface org.hibersap.examples.jee.SapFlightService
 
init() - Method in class org.hibersap.examples.jee.SapFlightServiceBean
 
InternalHiberSapException - Exception in org.hibersap
 
InternalHiberSapException(String) - Constructor for exception org.hibersap.InternalHiberSapException
 
InternalHiberSapException(String, Throwable) - Constructor for exception org.hibersap.InternalHiberSapException
 
isClosed() - Method in interface org.hibersap.session.Session
is session already closed?
isClosed() - Method in class org.hibersap.session.SessionImpl
 
isClosed() - Method in interface org.hibersap.session.SessionManager
Returns the status of this SessionManager.
isClosed() - Method in class org.hibersap.session.SessionManagerImpl
 
isStateful(JCoDestination) - Method in interface org.hibersap.execution.jco.JCoContextAdapter
 
isStateful(JCoDestination) - Method in class org.hibersap.execution.jco.JCoContextAdapterImpl
 
isThrowExceptionOnError() - Method in class org.hibersap.mapping.model.ErrorHandling
 

J

JCAConnection - Class in org.hibersap.execution.jca
Implementation for JCA, i.e. it uses a deployed resource adapter to connect to SAP.
JCAConnection(ConnectionFactory, String) - Constructor for class org.hibersap.execution.jca.JCAConnection
 
JCAContext - Class in org.hibersap.execution.jca
Implementation for JCA, which uses a deployed resource adapter to connect to SAP.
JCAContext() - Constructor for class org.hibersap.execution.jca.JCAContext
 
JCAMapper - Class in org.hibersap.execution.jca
 
JCAMapper() - Constructor for class org.hibersap.execution.jca.JCAMapper
 
JCATransaction - Class in org.hibersap.execution.jca
Implementation for JCA, i.e. it uses a deployed resource adapter to connect to SAP.
JCATransaction(LocalTransaction) - Constructor for class org.hibersap.execution.jca.JCATransaction
 
JCoConnection - Class in org.hibersap.execution.jco
 
JCoConnection(String) - Constructor for class org.hibersap.execution.jco.JCoConnection
 
JCoContext - Class in org.hibersap.execution.jco
 
JCoContext() - Constructor for class org.hibersap.execution.jco.JCoContext
 
JCoContextAdapter - Interface in org.hibersap.execution.jco
This interface acts as an adapter to the JCoContext class.
JCoContextAdapterImpl - Class in org.hibersap.execution.jco
 
JCoContextAdapterImpl() - Constructor for class org.hibersap.execution.jco.JCoContextAdapterImpl
 
JCoDataProvider - Class in org.hibersap.execution.jco
The Hibersap implementation of the JCo DestinationDataProvider.
JCoDataProvider() - Constructor for class org.hibersap.execution.jco.JCoDataProvider
 
JCoEnvironment - Class in org.hibersap.execution.jco
This class acts as a wrapper for the ugly static JCo classes.
JCoMapper - Class in org.hibersap.execution.jco
 
JCoMapper() - Constructor for class org.hibersap.execution.jco.JCoMapper
 
JCoTransaction - Class in org.hibersap.execution.jco
 
JCoTransaction(SessionImplementor) - Constructor for class org.hibersap.execution.jco.JCoTransaction
 
JNDI_NAME - Static variable in interface org.hibersap.examples.jee.RAConnectorService
 
JNDI_NAME - Static variable in interface org.hibersap.examples.jee.SapFlightService
 
joinDateAndTime(Date, Date) - Static method in class org.hibersap.util.DateUtil
 

L

LOCAL_JNDI_NAME - Static variable in interface org.hibersap.examples.jee.RAConnectorService
 
LOCAL_JNDI_NAME - Static variable in interface org.hibersap.examples.jee.SapFlightService
 
LOG_MSG_NO - Static variable in class org.hibersap.bapi.BapiConstants
 
LOG_NO - Static variable in class org.hibersap.bapi.BapiConstants
 

M

map(String, SessionManager) - Method in class org.hibersap.generation.bapi.ReverseBapiMapper
 
mapBapi(Class<?>) - Method in class org.hibersap.mapping.AnnotationBapiMapper
Takes an annotated BAPI class and creates a BapiMapping.
mapFunctionMapToPojo(Object, Map<String, Object>, BapiMapping) - Method in class org.hibersap.execution.PojoMapper
 
mapFunctionMapValuesToMappedRecord(String, RecordFactory, Map<String, Object>) - Method in class org.hibersap.execution.jca.JCAMapper
 
MappingException - Exception in org.hibersap
A MappingException is thrown by the framework when there are errors mapping BAPI classes.
MappingException(String, Throwable) - Constructor for exception org.hibersap.MappingException
Constructs a new MappingException with a detail message and a cause.
MappingException(Throwable) - Constructor for exception org.hibersap.MappingException
Constructs a new MappingException with the specified cause.
MappingException(String) - Constructor for exception org.hibersap.MappingException
Constructs a new MappingException with a detail message.
mapPojoToFunctionMap(Object, BapiMapping) - Method in class org.hibersap.execution.PojoMapper
Maps the Bapi class to the internally used function map.
mapRecordToFunctionMap(Map<String, Object>, Map<String, Object>) - Method in class org.hibersap.execution.jca.JCAMapper
 
MAXREAD - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
MESSAGE - Static variable in class org.hibersap.bapi.BapiConstants
 
MESSAGE_V1 - Static variable in class org.hibersap.bapi.BapiConstants
 
MESSAGE_V2 - Static variable in class org.hibersap.bapi.BapiConstants
 
MESSAGE_V3 - Static variable in class org.hibersap.bapi.BapiConstants
 
MESSAGE_V4 - Static variable in class org.hibersap.bapi.BapiConstants
 

N

NAMESPACE - Static variable in class org.hibersap.configuration.xml.HibersapConfig
 
newCollectionInstance(Class<? extends Collection>) - Static method in class org.hibersap.mapping.ReflectionHelper
 
newConnectionSpecInstance(Class<?>, Class<?>[], Object[]) - Method in class org.hibersap.execution.jca.cci.AbstractConnectionSpecFactory
Creates a new instance of the specified ConnectionSpec implementation class via reflection.
newDate(int, int, int) - Static method in class org.hibersap.util.DateUtil
 
newDate(int, int, int, int, int, int) - Static method in class org.hibersap.util.DateUtil
 
newInstance(Class<T>) - Static method in class org.hibersap.mapping.ReflectionHelper
 
newInstance(String, Class<T>) - Static method in class org.hibersap.mapping.ReflectionHelper
 
notifySynchronizationsAfterCompletion(boolean) - Method in class org.hibersap.session.AbstractTransaction
 
notifySynchronizationsBeforeCompletion() - Method in class org.hibersap.session.AbstractTransaction
 
NUMBER - Static variable in class org.hibersap.bapi.BapiConstants
 

O

ObjectMapping - Class in org.hibersap.mapping.model
 
ObjectMapping(Class<?>, String, String) - Constructor for class org.hibersap.mapping.model.ObjectMapping
 
openSession() - Method in interface org.hibersap.session.SessionManager
Open a Session using a newly created connection to SAP.
openSession(Credentials) - Method in interface org.hibersap.session.SessionManager
Open a Session using a newly created connection to SAP, providing user credentials.
openSession() - Method in class org.hibersap.session.SessionManagerImpl
 
openSession(Credentials) - Method in class org.hibersap.session.SessionManagerImpl
 
org.hibersap - package org.hibersap
 
org.hibersap.annotations - package org.hibersap.annotations
 
org.hibersap.bapi - package org.hibersap.bapi
 
org.hibersap.configuration - package org.hibersap.configuration
 
org.hibersap.configuration.xml - package org.hibersap.configuration.xml
 
org.hibersap.conversion - package org.hibersap.conversion
 
org.hibersap.examples.flightdetail - package org.hibersap.examples.flightdetail
 
org.hibersap.examples.flightlist - package org.hibersap.examples.flightlist
 
org.hibersap.examples.jee - package org.hibersap.examples.jee
 
org.hibersap.execution - package org.hibersap.execution
 
org.hibersap.execution.jca - package org.hibersap.execution.jca
 
org.hibersap.execution.jca.cci - package org.hibersap.execution.jca.cci
 
org.hibersap.execution.jco - package org.hibersap.execution.jco
 
org.hibersap.generation - package org.hibersap.generation
 
org.hibersap.generation.bapi - package org.hibersap.generation.bapi
 
org.hibersap.interceptor - package org.hibersap.interceptor
 
org.hibersap.interceptor.impl - package org.hibersap.interceptor.impl
 
org.hibersap.mapping - package org.hibersap.mapping
 
org.hibersap.mapping.model - package org.hibersap.mapping.model
 
org.hibersap.session - package org.hibersap.session
 
org.hibersap.util - package org.hibersap.util
 
org.hibersap.validation - package org.hibersap.validation
 

P

Parameter - Annotation Type in org.hibersap.annotations
Maps the Java field to a parameter of the remote function module's interface.
PARAMETER - Static variable in class org.hibersap.bapi.BapiConstants
 
ParameterMapping - Class in org.hibersap.mapping.model
 
ParameterMapping(Class<?>, String, String) - Constructor for class org.hibersap.mapping.model.ParameterMapping
 
ParameterMapping.ParamType - Enum in org.hibersap.mapping.model
 
ParameterType - Enum in org.hibersap.annotations
Declare parameter type.
parseResource(String) - Method in class org.hibersap.configuration.xml.HibersapJaxbXmlParser
 
parseResource(InputStream, String) - Method in class org.hibersap.configuration.xml.HibersapJaxbXmlParser
 
PojoMapper - Class in org.hibersap.execution
 
PojoMapper(ConverterCache) - Constructor for class org.hibersap.execution.PojoMapper
 
PRICE - Static variable in interface org.hibersap.examples.flightdetail.FlightDetailConstants
 
Property - Class in org.hibersap.configuration.xml
 
Property() - Constructor for class org.hibersap.configuration.xml.Property
 
Property(String, String) - Constructor for class org.hibersap.configuration.xml.Property
 

R

RA_JNDI_NAME - Static variable in interface org.hibersap.examples.jee.RAConnectorService
 
RAConnectorService - Interface in org.hibersap.examples.jee
 
RAConnectorServiceBean - Class in org.hibersap.examples.jee
 
RAConnectorServiceBean() - Constructor for class org.hibersap.examples.jee.RAConnectorServiceBean
 
ReflectionHelper - Class in org.hibersap.mapping
 
registerDestination(String, Properties) - Static method in class org.hibersap.execution.jco.JCoEnvironment
 
registerSynchronization(Synchronization) - Method in class org.hibersap.session.AbstractTransaction
Register application-defined Synchronization callback.
registerSynchronization(Synchronization) - Method in interface org.hibersap.session.Transaction
 
removeDestination(String) - Method in class org.hibersap.execution.jco.JCoDataProvider
 
removeListener(T) - Method in class org.hibersap.util.Announcer
 
RETURN - Static variable in class org.hibersap.bapi.BapiConstants
 
ReverseBapiMapper - Class in org.hibersap.generation.bapi
 
ReverseBapiMapper() - Constructor for class org.hibersap.generation.bapi.ReverseBapiMapper
 
rollback() - Method in class org.hibersap.execution.jca.JCATransaction
 
rollback() - Method in class org.hibersap.execution.jco.JCoTransaction
 
rollback() - Method in interface org.hibersap.session.Transaction
 
ROW - Static variable in class org.hibersap.bapi.BapiConstants
 

S

SapBapiJcaAdapterConnectionSpecFactory - Class in org.hibersap.execution.jca.cci
 
SapBapiJcaAdapterConnectionSpecFactory() - Constructor for class org.hibersap.execution.jca.cci.SapBapiJcaAdapterConnectionSpecFactory
 
SapErrorInterceptor - Class in org.hibersap.interceptor.impl
Throws a SapException after the execution of a BAPI call when SAP returned an Error message.
SapErrorInterceptor() - Constructor for class org.hibersap.interceptor.impl.SapErrorInterceptor
 
SapException - Exception in org.hibersap
A SapException holds error messages corresponding to the values of SAP return structures.
SapException(List<SapException.SapError>) - Constructor for exception org.hibersap.SapException
 
SapException(SapException.SapError) - Constructor for exception org.hibersap.SapException
 
SapException.SapError - Class in org.hibersap
Hold information about (error, warning, info, etc.) values returned by a SAP function.
SapException.SapError(String, String, String, String) - Constructor for class org.hibersap.SapException.SapError
 
SapFlightService - Interface in org.hibersap.examples.jee
 
SapFlightServiceBean - Class in org.hibersap.examples.jee
 
SapFlightServiceBean() - Constructor for class org.hibersap.examples.jee.SapFlightServiceBean
 
SEATSMAX - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
SEATSOCC - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
Session - Interface in org.hibersap.session
 
SessionImpl - Class in org.hibersap.session
 
SessionImpl(SessionManagerImplementor) - Constructor for class org.hibersap.session.SessionImpl
 
SessionImpl(SessionManagerImplementor, Credentials) - Constructor for class org.hibersap.session.SessionImpl
 
SessionImplementor - Interface in org.hibersap.session
 
SessionManager - Interface in org.hibersap.session
 
SessionManagerConfig - Class in org.hibersap.configuration.xml
 
SessionManagerConfig() - Constructor for class org.hibersap.configuration.xml.SessionManagerConfig
 
SessionManagerConfig(String) - Constructor for class org.hibersap.configuration.xml.SessionManagerConfig
 
SessionManagerImpl - Class in org.hibersap.session
Implementation of the SessionManager.
SessionManagerImpl(ConfigurationData, Context) - Constructor for class org.hibersap.session.SessionManagerImpl
 
SessionManagerImplementor - Interface in org.hibersap.session
The client's interface to the SessionManager.
setAliasUser(String) - Method in class org.hibersap.session.Credentials
 
setAnnotatedClasses(Set<String>) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setBapiInterceptorClasses(Collection<String>) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setBapiInterceptors(Set<BapiInterceptor>) - Method in class org.hibersap.configuration.ConfigurationData
 
setBapiMappings(Map<Class<?>, BapiMapping>) - Method in class org.hibersap.configuration.Configuration
Concrete subclasses should use this method to provide the BAPI mapping information.
setBapiMappingsForClass(Map<Class<?>, BapiMapping>) - Method in class org.hibersap.configuration.ConfigurationData
 
setClient(String) - Method in class org.hibersap.session.Credentials
 
setContext(String) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setCredentials(Credentials) - Method in interface org.hibersap.execution.Connection
Set the credentials for the session.
setCredentials(Credentials) - Method in class org.hibersap.execution.jca.JCAConnection
 
setCredentials(Credentials) - Method in class org.hibersap.execution.jco.JCoConnection
Set the credentials for the session.
setDestinationDataEventListener(DestinationDataEventListener) - Method in class org.hibersap.execution.jco.JCoDataProvider
setExecutionInterceptorClasses(Collection<String>) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setExecutionInterceptors(Set<ExecutionInterceptor>) - Method in class org.hibersap.configuration.ConfigurationData
 
setFieldValue(Object, String, Object) - Static method in class org.hibersap.mapping.ReflectionHelper
 
setJcaConnectionFactory(String) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setJcaConnectionSpecFactory(String) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setLanguage(String) - Method in class org.hibersap.session.Credentials
 
setName(String) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setParameters(Set<FieldMapping>) - Method in class org.hibersap.mapping.model.StructureMapping
 
setPassword(String) - Method in class org.hibersap.session.Credentials
 
setProperties(Set<Property>) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setProperty(String, String) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setSessionManagers(List<SessionManagerConfig>) - Method in class org.hibersap.configuration.xml.HibersapConfig
 
setSsoTicket(String) - Method in class org.hibersap.session.Credentials
 
setUser(String) - Method in class org.hibersap.session.Credentials
 
setValidationMode(ValidationMode) - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
setX509Certificate(String) - Method in class org.hibersap.session.Credentials
 
showFlightDetail(Date) - Method in interface org.hibersap.examples.jee.SapFlightService
 
showFlightDetail(Date) - Method in class org.hibersap.examples.jee.SapFlightServiceBean
Example using Container Managed Transaction (CMT): The container cares about transaction handling (see @TransactionAttribute annotation).
showFlightList() - Method in interface org.hibersap.examples.jee.SapFlightService
 
showFlightList() - Method in class org.hibersap.examples.jee.SapFlightServiceBean
Example using Bean Managed Transaction (BMT): No Transaction from the Container is propagated (see @TransactionAttribute annotation), so we do programmatic transaction handling.
stripDate(Date) - Static method in class org.hibersap.util.DateUtil
 
stripTime(Date) - Static method in class org.hibersap.util.DateUtil
 
StructureMapping - Class in org.hibersap.mapping.model
 
StructureMapping(Class<?>, String, String) - Constructor for class org.hibersap.mapping.model.StructureMapping
 
StructureMapping(Class<?>, String, String, Set<FieldMapping>) - Constructor for class org.hibersap.mapping.model.StructureMapping
 
supportsEvents() - Method in class org.hibersap.execution.jco.JCoDataProvider
Synchronization - Interface in org.hibersap.session
Callback interface for transactions.
SYSTEM - Static variable in class org.hibersap.bapi.BapiConstants
 

T

Table - Annotation Type in org.hibersap.annotations
Defines field to be a table parameter of the remote function module's interface.
TABLE - Static variable in class org.hibersap.bapi.BapiConstants
 
TableMapping - Class in org.hibersap.mapping.model
 
TableMapping(Class<?>, Class<?>, String, String, StructureMapping) - Constructor for class org.hibersap.mapping.model.TableMapping
 
ThrowExceptionOnError - Annotation Type in org.hibersap.annotations
Generate a SapException when the function module returns errors in a RETURN structure or table.
to(Class<? extends T>) - Static method in class org.hibersap.util.Announcer
 
TOCITY - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
TOCOUNTRYKEY - Static variable in interface org.hibersap.examples.flightlist.FlightListConstants
 
toString() - Method in class org.hibersap.configuration.xml.Property
 
toString() - Method in class org.hibersap.configuration.xml.SessionManagerConfig
 
toString() - Method in class org.hibersap.conversion.ConverterCache
 
toString() - Method in class org.hibersap.examples.flightdetail.FlightDetailBapi
 
toString() - Method in class org.hibersap.examples.flightlist.FlightListBapi
 
toString() - Method in class org.hibersap.mapping.model.BapiMapping
 
toString() - Method in class org.hibersap.SapException.SapError
 
toString() - Method in exception org.hibersap.SapException
 
toString() - Method in class org.hibersap.session.SessionManagerImpl
 
Transaction - Interface in org.hibersap.session
Represents a transaction.
TYPE - Static variable in class org.hibersap.bapi.BapiConstants
 

U

unregisterDestination(String) - Static method in class org.hibersap.execution.jco.JCoEnvironment
 
UnsafeCastHelper - Class in org.hibersap.execution
 

V

ValidationMode - Enum in org.hibersap.configuration.xml
 
valueOf(String) - Static method in enum org.hibersap.annotations.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibersap.configuration.xml.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibersap.mapping.model.ParameterMapping.ParamType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibersap.annotations.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibersap.configuration.xml.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibersap.mapping.model.ParameterMapping.ParamType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.hibersap.configuration.Environment
 

W

WAIT - Static variable in class org.hibersap.bapi.BapiConstants
 
wasAdded(String) - Method in class org.hibersap.execution.jco.JCoDataProvider
 

A B C D E F G H I J L M N O P R S T U V W

Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.