Class GeneratedSAPRFCDestination
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.sap.core.configuration.jalo.GeneratedSAPRFCDestination
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SAPRFCDestination
public abstract class GeneratedSAPRFCDestination extends GenericItem
Generated class for typeSAPRFCDestination
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ADDITIONALATTRIBUTES
Qualifier of theSAPRFCDestination.AdditionalAttributes
attributeprotected static OneToManyHandler<RFCDestinationAttribute>
ADDITIONALATTRIBUTESHANDLER
OneToManyHandler
for handling 1:n ADDITIONALATTRIBUTES's relation attributes from 'many' side.static java.lang.String
BACKENDTYPE
Qualifier of theSAPRFCDestination.backendType
attributestatic java.lang.String
CLIENT
Qualifier of theSAPRFCDestination.client
attributestatic java.lang.String
CONNECTIONTYPE
Qualifier of theSAPRFCDestination.connectionType
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
GROUP
Qualifier of theSAPRFCDestination.group
attributestatic java.lang.String
INSTANCE
Qualifier of theSAPRFCDestination.instance
attributestatic java.lang.String
JCOCLIENTDELTA
Qualifier of theSAPRFCDestination.jcoClientDelta
attributestatic java.lang.String
JCOCPICTRACE
Qualifier of theSAPRFCDestination.jcoCPICTrace
attributestatic java.lang.String
JCOMSSERV
Qualifier of theSAPRFCDestination.jcoMsServ
attributestatic java.lang.String
JCORFCTRACE
Qualifier of theSAPRFCDestination.jcoRFCTrace
attributestatic java.lang.String
JCOSAPROUTER
Qualifier of theSAPRFCDestination.jcoSAPRouter
attributestatic java.lang.String
JCOTRACELEVEL
Qualifier of theSAPRFCDestination.jcoTraceLevel
attributestatic java.lang.String
JCOTRACEPATH
Qualifier of theSAPRFCDestination.jcoTracePath
attributestatic java.lang.String
MAXCONNECTIONS
Qualifier of theSAPRFCDestination.maxConnections
attributestatic java.lang.String
MAXWAITTIME
Qualifier of theSAPRFCDestination.maxWaitTime
attributestatic java.lang.String
MESSAGESERVER
Qualifier of theSAPRFCDestination.messageServer
attributestatic java.lang.String
OFFLINEMODE
Qualifier of theSAPRFCDestination.offlineMode
attributestatic java.lang.String
PASSWORD
Qualifier of theSAPRFCDestination.password
attributestatic java.lang.String
POOLEDCONNECTIONMODE
Qualifier of theSAPRFCDestination.pooledConnectionMode
attributestatic java.lang.String
POOLSIZE
Qualifier of theSAPRFCDestination.poolSize
attributestatic java.lang.String
RFCDESTINATIONNAME
Qualifier of theSAPRFCDestination.rfcDestinationName
attributestatic java.lang.String
SAPCONFIGURATIONS
Qualifier of theSAPRFCDestination.SAPConfigurations
attributeprotected static OneToManyHandler<SAPConfiguration>
SAPCONFIGURATIONSHANDLER
OneToManyHandler
for handling 1:n SAPCONFIGURATIONS's relation attributes from 'many' side.static java.lang.String
SID
Qualifier of theSAPRFCDestination.sid
attributestatic java.lang.String
SNCMODE
Qualifier of theSAPRFCDestination.sncMode
attributestatic java.lang.String
SNCPARTNERNAME
Qualifier of theSAPRFCDestination.sncPartnerName
attributestatic java.lang.String
SNCQOP
Qualifier of theSAPRFCDestination.sncQoP
attributestatic java.lang.String
TARGETHOST
Qualifier of theSAPRFCDestination.targetHost
attributestatic java.lang.String
USERID
Qualifier of theSAPRFCDestination.userid
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedSAPRFCDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToAdditionalAttributes(SessionContext ctx, RFCDestinationAttribute value)
Generated method - Addsvalue
to AdditionalAttributes.void
addToAdditionalAttributes(RFCDestinationAttribute value)
Generated method - Addsvalue
to AdditionalAttributes.void
addToSAPConfigurations(SessionContext ctx, SAPConfiguration value)
Generated method - Addsvalue
to SAPConfigurations.void
addToSAPConfigurations(SAPConfiguration value)
Generated method - Addsvalue
to SAPConfigurations.java.util.Collection<RFCDestinationAttribute>
getAdditionalAttributes()
Generated method - Getter of theSAPRFCDestination.AdditionalAttributes
attribute.java.util.Collection<RFCDestinationAttribute>
getAdditionalAttributes(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.AdditionalAttributes
attribute.EnumerationValue
getBackendType()
Generated method - Getter of theSAPRFCDestination.backendType
attribute.EnumerationValue
getBackendType(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.backendType
attribute.java.lang.String
getClient()
Generated method - Getter of theSAPRFCDestination.client
attribute.java.lang.String
getClient(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.client
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getGroup()
Generated method - Getter of theSAPRFCDestination.group
attribute.java.lang.String
getGroup(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.group
attribute.java.lang.String
getInstance()
Generated method - Getter of theSAPRFCDestination.instance
attribute.java.lang.String
getInstance(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.instance
attribute.EnumerationValue
getJcoCPICTrace()
Generated method - Getter of theSAPRFCDestination.jcoCPICTrace
attribute.EnumerationValue
getJcoCPICTrace(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoCPICTrace
attribute.java.lang.String
getJcoMsServ()
Generated method - Getter of theSAPRFCDestination.jcoMsServ
attribute.java.lang.String
getJcoMsServ(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoMsServ
attribute.java.lang.String
getJcoSAPRouter()
Generated method - Getter of theSAPRFCDestination.jcoSAPRouter
attribute.java.lang.String
getJcoSAPRouter(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoSAPRouter
attribute.EnumerationValue
getJcoTraceLevel()
Generated method - Getter of theSAPRFCDestination.jcoTraceLevel
attribute.EnumerationValue
getJcoTraceLevel(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoTraceLevel
attribute.java.lang.String
getJcoTracePath()
Generated method - Getter of theSAPRFCDestination.jcoTracePath
attribute.java.lang.String
getJcoTracePath(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoTracePath
attribute.java.lang.String
getMaxConnections()
Generated method - Getter of theSAPRFCDestination.maxConnections
attribute.java.lang.String
getMaxConnections(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.maxConnections
attribute.java.lang.String
getMaxWaitTime()
Generated method - Getter of theSAPRFCDestination.maxWaitTime
attribute.java.lang.String
getMaxWaitTime(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.maxWaitTime
attribute.java.lang.String
getMessageServer()
Generated method - Getter of theSAPRFCDestination.messageServer
attribute.java.lang.String
getMessageServer(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.messageServer
attribute.java.lang.String
getPassword()
Generated method - Getter of theSAPRFCDestination.password
attribute.java.lang.String
getPassword(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.password
attribute.java.lang.String
getPoolSize()
Generated method - Getter of theSAPRFCDestination.poolSize
attribute.java.lang.String
getPoolSize(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.poolSize
attribute.java.lang.String
getRfcDestinationName()
Generated method - Getter of theSAPRFCDestination.rfcDestinationName
attribute.java.lang.String
getRfcDestinationName(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.rfcDestinationName
attribute.java.util.Collection<SAPConfiguration>
getSAPConfigurations()
Generated method - Getter of theSAPRFCDestination.SAPConfigurations
attribute.java.util.Collection<SAPConfiguration>
getSAPConfigurations(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.SAPConfigurations
attribute.java.lang.String
getSid()
Generated method - Getter of theSAPRFCDestination.sid
attribute.java.lang.String
getSid(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sid
attribute.java.lang.String
getSncPartnerName()
Generated method - Getter of theSAPRFCDestination.sncPartnerName
attribute.java.lang.String
getSncPartnerName(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sncPartnerName
attribute.EnumerationValue
getSncQoP()
Generated method - Getter of theSAPRFCDestination.sncQoP
attribute.EnumerationValue
getSncQoP(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sncQoP
attribute.java.lang.String
getTargetHost()
Generated method - Getter of theSAPRFCDestination.targetHost
attribute.java.lang.String
getTargetHost(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.targetHost
attribute.java.lang.String
getUserid()
Generated method - Getter of theSAPRFCDestination.userid
attribute.java.lang.String
getUserid(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.userid
attribute.java.lang.Boolean
isConnectionType()
Generated method - Getter of theSAPRFCDestination.connectionType
attribute.java.lang.Boolean
isConnectionType(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.connectionType
attribute.boolean
isConnectionTypeAsPrimitive()
Generated method - Getter of theSAPRFCDestination.connectionType
attribute.boolean
isConnectionTypeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.connectionType
attribute.java.lang.Boolean
isJcoClientDelta()
Generated method - Getter of theSAPRFCDestination.jcoClientDelta
attribute.java.lang.Boolean
isJcoClientDelta(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoClientDelta
attribute.boolean
isJcoClientDeltaAsPrimitive()
Generated method - Getter of theSAPRFCDestination.jcoClientDelta
attribute.boolean
isJcoClientDeltaAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoClientDelta
attribute.java.lang.Boolean
isJcoRFCTrace()
Generated method - Getter of theSAPRFCDestination.jcoRFCTrace
attribute.java.lang.Boolean
isJcoRFCTrace(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoRFCTrace
attribute.boolean
isJcoRFCTraceAsPrimitive()
Generated method - Getter of theSAPRFCDestination.jcoRFCTrace
attribute.boolean
isJcoRFCTraceAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoRFCTrace
attribute.java.lang.Boolean
isOfflineMode()
Generated method - Getter of theSAPRFCDestination.offlineMode
attribute.java.lang.Boolean
isOfflineMode(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.offlineMode
attribute.boolean
isOfflineModeAsPrimitive()
Generated method - Getter of theSAPRFCDestination.offlineMode
attribute.boolean
isOfflineModeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.offlineMode
attribute.java.lang.Boolean
isPooledConnectionMode()
Generated method - Getter of theSAPRFCDestination.pooledConnectionMode
attribute.java.lang.Boolean
isPooledConnectionMode(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.pooledConnectionMode
attribute.boolean
isPooledConnectionModeAsPrimitive()
Generated method - Getter of theSAPRFCDestination.pooledConnectionMode
attribute.boolean
isPooledConnectionModeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.pooledConnectionMode
attribute.java.lang.Boolean
isSncMode()
Generated method - Getter of theSAPRFCDestination.sncMode
attribute.java.lang.Boolean
isSncMode(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sncMode
attribute.boolean
isSncModeAsPrimitive()
Generated method - Getter of theSAPRFCDestination.sncMode
attribute.boolean
isSncModeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sncMode
attribute.void
removeFromAdditionalAttributes(SessionContext ctx, RFCDestinationAttribute value)
Generated method - Removesvalue
from AdditionalAttributes.void
removeFromAdditionalAttributes(RFCDestinationAttribute value)
Generated method - Removesvalue
from AdditionalAttributes.void
removeFromSAPConfigurations(SessionContext ctx, SAPConfiguration value)
Generated method - Removesvalue
from SAPConfigurations.void
removeFromSAPConfigurations(SAPConfiguration value)
Generated method - Removesvalue
from SAPConfigurations.void
setAdditionalAttributes(SessionContext ctx, java.util.Collection<RFCDestinationAttribute> value)
Generated method - Setter of theSAPRFCDestination.AdditionalAttributes
attribute.void
setAdditionalAttributes(java.util.Collection<RFCDestinationAttribute> value)
Generated method - Setter of theSAPRFCDestination.AdditionalAttributes
attribute.void
setBackendType(EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.backendType
attribute.void
setBackendType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.backendType
attribute.void
setClient(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.client
attribute.void
setClient(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.client
attribute.void
setConnectionType(boolean value)
Generated method - Setter of theSAPRFCDestination.connectionType
attribute.void
setConnectionType(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.connectionType
attribute.void
setConnectionType(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.connectionType
attribute.void
setConnectionType(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.connectionType
attribute.void
setGroup(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.group
attribute.void
setGroup(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.group
attribute.void
setInstance(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.instance
attribute.void
setInstance(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.instance
attribute.void
setJcoClientDelta(boolean value)
Generated method - Setter of theSAPRFCDestination.jcoClientDelta
attribute.void
setJcoClientDelta(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.jcoClientDelta
attribute.void
setJcoClientDelta(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.jcoClientDelta
attribute.void
setJcoClientDelta(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.jcoClientDelta
attribute.void
setJcoCPICTrace(EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.jcoCPICTrace
attribute.void
setJcoCPICTrace(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.jcoCPICTrace
attribute.void
setJcoMsServ(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoMsServ
attribute.void
setJcoMsServ(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoMsServ
attribute.void
setJcoRFCTrace(boolean value)
Generated method - Setter of theSAPRFCDestination.jcoRFCTrace
attribute.void
setJcoRFCTrace(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.jcoRFCTrace
attribute.void
setJcoRFCTrace(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.jcoRFCTrace
attribute.void
setJcoRFCTrace(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.jcoRFCTrace
attribute.void
setJcoSAPRouter(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoSAPRouter
attribute.void
setJcoSAPRouter(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoSAPRouter
attribute.void
setJcoTraceLevel(EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.jcoTraceLevel
attribute.void
setJcoTraceLevel(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.jcoTraceLevel
attribute.void
setJcoTracePath(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoTracePath
attribute.void
setJcoTracePath(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoTracePath
attribute.void
setMaxConnections(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.maxConnections
attribute.void
setMaxConnections(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.maxConnections
attribute.void
setMaxWaitTime(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.maxWaitTime
attribute.void
setMaxWaitTime(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.maxWaitTime
attribute.void
setMessageServer(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.messageServer
attribute.void
setMessageServer(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.messageServer
attribute.void
setOfflineMode(boolean value)
Generated method - Setter of theSAPRFCDestination.offlineMode
attribute.void
setOfflineMode(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.offlineMode
attribute.void
setOfflineMode(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.offlineMode
attribute.void
setOfflineMode(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.offlineMode
attribute.void
setPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.password
attribute.void
setPassword(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.password
attribute.void
setPooledConnectionMode(boolean value)
Generated method - Setter of theSAPRFCDestination.pooledConnectionMode
attribute.void
setPooledConnectionMode(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.pooledConnectionMode
attribute.void
setPooledConnectionMode(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.pooledConnectionMode
attribute.void
setPooledConnectionMode(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.pooledConnectionMode
attribute.void
setPoolSize(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.poolSize
attribute.void
setPoolSize(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.poolSize
attribute.void
setRfcDestinationName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.rfcDestinationName
attribute.void
setRfcDestinationName(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.rfcDestinationName
attribute.void
setSAPConfigurations(SessionContext ctx, java.util.Collection<SAPConfiguration> value)
Generated method - Setter of theSAPRFCDestination.SAPConfigurations
attribute.void
setSAPConfigurations(java.util.Collection<SAPConfiguration> value)
Generated method - Setter of theSAPRFCDestination.SAPConfigurations
attribute.void
setSid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.sid
attribute.void
setSid(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.sid
attribute.void
setSncMode(boolean value)
Generated method - Setter of theSAPRFCDestination.sncMode
attribute.void
setSncMode(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.sncMode
attribute.void
setSncMode(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.sncMode
attribute.void
setSncMode(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.sncMode
attribute.void
setSncPartnerName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.sncPartnerName
attribute.void
setSncPartnerName(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.sncPartnerName
attribute.void
setSncQoP(EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.sncQoP
attribute.void
setSncQoP(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.sncQoP
attribute.void
setTargetHost(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.targetHost
attribute.void
setTargetHost(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.targetHost
attribute.void
setUserid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.userid
attribute.void
setUserid(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.userid
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
RFCDESTINATIONNAME
public static final java.lang.String RFCDESTINATIONNAME
Qualifier of theSAPRFCDestination.rfcDestinationName
attribute- See Also:
- Constant Field Values
-
OFFLINEMODE
public static final java.lang.String OFFLINEMODE
Qualifier of theSAPRFCDestination.offlineMode
attribute- See Also:
- Constant Field Values
-
SID
public static final java.lang.String SID
Qualifier of theSAPRFCDestination.sid
attribute- See Also:
- Constant Field Values
-
CLIENT
public static final java.lang.String CLIENT
Qualifier of theSAPRFCDestination.client
attribute- See Also:
- Constant Field Values
-
MESSAGESERVER
public static final java.lang.String MESSAGESERVER
Qualifier of theSAPRFCDestination.messageServer
attribute- See Also:
- Constant Field Values
-
TARGETHOST
public static final java.lang.String TARGETHOST
Qualifier of theSAPRFCDestination.targetHost
attribute- See Also:
- Constant Field Values
-
CONNECTIONTYPE
public static final java.lang.String CONNECTIONTYPE
Qualifier of theSAPRFCDestination.connectionType
attribute- See Also:
- Constant Field Values
-
GROUP
public static final java.lang.String GROUP
Qualifier of theSAPRFCDestination.group
attribute- See Also:
- Constant Field Values
-
INSTANCE
public static final java.lang.String INSTANCE
Qualifier of theSAPRFCDestination.instance
attribute- See Also:
- Constant Field Values
-
USERID
public static final java.lang.String USERID
Qualifier of theSAPRFCDestination.userid
attribute- See Also:
- Constant Field Values
-
PASSWORD
public static final java.lang.String PASSWORD
Qualifier of theSAPRFCDestination.password
attribute- See Also:
- Constant Field Values
-
POOLEDCONNECTIONMODE
public static final java.lang.String POOLEDCONNECTIONMODE
Qualifier of theSAPRFCDestination.pooledConnectionMode
attribute- See Also:
- Constant Field Values
-
MAXCONNECTIONS
public static final java.lang.String MAXCONNECTIONS
Qualifier of theSAPRFCDestination.maxConnections
attribute- See Also:
- Constant Field Values
-
POOLSIZE
public static final java.lang.String POOLSIZE
Qualifier of theSAPRFCDestination.poolSize
attribute- See Also:
- Constant Field Values
-
MAXWAITTIME
public static final java.lang.String MAXWAITTIME
Qualifier of theSAPRFCDestination.maxWaitTime
attribute- See Also:
- Constant Field Values
-
JCOMSSERV
public static final java.lang.String JCOMSSERV
Qualifier of theSAPRFCDestination.jcoMsServ
attribute- See Also:
- Constant Field Values
-
JCOSAPROUTER
public static final java.lang.String JCOSAPROUTER
Qualifier of theSAPRFCDestination.jcoSAPRouter
attribute- See Also:
- Constant Field Values
-
JCOTRACELEVEL
public static final java.lang.String JCOTRACELEVEL
Qualifier of theSAPRFCDestination.jcoTraceLevel
attribute- See Also:
- Constant Field Values
-
JCOTRACEPATH
public static final java.lang.String JCOTRACEPATH
Qualifier of theSAPRFCDestination.jcoTracePath
attribute- See Also:
- Constant Field Values
-
JCORFCTRACE
public static final java.lang.String JCORFCTRACE
Qualifier of theSAPRFCDestination.jcoRFCTrace
attribute- See Also:
- Constant Field Values
-
JCOCPICTRACE
public static final java.lang.String JCOCPICTRACE
Qualifier of theSAPRFCDestination.jcoCPICTrace
attribute- See Also:
- Constant Field Values
-
JCOCLIENTDELTA
public static final java.lang.String JCOCLIENTDELTA
Qualifier of theSAPRFCDestination.jcoClientDelta
attribute- See Also:
- Constant Field Values
-
BACKENDTYPE
public static final java.lang.String BACKENDTYPE
Qualifier of theSAPRFCDestination.backendType
attribute- See Also:
- Constant Field Values
-
SNCMODE
public static final java.lang.String SNCMODE
Qualifier of theSAPRFCDestination.sncMode
attribute- See Also:
- Constant Field Values
-
SNCQOP
public static final java.lang.String SNCQOP
Qualifier of theSAPRFCDestination.sncQoP
attribute- See Also:
- Constant Field Values
-
SNCPARTNERNAME
public static final java.lang.String SNCPARTNERNAME
Qualifier of theSAPRFCDestination.sncPartnerName
attribute- See Also:
- Constant Field Values
-
SAPCONFIGURATIONS
public static final java.lang.String SAPCONFIGURATIONS
Qualifier of theSAPRFCDestination.SAPConfigurations
attribute- See Also:
- Constant Field Values
-
ADDITIONALATTRIBUTES
public static final java.lang.String ADDITIONALATTRIBUTES
Qualifier of theSAPRFCDestination.AdditionalAttributes
attribute- See Also:
- Constant Field Values
-
SAPCONFIGURATIONSHANDLER
protected static final OneToManyHandler<SAPConfiguration> SAPCONFIGURATIONSHANDLER
OneToManyHandler
for handling 1:n SAPCONFIGURATIONS's relation attributes from 'many' side.
-
ADDITIONALATTRIBUTESHANDLER
protected static final OneToManyHandler<RFCDestinationAttribute> ADDITIONALATTRIBUTESHANDLER
OneToManyHandler
for handling 1:n ADDITIONALATTRIBUTES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getAdditionalAttributes
public java.util.Collection<RFCDestinationAttribute> getAdditionalAttributes(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.AdditionalAttributes
attribute.- Returns:
- the AdditionalAttributes
-
getAdditionalAttributes
public java.util.Collection<RFCDestinationAttribute> getAdditionalAttributes()
Generated method - Getter of theSAPRFCDestination.AdditionalAttributes
attribute.- Returns:
- the AdditionalAttributes
-
setAdditionalAttributes
public void setAdditionalAttributes(SessionContext ctx, java.util.Collection<RFCDestinationAttribute> value)
Generated method - Setter of theSAPRFCDestination.AdditionalAttributes
attribute.- Parameters:
value
- the AdditionalAttributes
-
setAdditionalAttributes
public void setAdditionalAttributes(java.util.Collection<RFCDestinationAttribute> value)
Generated method - Setter of theSAPRFCDestination.AdditionalAttributes
attribute.- Parameters:
value
- the AdditionalAttributes
-
addToAdditionalAttributes
public void addToAdditionalAttributes(SessionContext ctx, RFCDestinationAttribute value)
Generated method - Addsvalue
to AdditionalAttributes.- Parameters:
value
- the item to add to AdditionalAttributes
-
addToAdditionalAttributes
public void addToAdditionalAttributes(RFCDestinationAttribute value)
Generated method - Addsvalue
to AdditionalAttributes.- Parameters:
value
- the item to add to AdditionalAttributes
-
removeFromAdditionalAttributes
public void removeFromAdditionalAttributes(SessionContext ctx, RFCDestinationAttribute value)
Generated method - Removesvalue
from AdditionalAttributes.- Parameters:
value
- the item to remove from AdditionalAttributes
-
removeFromAdditionalAttributes
public void removeFromAdditionalAttributes(RFCDestinationAttribute value)
Generated method - Removesvalue
from AdditionalAttributes.- Parameters:
value
- the item to remove from AdditionalAttributes
-
getBackendType
public EnumerationValue getBackendType(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.backendType
attribute.- Returns:
- the backendType - Backend Type
-
getBackendType
public EnumerationValue getBackendType()
Generated method - Getter of theSAPRFCDestination.backendType
attribute.- Returns:
- the backendType - Backend Type
-
setBackendType
public void setBackendType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.backendType
attribute.- Parameters:
value
- the backendType - Backend Type
-
setBackendType
public void setBackendType(EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.backendType
attribute.- Parameters:
value
- the backendType - Backend Type
-
getClient
public java.lang.String getClient(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.client
attribute.- Returns:
- the client - Client number (000-999)
-
getClient
public java.lang.String getClient()
Generated method - Getter of theSAPRFCDestination.client
attribute.- Returns:
- the client - Client number (000-999)
-
setClient
public void setClient(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.client
attribute.- Parameters:
value
- the client - Client number (000-999)
-
setClient
public void setClient(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.client
attribute.- Parameters:
value
- the client - Client number (000-999)
-
isConnectionType
public java.lang.Boolean isConnectionType(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.connectionType
attribute.- Returns:
- the connectionType - Way to connect to the SAP system (server or group connection)
-
isConnectionType
public java.lang.Boolean isConnectionType()
Generated method - Getter of theSAPRFCDestination.connectionType
attribute.- Returns:
- the connectionType - Way to connect to the SAP system (server or group connection)
-
isConnectionTypeAsPrimitive
public boolean isConnectionTypeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.connectionType
attribute.- Returns:
- the connectionType - Way to connect to the SAP system (server or group connection)
-
isConnectionTypeAsPrimitive
public boolean isConnectionTypeAsPrimitive()
Generated method - Getter of theSAPRFCDestination.connectionType
attribute.- Returns:
- the connectionType - Way to connect to the SAP system (server or group connection)
-
setConnectionType
public void setConnectionType(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.connectionType
attribute.- Parameters:
value
- the connectionType - Way to connect to the SAP system (server or group connection)
-
setConnectionType
public void setConnectionType(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.connectionType
attribute.- Parameters:
value
- the connectionType - Way to connect to the SAP system (server or group connection)
-
setConnectionType
public void setConnectionType(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.connectionType
attribute.- Parameters:
value
- the connectionType - Way to connect to the SAP system (server or group connection)
-
setConnectionType
public void setConnectionType(boolean value)
Generated method - Setter of theSAPRFCDestination.connectionType
attribute.- Parameters:
value
- the connectionType - Way to connect to the SAP system (server or group connection)
-
getGroup
public java.lang.String getGroup(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.group
attribute.- Returns:
- the group - Name of the logon group (only relevant for group connect)
-
getGroup
public java.lang.String getGroup()
Generated method - Getter of theSAPRFCDestination.group
attribute.- Returns:
- the group - Name of the logon group (only relevant for group connect)
-
setGroup
public void setGroup(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.group
attribute.- Parameters:
value
- the group - Name of the logon group (only relevant for group connect)
-
setGroup
public void setGroup(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.group
attribute.- Parameters:
value
- the group - Name of the logon group (only relevant for group connect)
-
getInstance
public java.lang.String getInstance(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.instance
attribute.- Returns:
- the instance - Instance number of the application server (only relevant for server connect)
-
getInstance
public java.lang.String getInstance()
Generated method - Getter of theSAPRFCDestination.instance
attribute.- Returns:
- the instance - Instance number of the application server (only relevant for server connect)
-
setInstance
public void setInstance(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.instance
attribute.- Parameters:
value
- the instance - Instance number of the application server (only relevant for server connect)
-
setInstance
public void setInstance(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.instance
attribute.- Parameters:
value
- the instance - Instance number of the application server (only relevant for server connect)
-
isJcoClientDelta
public java.lang.Boolean isJcoClientDelta(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoClientDelta
attribute.- Returns:
- the jcoClientDelta - Enable/disable table parameter delta management (1 - enable [default] or 0 - disable)
-
isJcoClientDelta
public java.lang.Boolean isJcoClientDelta()
Generated method - Getter of theSAPRFCDestination.jcoClientDelta
attribute.- Returns:
- the jcoClientDelta - Enable/disable table parameter delta management (1 - enable [default] or 0 - disable)
-
isJcoClientDeltaAsPrimitive
public boolean isJcoClientDeltaAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoClientDelta
attribute.- Returns:
- the jcoClientDelta - Enable/disable table parameter delta management (1 - enable [default] or 0 - disable)
-
isJcoClientDeltaAsPrimitive
public boolean isJcoClientDeltaAsPrimitive()
Generated method - Getter of theSAPRFCDestination.jcoClientDelta
attribute.- Returns:
- the jcoClientDelta - Enable/disable table parameter delta management (1 - enable [default] or 0 - disable)
-
setJcoClientDelta
public void setJcoClientDelta(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.jcoClientDelta
attribute.- Parameters:
value
- the jcoClientDelta - Enable/disable table parameter delta management (1 - enable [default] or 0 - disable)
-
setJcoClientDelta
public void setJcoClientDelta(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.jcoClientDelta
attribute.- Parameters:
value
- the jcoClientDelta - Enable/disable table parameter delta management (1 - enable [default] or 0 - disable)
-
setJcoClientDelta
public void setJcoClientDelta(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.jcoClientDelta
attribute.- Parameters:
value
- the jcoClientDelta - Enable/disable table parameter delta management (1 - enable [default] or 0 - disable)
-
setJcoClientDelta
public void setJcoClientDelta(boolean value)
Generated method - Setter of theSAPRFCDestination.jcoClientDelta
attribute.- Parameters:
value
- the jcoClientDelta - Enable/disable table parameter delta management (1 - enable [default] or 0 - disable)
-
getJcoCPICTrace
public EnumerationValue getJcoCPICTrace(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoCPICTrace
attribute.- Returns:
- the jcoCPICTrace - Enable/disable CPIC trace (-1 [take over environment value 'CPIC_TRACE'], 0 no trace, 1,2,3 different trace levels)
-
getJcoCPICTrace
public EnumerationValue getJcoCPICTrace()
Generated method - Getter of theSAPRFCDestination.jcoCPICTrace
attribute.- Returns:
- the jcoCPICTrace - Enable/disable CPIC trace (-1 [take over environment value 'CPIC_TRACE'], 0 no trace, 1,2,3 different trace levels)
-
setJcoCPICTrace
public void setJcoCPICTrace(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.jcoCPICTrace
attribute.- Parameters:
value
- the jcoCPICTrace - Enable/disable CPIC trace (-1 [take over environment value 'CPIC_TRACE'], 0 no trace, 1,2,3 different trace levels)
-
setJcoCPICTrace
public void setJcoCPICTrace(EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.jcoCPICTrace
attribute.- Parameters:
value
- the jcoCPICTrace - Enable/disable CPIC trace (-1 [take over environment value 'CPIC_TRACE'], 0 no trace, 1,2,3 different trace levels)
-
getJcoMsServ
public java.lang.String getJcoMsServ(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoMsServ
attribute.- Returns:
- the jcoMsServ - SAP message server service or port number
-
getJcoMsServ
public java.lang.String getJcoMsServ()
Generated method - Getter of theSAPRFCDestination.jcoMsServ
attribute.- Returns:
- the jcoMsServ - SAP message server service or port number
-
setJcoMsServ
public void setJcoMsServ(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoMsServ
attribute.- Parameters:
value
- the jcoMsServ - SAP message server service or port number
-
setJcoMsServ
public void setJcoMsServ(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoMsServ
attribute.- Parameters:
value
- the jcoMsServ - SAP message server service or port number
-
isJcoRFCTrace
public java.lang.Boolean isJcoRFCTrace(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoRFCTrace
attribute.- Returns:
- the jcoRFCTrace - JCo RFC Trace
-
isJcoRFCTrace
public java.lang.Boolean isJcoRFCTrace()
Generated method - Getter of theSAPRFCDestination.jcoRFCTrace
attribute.- Returns:
- the jcoRFCTrace - JCo RFC Trace
-
isJcoRFCTraceAsPrimitive
public boolean isJcoRFCTraceAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoRFCTrace
attribute.- Returns:
- the jcoRFCTrace - JCo RFC Trace
-
isJcoRFCTraceAsPrimitive
public boolean isJcoRFCTraceAsPrimitive()
Generated method - Getter of theSAPRFCDestination.jcoRFCTrace
attribute.- Returns:
- the jcoRFCTrace - JCo RFC Trace
-
setJcoRFCTrace
public void setJcoRFCTrace(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.jcoRFCTrace
attribute.- Parameters:
value
- the jcoRFCTrace - JCo RFC Trace
-
setJcoRFCTrace
public void setJcoRFCTrace(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.jcoRFCTrace
attribute.- Parameters:
value
- the jcoRFCTrace - JCo RFC Trace
-
setJcoRFCTrace
public void setJcoRFCTrace(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.jcoRFCTrace
attribute.- Parameters:
value
- the jcoRFCTrace - JCo RFC Trace
-
setJcoRFCTrace
public void setJcoRFCTrace(boolean value)
Generated method - Setter of theSAPRFCDestination.jcoRFCTrace
attribute.- Parameters:
value
- the jcoRFCTrace - JCo RFC Trace
-
getJcoSAPRouter
public java.lang.String getJcoSAPRouter(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoSAPRouter
attribute.- Returns:
- the jcoSAPRouter - SAP router string to use for networks being protected by a firewall
-
getJcoSAPRouter
public java.lang.String getJcoSAPRouter()
Generated method - Getter of theSAPRFCDestination.jcoSAPRouter
attribute.- Returns:
- the jcoSAPRouter - SAP router string to use for networks being protected by a firewall
-
setJcoSAPRouter
public void setJcoSAPRouter(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoSAPRouter
attribute.- Parameters:
value
- the jcoSAPRouter - SAP router string to use for networks being protected by a firewall
-
setJcoSAPRouter
public void setJcoSAPRouter(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoSAPRouter
attribute.- Parameters:
value
- the jcoSAPRouter - SAP router string to use for networks being protected by a firewall
-
getJcoTraceLevel
public EnumerationValue getJcoTraceLevel(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoTraceLevel
attribute.- Returns:
- the jcoTraceLevel - Turns on the JCo trace. Allowed levels are [0 .. 8].
-
getJcoTraceLevel
public EnumerationValue getJcoTraceLevel()
Generated method - Getter of theSAPRFCDestination.jcoTraceLevel
attribute.- Returns:
- the jcoTraceLevel - Turns on the JCo trace. Allowed levels are [0 .. 8].
-
setJcoTraceLevel
public void setJcoTraceLevel(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.jcoTraceLevel
attribute.- Parameters:
value
- the jcoTraceLevel - Turns on the JCo trace. Allowed levels are [0 .. 8].
-
setJcoTraceLevel
public void setJcoTraceLevel(EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.jcoTraceLevel
attribute.- Parameters:
value
- the jcoTraceLevel - Turns on the JCo trace. Allowed levels are [0 .. 8].
-
getJcoTracePath
public java.lang.String getJcoTracePath(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.jcoTracePath
attribute.- Returns:
- the jcoTracePath - As path value null, stdout, stderr or an existing path are allowed.
-
getJcoTracePath
public java.lang.String getJcoTracePath()
Generated method - Getter of theSAPRFCDestination.jcoTracePath
attribute.- Returns:
- the jcoTracePath - As path value null, stdout, stderr or an existing path are allowed.
-
setJcoTracePath
public void setJcoTracePath(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoTracePath
attribute.- Parameters:
value
- the jcoTracePath - As path value null, stdout, stderr or an existing path are allowed.
-
setJcoTracePath
public void setJcoTracePath(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.jcoTracePath
attribute.- Parameters:
value
- the jcoTracePath - As path value null, stdout, stderr or an existing path are allowed.
-
getMaxConnections
public java.lang.String getMaxConnections(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.maxConnections
attribute.- Returns:
- the maxConnections - Maximal number of connections
-
getMaxConnections
public java.lang.String getMaxConnections()
Generated method - Getter of theSAPRFCDestination.maxConnections
attribute.- Returns:
- the maxConnections - Maximal number of connections
-
setMaxConnections
public void setMaxConnections(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.maxConnections
attribute.- Parameters:
value
- the maxConnections - Maximal number of connections
-
setMaxConnections
public void setMaxConnections(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.maxConnections
attribute.- Parameters:
value
- the maxConnections - Maximal number of connections
-
getMaxWaitTime
public java.lang.String getMaxWaitTime(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.maxWaitTime
attribute.- Returns:
- the maxWaitTime - Maximal wait time in ms
-
getMaxWaitTime
public java.lang.String getMaxWaitTime()
Generated method - Getter of theSAPRFCDestination.maxWaitTime
attribute.- Returns:
- the maxWaitTime - Maximal wait time in ms
-
setMaxWaitTime
public void setMaxWaitTime(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.maxWaitTime
attribute.- Parameters:
value
- the maxWaitTime - Maximal wait time in ms
-
setMaxWaitTime
public void setMaxWaitTime(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.maxWaitTime
attribute.- Parameters:
value
- the maxWaitTime - Maximal wait time in ms
-
getMessageServer
public java.lang.String getMessageServer(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.messageServer
attribute.- Returns:
- the messageServer - Message server (for group login)
-
getMessageServer
public java.lang.String getMessageServer()
Generated method - Getter of theSAPRFCDestination.messageServer
attribute.- Returns:
- the messageServer - Message server (for group login)
-
setMessageServer
public void setMessageServer(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.messageServer
attribute.- Parameters:
value
- the messageServer - Message server (for group login)
-
setMessageServer
public void setMessageServer(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.messageServer
attribute.- Parameters:
value
- the messageServer - Message server (for group login)
-
isOfflineMode
public java.lang.Boolean isOfflineMode(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.offlineMode
attribute.- Returns:
- the offlineMode - Offline mode
-
isOfflineMode
public java.lang.Boolean isOfflineMode()
Generated method - Getter of theSAPRFCDestination.offlineMode
attribute.- Returns:
- the offlineMode - Offline mode
-
isOfflineModeAsPrimitive
public boolean isOfflineModeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.offlineMode
attribute.- Returns:
- the offlineMode - Offline mode
-
isOfflineModeAsPrimitive
public boolean isOfflineModeAsPrimitive()
Generated method - Getter of theSAPRFCDestination.offlineMode
attribute.- Returns:
- the offlineMode - Offline mode
-
setOfflineMode
public void setOfflineMode(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.offlineMode
attribute.- Parameters:
value
- the offlineMode - Offline mode
-
setOfflineMode
public void setOfflineMode(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.offlineMode
attribute.- Parameters:
value
- the offlineMode - Offline mode
-
setOfflineMode
public void setOfflineMode(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.offlineMode
attribute.- Parameters:
value
- the offlineMode - Offline mode
-
setOfflineMode
public void setOfflineMode(boolean value)
Generated method - Setter of theSAPRFCDestination.offlineMode
attribute.- Parameters:
value
- the offlineMode - Offline mode
-
getPassword
public java.lang.String getPassword(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.password
attribute.- Returns:
- the password - Password for the logon to the SAP system
-
getPassword
public java.lang.String getPassword()
Generated method - Getter of theSAPRFCDestination.password
attribute.- Returns:
- the password - Password for the logon to the SAP system
-
setPassword
public void setPassword(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.password
attribute.- Parameters:
value
- the password - Password for the logon to the SAP system
-
setPassword
public void setPassword(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.password
attribute.- Parameters:
value
- the password - Password for the logon to the SAP system
-
isPooledConnectionMode
public java.lang.Boolean isPooledConnectionMode(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.pooledConnectionMode
attribute.- Returns:
- the pooledConnectionMode - Pooled connection mode
-
isPooledConnectionMode
public java.lang.Boolean isPooledConnectionMode()
Generated method - Getter of theSAPRFCDestination.pooledConnectionMode
attribute.- Returns:
- the pooledConnectionMode - Pooled connection mode
-
isPooledConnectionModeAsPrimitive
public boolean isPooledConnectionModeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.pooledConnectionMode
attribute.- Returns:
- the pooledConnectionMode - Pooled connection mode
-
isPooledConnectionModeAsPrimitive
public boolean isPooledConnectionModeAsPrimitive()
Generated method - Getter of theSAPRFCDestination.pooledConnectionMode
attribute.- Returns:
- the pooledConnectionMode - Pooled connection mode
-
setPooledConnectionMode
public void setPooledConnectionMode(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.pooledConnectionMode
attribute.- Parameters:
value
- the pooledConnectionMode - Pooled connection mode
-
setPooledConnectionMode
public void setPooledConnectionMode(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.pooledConnectionMode
attribute.- Parameters:
value
- the pooledConnectionMode - Pooled connection mode
-
setPooledConnectionMode
public void setPooledConnectionMode(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.pooledConnectionMode
attribute.- Parameters:
value
- the pooledConnectionMode - Pooled connection mode
-
setPooledConnectionMode
public void setPooledConnectionMode(boolean value)
Generated method - Setter of theSAPRFCDestination.pooledConnectionMode
attribute.- Parameters:
value
- the pooledConnectionMode - Pooled connection mode
-
getPoolSize
public java.lang.String getPoolSize(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.poolSize
attribute.- Returns:
- the poolSize - Pool size
-
getPoolSize
public java.lang.String getPoolSize()
Generated method - Getter of theSAPRFCDestination.poolSize
attribute.- Returns:
- the poolSize - Pool size
-
setPoolSize
public void setPoolSize(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.poolSize
attribute.- Parameters:
value
- the poolSize - Pool size
-
setPoolSize
public void setPoolSize(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.poolSize
attribute.- Parameters:
value
- the poolSize - Pool size
-
getRfcDestinationName
public java.lang.String getRfcDestinationName(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.rfcDestinationName
attribute.- Returns:
- the rfcDestinationName - RFC Destination name
-
getRfcDestinationName
public java.lang.String getRfcDestinationName()
Generated method - Getter of theSAPRFCDestination.rfcDestinationName
attribute.- Returns:
- the rfcDestinationName - RFC Destination name
-
setRfcDestinationName
public void setRfcDestinationName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.rfcDestinationName
attribute.- Parameters:
value
- the rfcDestinationName - RFC Destination name
-
setRfcDestinationName
public void setRfcDestinationName(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.rfcDestinationName
attribute.- Parameters:
value
- the rfcDestinationName - RFC Destination name
-
getSAPConfigurations
public java.util.Collection<SAPConfiguration> getSAPConfigurations(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.SAPConfigurations
attribute.- Returns:
- the SAPConfigurations
-
getSAPConfigurations
public java.util.Collection<SAPConfiguration> getSAPConfigurations()
Generated method - Getter of theSAPRFCDestination.SAPConfigurations
attribute.- Returns:
- the SAPConfigurations
-
setSAPConfigurations
public void setSAPConfigurations(SessionContext ctx, java.util.Collection<SAPConfiguration> value)
Generated method - Setter of theSAPRFCDestination.SAPConfigurations
attribute.- Parameters:
value
- the SAPConfigurations
-
setSAPConfigurations
public void setSAPConfigurations(java.util.Collection<SAPConfiguration> value)
Generated method - Setter of theSAPRFCDestination.SAPConfigurations
attribute.- Parameters:
value
- the SAPConfigurations
-
addToSAPConfigurations
public void addToSAPConfigurations(SessionContext ctx, SAPConfiguration value)
Generated method - Addsvalue
to SAPConfigurations.- Parameters:
value
- the item to add to SAPConfigurations
-
addToSAPConfigurations
public void addToSAPConfigurations(SAPConfiguration value)
Generated method - Addsvalue
to SAPConfigurations.- Parameters:
value
- the item to add to SAPConfigurations
-
removeFromSAPConfigurations
public void removeFromSAPConfigurations(SessionContext ctx, SAPConfiguration value)
Generated method - Removesvalue
from SAPConfigurations.- Parameters:
value
- the item to remove from SAPConfigurations
-
removeFromSAPConfigurations
public void removeFromSAPConfigurations(SAPConfiguration value)
Generated method - Removesvalue
from SAPConfigurations.- Parameters:
value
- the item to remove from SAPConfigurations
-
getSid
public java.lang.String getSid(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sid
attribute.- Returns:
- the sid - System ID (SID) of the target system
-
getSid
public java.lang.String getSid()
Generated method - Getter of theSAPRFCDestination.sid
attribute.- Returns:
- the sid - System ID (SID) of the target system
-
setSid
public void setSid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.sid
attribute.- Parameters:
value
- the sid - System ID (SID) of the target system
-
setSid
public void setSid(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.sid
attribute.- Parameters:
value
- the sid - System ID (SID) of the target system
-
isSncMode
public java.lang.Boolean isSncMode(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sncMode
attribute.- Returns:
- the sncMode - SNC Mode
-
isSncMode
public java.lang.Boolean isSncMode()
Generated method - Getter of theSAPRFCDestination.sncMode
attribute.- Returns:
- the sncMode - SNC Mode
-
isSncModeAsPrimitive
public boolean isSncModeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sncMode
attribute.- Returns:
- the sncMode - SNC Mode
-
isSncModeAsPrimitive
public boolean isSncModeAsPrimitive()
Generated method - Getter of theSAPRFCDestination.sncMode
attribute.- Returns:
- the sncMode - SNC Mode
-
setSncMode
public void setSncMode(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.sncMode
attribute.- Parameters:
value
- the sncMode - SNC Mode
-
setSncMode
public void setSncMode(java.lang.Boolean value)
Generated method - Setter of theSAPRFCDestination.sncMode
attribute.- Parameters:
value
- the sncMode - SNC Mode
-
setSncMode
public void setSncMode(SessionContext ctx, boolean value)
Generated method - Setter of theSAPRFCDestination.sncMode
attribute.- Parameters:
value
- the sncMode - SNC Mode
-
setSncMode
public void setSncMode(boolean value)
Generated method - Setter of theSAPRFCDestination.sncMode
attribute.- Parameters:
value
- the sncMode - SNC Mode
-
getSncPartnerName
public java.lang.String getSncPartnerName(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sncPartnerName
attribute.- Returns:
- the sncPartnerName - SNC Partner Name
-
getSncPartnerName
public java.lang.String getSncPartnerName()
Generated method - Getter of theSAPRFCDestination.sncPartnerName
attribute.- Returns:
- the sncPartnerName - SNC Partner Name
-
setSncPartnerName
public void setSncPartnerName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.sncPartnerName
attribute.- Parameters:
value
- the sncPartnerName - SNC Partner Name
-
setSncPartnerName
public void setSncPartnerName(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.sncPartnerName
attribute.- Parameters:
value
- the sncPartnerName - SNC Partner Name
-
getSncQoP
public EnumerationValue getSncQoP(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.sncQoP
attribute.- Returns:
- the sncQoP - SNC Level of Security
-
getSncQoP
public EnumerationValue getSncQoP()
Generated method - Getter of theSAPRFCDestination.sncQoP
attribute.- Returns:
- the sncQoP - SNC Level of Security
-
setSncQoP
public void setSncQoP(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.sncQoP
attribute.- Parameters:
value
- the sncQoP - SNC Level of Security
-
setSncQoP
public void setSncQoP(EnumerationValue value)
Generated method - Setter of theSAPRFCDestination.sncQoP
attribute.- Parameters:
value
- the sncQoP - SNC Level of Security
-
getTargetHost
public java.lang.String getTargetHost(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.targetHost
attribute.- Returns:
- the targetHost - Hostname of the application server (for direct login)
-
getTargetHost
public java.lang.String getTargetHost()
Generated method - Getter of theSAPRFCDestination.targetHost
attribute.- Returns:
- the targetHost - Hostname of the application server (for direct login)
-
setTargetHost
public void setTargetHost(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.targetHost
attribute.- Parameters:
value
- the targetHost - Hostname of the application server (for direct login)
-
setTargetHost
public void setTargetHost(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.targetHost
attribute.- Parameters:
value
- the targetHost - Hostname of the application server (for direct login)
-
getUserid
public java.lang.String getUserid(SessionContext ctx)
Generated method - Getter of theSAPRFCDestination.userid
attribute.- Returns:
- the userid - User ID for the logon to the SAP system
-
getUserid
public java.lang.String getUserid()
Generated method - Getter of theSAPRFCDestination.userid
attribute.- Returns:
- the userid - User ID for the logon to the SAP system
-
setUserid
public void setUserid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPRFCDestination.userid
attribute.- Parameters:
value
- the userid - User ID for the logon to the SAP system
-
setUserid
public void setUserid(java.lang.String value)
Generated method - Setter of theSAPRFCDestination.userid
attribute.- Parameters:
value
- the userid - User ID for the logon to the SAP system
-
-