Class GeneratedSAPDigitalPaymentConfiguration
- 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.cissapdigitalpayment.jalo.GeneratedSAPDigitalPaymentConfiguration
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
SAPDigitalPaymentConfiguration
public abstract class GeneratedSAPDigitalPaymentConfiguration extends GenericItem
Generated class for typeSAPDigitalPaymentConfiguration.- 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.StringBASESTORESQualifier of theSAPDigitalPaymentConfiguration.baseStoresattributeprotected static OneToManyHandler<BaseStore>BASESTORESHANDLEROneToManyHandlerfor handling 1:n BASESTORES's relation attributes from 'many' side.static java.lang.StringBASEURLQualifier of theSAPDigitalPaymentConfiguration.baseUrlattributestatic java.lang.StringCOMPANYCODEQualifier of theSAPDigitalPaymentConfiguration.companyCodeattributestatic java.lang.StringCUSTOMERCOUNTRYQualifier of theSAPDigitalPaymentConfiguration.customerCountryattributestatic java.lang.StringCUSTOMPARAMQualifier of theSAPDigitalPaymentConfiguration.customParamattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringMAXRETRYQualifier of theSAPDigitalPaymentConfiguration.maxRetryattributestatic java.lang.StringNAMEQualifier of theSAPDigitalPaymentConfiguration.nameattributestatic java.lang.StringPAYMENTAUTHTYPEQualifier of theSAPDigitalPaymentConfiguration.paymentAuthTypeattributestatic java.lang.StringPAYMENTMETHODQualifier of theSAPDigitalPaymentConfiguration.paymentMethodattributestatic java.lang.StringPOLLCARDDELAYQualifier of theSAPDigitalPaymentConfiguration.pollCardDelayattributestatic java.lang.StringRETRYINTERVALQualifier of theSAPDigitalPaymentConfiguration.retryIntervalattributestatic java.lang.StringSAPDIGITALPAYMENTCLIENTQualifier of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattributestatic java.lang.StringTIMEOUTQualifier of theSAPDigitalPaymentConfiguration.timeOutattribute-
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 GeneratedSAPDigitalPaymentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToBaseStores(SessionContext ctx, BaseStore value)Generated method - Addsvalueto baseStores.voidaddToBaseStores(BaseStore value)Generated method - Addsvalueto baseStores.java.util.Collection<BaseStore>getBaseStores()Generated method - Getter of theSAPDigitalPaymentConfiguration.baseStoresattribute.java.util.Collection<BaseStore>getBaseStores(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.baseStoresattribute.java.lang.StringgetBaseUrl()Generated method - Getter of theSAPDigitalPaymentConfiguration.baseUrlattribute.java.lang.StringgetBaseUrl(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.baseUrlattribute.java.lang.StringgetCompanyCode()Generated method - Getter of theSAPDigitalPaymentConfiguration.companyCodeattribute.java.lang.StringgetCompanyCode(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.companyCodeattribute.java.lang.StringgetCustomerCountry()Generated method - Getter of theSAPDigitalPaymentConfiguration.customerCountryattribute.java.lang.StringgetCustomerCountry(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.customerCountryattribute.java.lang.StringgetCustomParam()Generated method - Getter of theSAPDigitalPaymentConfiguration.customParamattribute.java.lang.StringgetCustomParam(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.customParamattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.IntegergetMaxRetry()Generated method - Getter of theSAPDigitalPaymentConfiguration.maxRetryattribute.java.lang.IntegergetMaxRetry(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.maxRetryattribute.intgetMaxRetryAsPrimitive()Generated method - Getter of theSAPDigitalPaymentConfiguration.maxRetryattribute.intgetMaxRetryAsPrimitive(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.maxRetryattribute.java.lang.StringgetName()Generated method - Getter of theSAPDigitalPaymentConfiguration.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.nameattribute.EnumerationValuegetPaymentAuthType()Generated method - Getter of theSAPDigitalPaymentConfiguration.paymentAuthTypeattribute.EnumerationValuegetPaymentAuthType(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.paymentAuthTypeattribute.java.lang.StringgetPaymentMethod()Generated method - Getter of theSAPDigitalPaymentConfiguration.paymentMethodattribute.java.lang.StringgetPaymentMethod(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.paymentMethodattribute.java.lang.IntegergetPollCardDelay()Generated method - Getter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.java.lang.IntegergetPollCardDelay(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.intgetPollCardDelayAsPrimitive()Generated method - Getter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.intgetPollCardDelayAsPrimitive(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.java.lang.IntegergetRetryInterval()Generated method - Getter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.java.lang.IntegergetRetryInterval(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.intgetRetryIntervalAsPrimitive()Generated method - Getter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.intgetRetryIntervalAsPrimitive(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.SAPDigitalPaymentClientgetSapDigitalpaymentClient()Generated method - Getter of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattribute.SAPDigitalPaymentClientgetSapDigitalpaymentClient(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattribute.java.lang.IntegergetTimeOut()Generated method - Getter of theSAPDigitalPaymentConfiguration.timeOutattribute.java.lang.IntegergetTimeOut(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.timeOutattribute.intgetTimeOutAsPrimitive()Generated method - Getter of theSAPDigitalPaymentConfiguration.timeOutattribute.intgetTimeOutAsPrimitive(SessionContext ctx)Generated method - Getter of theSAPDigitalPaymentConfiguration.timeOutattribute.voidremoveFromBaseStores(SessionContext ctx, BaseStore value)Generated method - Removesvaluefrom baseStores.voidremoveFromBaseStores(BaseStore value)Generated method - Removesvaluefrom baseStores.voidsetBaseStores(SessionContext ctx, java.util.Collection<BaseStore> value)Generated method - Setter of theSAPDigitalPaymentConfiguration.baseStoresattribute.voidsetBaseStores(java.util.Collection<BaseStore> value)Generated method - Setter of theSAPDigitalPaymentConfiguration.baseStoresattribute.voidsetBaseUrl(SessionContext ctx, java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.baseUrlattribute.voidsetBaseUrl(java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.baseUrlattribute.voidsetCompanyCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.companyCodeattribute.voidsetCompanyCode(java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.companyCodeattribute.voidsetCustomerCountry(SessionContext ctx, java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.customerCountryattribute.voidsetCustomerCountry(java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.customerCountryattribute.voidsetCustomParam(SessionContext ctx, java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.customParamattribute.voidsetCustomParam(java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.customParamattribute.voidsetMaxRetry(int value)Generated method - Setter of theSAPDigitalPaymentConfiguration.maxRetryattribute.voidsetMaxRetry(SessionContext ctx, int value)Generated method - Setter of theSAPDigitalPaymentConfiguration.maxRetryattribute.voidsetMaxRetry(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theSAPDigitalPaymentConfiguration.maxRetryattribute.voidsetMaxRetry(java.lang.Integer value)Generated method - Setter of theSAPDigitalPaymentConfiguration.maxRetryattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.nameattribute.voidsetPaymentAuthType(EnumerationValue value)Generated method - Setter of theSAPDigitalPaymentConfiguration.paymentAuthTypeattribute.voidsetPaymentAuthType(SessionContext ctx, EnumerationValue value)Generated method - Setter of theSAPDigitalPaymentConfiguration.paymentAuthTypeattribute.voidsetPaymentMethod(SessionContext ctx, java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.paymentMethodattribute.voidsetPaymentMethod(java.lang.String value)Generated method - Setter of theSAPDigitalPaymentConfiguration.paymentMethodattribute.voidsetPollCardDelay(int value)Generated method - Setter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.voidsetPollCardDelay(SessionContext ctx, int value)Generated method - Setter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.voidsetPollCardDelay(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.voidsetPollCardDelay(java.lang.Integer value)Generated method - Setter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.voidsetRetryInterval(int value)Generated method - Setter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.voidsetRetryInterval(SessionContext ctx, int value)Generated method - Setter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.voidsetRetryInterval(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.voidsetRetryInterval(java.lang.Integer value)Generated method - Setter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.voidsetSapDigitalpaymentClient(SAPDigitalPaymentClient value)Generated method - Setter of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattribute.voidsetSapDigitalpaymentClient(SessionContext ctx, SAPDigitalPaymentClient value)Generated method - Setter of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattribute.voidsetTimeOut(int value)Generated method - Setter of theSAPDigitalPaymentConfiguration.timeOutattribute.voidsetTimeOut(SessionContext ctx, int value)Generated method - Setter of theSAPDigitalPaymentConfiguration.timeOutattribute.voidsetTimeOut(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theSAPDigitalPaymentConfiguration.timeOutattribute.voidsetTimeOut(java.lang.Integer value)Generated method - Setter of theSAPDigitalPaymentConfiguration.timeOutattribute.-
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
-
NAME
public static final java.lang.String NAME
Qualifier of theSAPDigitalPaymentConfiguration.nameattribute- See Also:
- Constant Field Values
-
SAPDIGITALPAYMENTCLIENT
public static final java.lang.String SAPDIGITALPAYMENTCLIENT
Qualifier of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattribute- See Also:
- Constant Field Values
-
BASEURL
public static final java.lang.String BASEURL
Qualifier of theSAPDigitalPaymentConfiguration.baseUrlattribute- See Also:
- Constant Field Values
-
PAYMENTAUTHTYPE
public static final java.lang.String PAYMENTAUTHTYPE
Qualifier of theSAPDigitalPaymentConfiguration.paymentAuthTypeattribute- See Also:
- Constant Field Values
-
COMPANYCODE
public static final java.lang.String COMPANYCODE
Qualifier of theSAPDigitalPaymentConfiguration.companyCodeattribute- See Also:
- Constant Field Values
-
CUSTOMERCOUNTRY
public static final java.lang.String CUSTOMERCOUNTRY
Qualifier of theSAPDigitalPaymentConfiguration.customerCountryattribute- See Also:
- Constant Field Values
-
PAYMENTMETHOD
public static final java.lang.String PAYMENTMETHOD
Qualifier of theSAPDigitalPaymentConfiguration.paymentMethodattribute- See Also:
- Constant Field Values
-
CUSTOMPARAM
public static final java.lang.String CUSTOMPARAM
Qualifier of theSAPDigitalPaymentConfiguration.customParamattribute- See Also:
- Constant Field Values
-
MAXRETRY
public static final java.lang.String MAXRETRY
Qualifier of theSAPDigitalPaymentConfiguration.maxRetryattribute- See Also:
- Constant Field Values
-
RETRYINTERVAL
public static final java.lang.String RETRYINTERVAL
Qualifier of theSAPDigitalPaymentConfiguration.retryIntervalattribute- See Also:
- Constant Field Values
-
TIMEOUT
public static final java.lang.String TIMEOUT
Qualifier of theSAPDigitalPaymentConfiguration.timeOutattribute- See Also:
- Constant Field Values
-
POLLCARDDELAY
public static final java.lang.String POLLCARDDELAY
Qualifier of theSAPDigitalPaymentConfiguration.pollCardDelayattribute- See Also:
- Constant Field Values
-
BASESTORES
public static final java.lang.String BASESTORES
Qualifier of theSAPDigitalPaymentConfiguration.baseStoresattribute- See Also:
- Constant Field Values
-
BASESTORESHANDLER
protected static final OneToManyHandler<BaseStore> BASESTORESHANDLER
OneToManyHandlerfor handling 1:n BASESTORES'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:
getDefaultAttributeModesin classItem
-
getBaseStores
public java.util.Collection<BaseStore> getBaseStores(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.baseStoresattribute.- Returns:
- the baseStores
-
getBaseStores
public java.util.Collection<BaseStore> getBaseStores()
Generated method - Getter of theSAPDigitalPaymentConfiguration.baseStoresattribute.- Returns:
- the baseStores
-
setBaseStores
public void setBaseStores(SessionContext ctx, java.util.Collection<BaseStore> value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.baseStoresattribute.- Parameters:
value- the baseStores
-
setBaseStores
public void setBaseStores(java.util.Collection<BaseStore> value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.baseStoresattribute.- Parameters:
value- the baseStores
-
addToBaseStores
public void addToBaseStores(SessionContext ctx, BaseStore value)
Generated method - Addsvalueto baseStores.- Parameters:
value- the item to add to baseStores
-
addToBaseStores
public void addToBaseStores(BaseStore value)
Generated method - Addsvalueto baseStores.- Parameters:
value- the item to add to baseStores
-
removeFromBaseStores
public void removeFromBaseStores(SessionContext ctx, BaseStore value)
Generated method - Removesvaluefrom baseStores.- Parameters:
value- the item to remove from baseStores
-
removeFromBaseStores
public void removeFromBaseStores(BaseStore value)
Generated method - Removesvaluefrom baseStores.- Parameters:
value- the item to remove from baseStores
-
getBaseUrl
public java.lang.String getBaseUrl(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.baseUrlattribute.- Returns:
- the baseUrl - Base URL for SAP Digital Payment
-
getBaseUrl
public java.lang.String getBaseUrl()
Generated method - Getter of theSAPDigitalPaymentConfiguration.baseUrlattribute.- Returns:
- the baseUrl - Base URL for SAP Digital Payment
-
setBaseUrl
public void setBaseUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.baseUrlattribute.- Parameters:
value- the baseUrl - Base URL for SAP Digital Payment
-
setBaseUrl
public void setBaseUrl(java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.baseUrlattribute.- Parameters:
value- the baseUrl - Base URL for SAP Digital Payment
-
getCompanyCode
public java.lang.String getCompanyCode(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.companyCodeattribute.- Returns:
- the companyCode - Company Code - routing parameter for determining PSP
-
getCompanyCode
public java.lang.String getCompanyCode()
Generated method - Getter of theSAPDigitalPaymentConfiguration.companyCodeattribute.- Returns:
- the companyCode - Company Code - routing parameter for determining PSP
-
setCompanyCode
public void setCompanyCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.companyCodeattribute.- Parameters:
value- the companyCode - Company Code - routing parameter for determining PSP
-
setCompanyCode
public void setCompanyCode(java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.companyCodeattribute.- Parameters:
value- the companyCode - Company Code - routing parameter for determining PSP
-
getCustomerCountry
public java.lang.String getCustomerCountry(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.customerCountryattribute.- Returns:
- the customerCountry - Custom Country - routing parameter for determining PSP
-
getCustomerCountry
public java.lang.String getCustomerCountry()
Generated method - Getter of theSAPDigitalPaymentConfiguration.customerCountryattribute.- Returns:
- the customerCountry - Custom Country - routing parameter for determining PSP
-
setCustomerCountry
public void setCustomerCountry(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.customerCountryattribute.- Parameters:
value- the customerCountry - Custom Country - routing parameter for determining PSP
-
setCustomerCountry
public void setCustomerCountry(java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.customerCountryattribute.- Parameters:
value- the customerCountry - Custom Country - routing parameter for determining PSP
-
getCustomParam
public java.lang.String getCustomParam(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.customParamattribute.- Returns:
- the customParam - Custom parameter - routing parameter for determining PSP
-
getCustomParam
public java.lang.String getCustomParam()
Generated method - Getter of theSAPDigitalPaymentConfiguration.customParamattribute.- Returns:
- the customParam - Custom parameter - routing parameter for determining PSP
-
setCustomParam
public void setCustomParam(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.customParamattribute.- Parameters:
value- the customParam - Custom parameter - routing parameter for determining PSP
-
setCustomParam
public void setCustomParam(java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.customParamattribute.- Parameters:
value- the customParam - Custom parameter - routing parameter for determining PSP
-
getMaxRetry
public java.lang.Integer getMaxRetry(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.maxRetryattribute.- Returns:
- the maxRetry - Maximum number of retries
-
getMaxRetry
public java.lang.Integer getMaxRetry()
Generated method - Getter of theSAPDigitalPaymentConfiguration.maxRetryattribute.- Returns:
- the maxRetry - Maximum number of retries
-
getMaxRetryAsPrimitive
public int getMaxRetryAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.maxRetryattribute.- Returns:
- the maxRetry - Maximum number of retries
-
getMaxRetryAsPrimitive
public int getMaxRetryAsPrimitive()
Generated method - Getter of theSAPDigitalPaymentConfiguration.maxRetryattribute.- Returns:
- the maxRetry - Maximum number of retries
-
setMaxRetry
public void setMaxRetry(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.maxRetryattribute.- Parameters:
value- the maxRetry - Maximum number of retries
-
setMaxRetry
public void setMaxRetry(java.lang.Integer value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.maxRetryattribute.- Parameters:
value- the maxRetry - Maximum number of retries
-
setMaxRetry
public void setMaxRetry(SessionContext ctx, int value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.maxRetryattribute.- Parameters:
value- the maxRetry - Maximum number of retries
-
setMaxRetry
public void setMaxRetry(int value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.maxRetryattribute.- Parameters:
value- the maxRetry - Maximum number of retries
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.nameattribute.- Returns:
- the name - Sap Digital Payment configuration name
-
getName
public java.lang.String getName()
Generated method - Getter of theSAPDigitalPaymentConfiguration.nameattribute.- Returns:
- the name - Sap Digital Payment configuration name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.nameattribute.- Parameters:
value- the name - Sap Digital Payment configuration name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.nameattribute.- Parameters:
value- the name - Sap Digital Payment configuration name
-
getPaymentAuthType
public EnumerationValue getPaymentAuthType(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.paymentAuthTypeattribute.- Returns:
- the paymentAuthType - Payment authentication type enum
-
getPaymentAuthType
public EnumerationValue getPaymentAuthType()
Generated method - Getter of theSAPDigitalPaymentConfiguration.paymentAuthTypeattribute.- Returns:
- the paymentAuthType - Payment authentication type enum
-
setPaymentAuthType
public void setPaymentAuthType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.paymentAuthTypeattribute.- Parameters:
value- the paymentAuthType - Payment authentication type enum
-
setPaymentAuthType
public void setPaymentAuthType(EnumerationValue value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.paymentAuthTypeattribute.- Parameters:
value- the paymentAuthType - Payment authentication type enum
-
getPaymentMethod
public java.lang.String getPaymentMethod(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.paymentMethodattribute.- Returns:
- the paymentMethod - Payment Method - routing parameter for determining PSP
-
getPaymentMethod
public java.lang.String getPaymentMethod()
Generated method - Getter of theSAPDigitalPaymentConfiguration.paymentMethodattribute.- Returns:
- the paymentMethod - Payment Method - routing parameter for determining PSP
-
setPaymentMethod
public void setPaymentMethod(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.paymentMethodattribute.- Parameters:
value- the paymentMethod - Payment Method - routing parameter for determining PSP
-
setPaymentMethod
public void setPaymentMethod(java.lang.String value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.paymentMethodattribute.- Parameters:
value- the paymentMethod - Payment Method - routing parameter for determining PSP
-
getPollCardDelay
public java.lang.Integer getPollCardDelay(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.- Returns:
- the pollCardDelay - Poll card delay in milliseconds
-
getPollCardDelay
public java.lang.Integer getPollCardDelay()
Generated method - Getter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.- Returns:
- the pollCardDelay - Poll card delay in milliseconds
-
getPollCardDelayAsPrimitive
public int getPollCardDelayAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.- Returns:
- the pollCardDelay - Poll card delay in milliseconds
-
getPollCardDelayAsPrimitive
public int getPollCardDelayAsPrimitive()
Generated method - Getter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.- Returns:
- the pollCardDelay - Poll card delay in milliseconds
-
setPollCardDelay
public void setPollCardDelay(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.- Parameters:
value- the pollCardDelay - Poll card delay in milliseconds
-
setPollCardDelay
public void setPollCardDelay(java.lang.Integer value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.- Parameters:
value- the pollCardDelay - Poll card delay in milliseconds
-
setPollCardDelay
public void setPollCardDelay(SessionContext ctx, int value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.- Parameters:
value- the pollCardDelay - Poll card delay in milliseconds
-
setPollCardDelay
public void setPollCardDelay(int value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.pollCardDelayattribute.- Parameters:
value- the pollCardDelay - Poll card delay in milliseconds
-
getRetryInterval
public java.lang.Integer getRetryInterval(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.- Returns:
- the retryInterval - Retry interval in milliseconds
-
getRetryInterval
public java.lang.Integer getRetryInterval()
Generated method - Getter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.- Returns:
- the retryInterval - Retry interval in milliseconds
-
getRetryIntervalAsPrimitive
public int getRetryIntervalAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.- Returns:
- the retryInterval - Retry interval in milliseconds
-
getRetryIntervalAsPrimitive
public int getRetryIntervalAsPrimitive()
Generated method - Getter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.- Returns:
- the retryInterval - Retry interval in milliseconds
-
setRetryInterval
public void setRetryInterval(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.- Parameters:
value- the retryInterval - Retry interval in milliseconds
-
setRetryInterval
public void setRetryInterval(java.lang.Integer value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.- Parameters:
value- the retryInterval - Retry interval in milliseconds
-
setRetryInterval
public void setRetryInterval(SessionContext ctx, int value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.- Parameters:
value- the retryInterval - Retry interval in milliseconds
-
setRetryInterval
public void setRetryInterval(int value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.retryIntervalattribute.- Parameters:
value- the retryInterval - Retry interval in milliseconds
-
getSapDigitalpaymentClient
public SAPDigitalPaymentClient getSapDigitalpaymentClient(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattribute.- Returns:
- the sapDigitalpaymentClient - Sap Digital Payment client
-
getSapDigitalpaymentClient
public SAPDigitalPaymentClient getSapDigitalpaymentClient()
Generated method - Getter of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattribute.- Returns:
- the sapDigitalpaymentClient - Sap Digital Payment client
-
setSapDigitalpaymentClient
public void setSapDigitalpaymentClient(SessionContext ctx, SAPDigitalPaymentClient value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattribute.- Parameters:
value- the sapDigitalpaymentClient - Sap Digital Payment client
-
setSapDigitalpaymentClient
public void setSapDigitalpaymentClient(SAPDigitalPaymentClient value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.sapDigitalpaymentClientattribute.- Parameters:
value- the sapDigitalpaymentClient - Sap Digital Payment client
-
getTimeOut
public java.lang.Integer getTimeOut(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.timeOutattribute.- Returns:
- the timeOut - Timeout interval in millseconds
-
getTimeOut
public java.lang.Integer getTimeOut()
Generated method - Getter of theSAPDigitalPaymentConfiguration.timeOutattribute.- Returns:
- the timeOut - Timeout interval in millseconds
-
getTimeOutAsPrimitive
public int getTimeOutAsPrimitive(SessionContext ctx)
Generated method - Getter of theSAPDigitalPaymentConfiguration.timeOutattribute.- Returns:
- the timeOut - Timeout interval in millseconds
-
getTimeOutAsPrimitive
public int getTimeOutAsPrimitive()
Generated method - Getter of theSAPDigitalPaymentConfiguration.timeOutattribute.- Returns:
- the timeOut - Timeout interval in millseconds
-
setTimeOut
public void setTimeOut(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.timeOutattribute.- Parameters:
value- the timeOut - Timeout interval in millseconds
-
setTimeOut
public void setTimeOut(java.lang.Integer value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.timeOutattribute.- Parameters:
value- the timeOut - Timeout interval in millseconds
-
setTimeOut
public void setTimeOut(SessionContext ctx, int value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.timeOutattribute.- Parameters:
value- the timeOut - Timeout interval in millseconds
-
setTimeOut
public void setTimeOut(int value)
Generated method - Setter of theSAPDigitalPaymentConfiguration.timeOutattribute.- Parameters:
value- the timeOut - Timeout interval in millseconds
-
-