Serialized Form


Package org.hibersap

Class org.hibersap.ConfigurationException extends HibersapException implements Serializable

serialVersionUID: 1L

Class org.hibersap.HibersapException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.hibersap.InternalHiberSapException extends HibersapException implements Serializable

serialVersionUID: 1L

Class org.hibersap.MappingException extends HibersapException implements Serializable

serialVersionUID: 1L

Class org.hibersap.SapException extends HibersapException implements Serializable

serialVersionUID: 1L

Serialized Fields

sapErrors

List<E> sapErrors

Package org.hibersap.bapi

Class org.hibersap.bapi.BapiRet2 extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

char type
Message type: S Success, E Error, W Warning, I Info, A Abort


id

String id
Messages, message class


number

String number
Messages, message number


message

String message
Message text


logNumber

String logNumber
Application log: log number


logMsgNumber

String logMsgNumber
Application log: Internal message serial number


messageV1

String messageV1
Messages, message variables


messageV2

String messageV2
Messages, message variables


messageV3

String messageV3
Messages, message variables


messageV4

String messageV4
Messages, message variables


parameter

String parameter
Parameter name


row

int row
Lines in parameter


field

String field
Field in parameter


system

String system
Logical system from which message originates

Class org.hibersap.bapi.BapiTransactionCommit extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

wait

String wait

Class org.hibersap.bapi.BapiTransactionRollback extends Object implements Serializable

serialVersionUID: 1L


Package org.hibersap.configuration.xml

Class org.hibersap.configuration.xml.HibersapConfig extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionManagers

List<E> sessionManagers

Class org.hibersap.configuration.xml.HibersapParseException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.hibersap.configuration.xml.Property extends Object implements Serializable

serialVersionUID: -5507648478886478774L

Serialized Fields

name

String name

value

String value

Class org.hibersap.configuration.xml.SessionManagerConfig extends Object implements Serializable

serialVersionUID: 270142113574399232L

Serialized Fields

name

String name

context

String context

properties

Set<E> properties

nameValues

HashMap<K,V> nameValues

annotatedClasses

HashSet<E> annotatedClasses

executionInterceptorClasses

HashSet<E> executionInterceptorClasses

bapiInterceptorClasses

HashSet<E> bapiInterceptorClasses

jcaConnectionFactory

String jcaConnectionFactory

jcaConnectionSpecFactory

String jcaConnectionSpecFactory

validationMode

ValidationMode validationMode

Package org.hibersap.conversion

Class org.hibersap.conversion.BooleanConverter extends Object implements Serializable

Class org.hibersap.conversion.CharConverter extends Object implements Serializable

Class org.hibersap.conversion.ConversionException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.hibersap.conversion.DefaultConverter extends Object implements Serializable


Package org.hibersap.examples.flightdetail

Class org.hibersap.examples.flightdetail.FlightData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

airlineId

String airlineId

connectid

String connectid

flightdate

Date flightdate

airportfr

String airportfr

cityfrom

String cityfrom

airportto

String airportto

cityto

String cityto

deptime

Date deptime

arrtime

Date arrtime

price

BigDecimal price

curr

String curr

Class org.hibersap.examples.flightdetail.FlightDetailBapi extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

airlineId

String airlineId

connectionId

String connectionId

flightDate

Date flightDate

flightData

FlightData flightData

bapiReturn

BapiRet2 bapiReturn

Package org.hibersap.examples.flightlist

Class org.hibersap.examples.flightlist.Flight extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

carrierId

String carrierId

connectionId

String connectionId

airportFrom

String airportFrom

airportTo

String airportTo

flightDate

Date flightDate

departureTime

Date departureTime

seatsMax

int seatsMax

seatsOccupied

int seatsOccupied

Class org.hibersap.examples.flightlist.FlightListBapi extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fromCountryKey

String fromCountryKey

fromCity

String fromCity

toCountryKey

String toCountryKey

toCity

String toCity

airlineCarrier

String airlineCarrier

afternoon

boolean afternoon

maxRead

int maxRead

returnData

BapiRet2 returnData

flightList

List<E> flightList

Package org.hibersap.interceptor

Package org.hibersap.interceptor.impl

Class org.hibersap.interceptor.impl.SapErrorInterceptor extends Object implements Serializable


Package org.hibersap.mapping.model

Class org.hibersap.mapping.model.BapiMapping extends Object implements Serializable

serialVersionUID: 6716958693316907614L

Serialized Fields

bapiName

String bapiName

associatedClass

Class<T> associatedClass

importParams

Set<E> importParams

exportParams

Set<E> exportParams

tableParams

Set<E> tableParams

errorHandling

ErrorHandling errorHandling

Class org.hibersap.mapping.model.ErrorHandling extends Object implements Serializable

serialVersionUID: 8008066068040245973L

Serialized Fields

throwExceptionOnError

boolean throwExceptionOnError

pathToReturnStructure

String pathToReturnStructure

errorMessageTypes

String[] errorMessageTypes

Class org.hibersap.mapping.model.FieldMapping extends ObjectMapping implements Serializable

serialVersionUID: -7542970603293850477L

Serialized Fields

converter

Class<T> converter

Class org.hibersap.mapping.model.ObjectMapping extends ParameterMapping implements Serializable

serialVersionUID: -4287605862350201231L

Class org.hibersap.mapping.model.ParameterMapping extends Object implements Serializable

serialVersionUID: -2858494641560482982L

Serialized Fields

associatedType

Class<T> associatedType

sapName

String sapName

javaName

String javaName

Class org.hibersap.mapping.model.StructureMapping extends ObjectMapping implements Serializable

serialVersionUID: 2930405767657861801L

Serialized Fields

parameters

Set<E> parameters

Class org.hibersap.mapping.model.TableMapping extends ParameterMapping implements Serializable

serialVersionUID: 6134694196341208013L

Serialized Fields

componentParameter

StructureMapping componentParameter

fieldType

Class<T> fieldType

collectionType

Class<T> collectionType

Package org.hibersap.session

Class org.hibersap.session.SessionManagerImpl extends Object implements Serializable

serialVersionUID: -541810809624063050L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

closed

boolean closed

config

SessionManagerConfig config

bapiMappings

Map<K,V> bapiMappings



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