Class JCoConnectionParameterImpl
- java.lang.Object
-
- de.hybris.platform.sap.core.jco.connection.impl.JCoConnectionParameterImpl
-
- All Implemented Interfaces:
JCoConnectionParameter
public class JCoConnectionParameterImpl extends java.lang.Object implements JCoConnectionParameter
JCo Connection parameter.
-
-
Constructor Summary
Constructors Constructor Description JCoConnectionParameterImpl()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>createListFromCommaSeparatedValue(java.lang.String commaSeparatedString)Splits tokens form a comma separated string and put theim into a list.java.lang.StringgetCacheType()Gets the Cache Type.JCoConnectionParametersgetConnectionParameters()Getter for connectionParameters.JCoConnectionEventListenergetEventListener()Gets the Event Listener class name.java.lang.StringgetFunctionModule()Gets the Function Module Name.java.lang.StringgetFunctionModuleToBeReplaced()Returns the function module which should be replaced.booleangetTraceAfter()Gets the Trace After.booleangetTraceBefore()Gets the Trace Before.java.lang.StringgetTraceExcludeExportParameters()Used as parameter to configure which import parameter should not be trace in function module trace.java.util.List<java.lang.String>getTraceExcludeExportParametersList()Used as parameter to configure which import parameter should not be trace in function module trace.java.lang.StringgetTraceExcludeImportParameters()Used as parameter to configure which import parameter should not be trace in function module trace.java.util.List<java.lang.String>getTraceExcludeImportParametersList()Used as parameter to configure which import parameter should not be trace in function module trace.java.lang.StringgetTraceExcludeTableParameters()Used as parameter to configure which import parameter should not be trace in function module trace.java.util.List<java.lang.String>getTraceExcludeTableParametersList()Used as parameter to configure which import parameter should not be trace in function module trace.voidinit()Init method.voidsetCacheType(java.lang.String cacheType)Sets the Cache Type.voidsetConnectionParameters(JCoConnectionParameters connectionParameters)Setter for connectionParameters.voidsetEventListener(JCoConnectionEventListener eventListener)Sets the Event Listener class name.voidsetFunctionModule(java.lang.String functionModule)Setter for functionModule.voidsetFunctionModuleToBeReplaced(java.lang.String functionModuleToBeReplaced)Setter for functionModuleToBeReplaced.voidsetTraceAfter(boolean traceAfter)Sets the Trace After.voidsetTraceBefore(boolean traceBefore)Sets the Trace Before.voidsetTraceExcludeExportParameters(java.lang.String traceExcludeExportParameters)Setter for traceExcludeExportParameters.voidsetTraceExcludeExportParametersList(java.util.List<java.lang.String> traceExcludeExportParametersList)Setter for traceExcludeExportParametersList.voidsetTraceExcludeImportParameters(java.lang.String traceExcludeImportParameters)Setter for traceExcludeImportParameters.voidsetTraceExcludeImportParametersList(java.util.List<java.lang.String> traceExcludeImportParametersList)Setter for traceExcludeImportParametersList.voidsetTraceExcludeTableParameters(java.lang.String traceExcludeTableParameters)Setter for traceExcludeTableParameters.voidsetTraceExcludeTableParametersList(java.util.List<java.lang.String> traceExcludeTableParametersList)Setter for traceExcludeTableParametersList.java.lang.StringtoString()
-
-
-
Method Detail
-
setConnectionParameters
public void setConnectionParameters(JCoConnectionParameters connectionParameters)
Setter for connectionParameters.- Parameters:
connectionParameters- connectionParameters
-
getConnectionParameters
public JCoConnectionParameters getConnectionParameters()
Getter for connectionParameters.- Returns:
- connectionParameters
-
getFunctionModule
public java.lang.String getFunctionModule()
Description copied from interface:JCoConnectionParameterGets the Function Module Name.- Specified by:
getFunctionModulein interfaceJCoConnectionParameter- Returns:
- Function Module Name
-
getCacheType
public java.lang.String getCacheType()
Description copied from interface:JCoConnectionParameterGets the Cache Type.- Specified by:
getCacheTypein interfaceJCoConnectionParameter- Returns:
- Cache Type
-
setCacheType
public void setCacheType(java.lang.String cacheType)
Sets the Cache Type.- Parameters:
cacheType- Cache Type to set
-
getTraceBefore
public boolean getTraceBefore()
Description copied from interface:JCoConnectionParameterGets the Trace Before.- Specified by:
getTraceBeforein interfaceJCoConnectionParameter- Returns:
- Trace Before
-
setTraceBefore
public void setTraceBefore(boolean traceBefore)
Sets the Trace Before.- Parameters:
traceBefore- Trace Before to set
-
getTraceAfter
public boolean getTraceAfter()
Description copied from interface:JCoConnectionParameterGets the Trace After.- Specified by:
getTraceAfterin interfaceJCoConnectionParameter- Returns:
- Trace After
-
setTraceAfter
public void setTraceAfter(boolean traceAfter)
Sets the Trace After.- Parameters:
traceAfter- Trace After to set
-
getEventListener
public JCoConnectionEventListener getEventListener()
Description copied from interface:JCoConnectionParameterGets the Event Listener class name.- Specified by:
getEventListenerin interfaceJCoConnectionParameter- Returns:
- Event Listener class name
-
setEventListener
public void setEventListener(JCoConnectionEventListener eventListener)
Sets the Event Listener class name.- Parameters:
eventListener- Event Listener class name to set
-
getFunctionModuleToBeReplaced
public java.lang.String getFunctionModuleToBeReplaced()
Description copied from interface:JCoConnectionParameterReturns the function module which should be replaced.- Specified by:
getFunctionModuleToBeReplacedin interfaceJCoConnectionParameter- Returns:
- Replaced function module name
-
getTraceExcludeImportParameters
public java.lang.String getTraceExcludeImportParameters()
Description copied from interface:JCoConnectionParameterUsed as parameter to configure which import parameter should not be trace in function module trace.- Specified by:
getTraceExcludeImportParametersin interfaceJCoConnectionParameter- Returns:
- excluded import parameters
-
getTraceExcludeExportParameters
public java.lang.String getTraceExcludeExportParameters()
Description copied from interface:JCoConnectionParameterUsed as parameter to configure which import parameter should not be trace in function module trace.- Specified by:
getTraceExcludeExportParametersin interfaceJCoConnectionParameter- Returns:
- excluded export parameters
-
getTraceExcludeTableParameters
public java.lang.String getTraceExcludeTableParameters()
Description copied from interface:JCoConnectionParameterUsed as parameter to configure which import parameter should not be trace in function module trace.- Specified by:
getTraceExcludeTableParametersin interfaceJCoConnectionParameter- Returns:
- excluded table parameters
-
getTraceExcludeExportParametersList
public java.util.List<java.lang.String> getTraceExcludeExportParametersList()
Description copied from interface:JCoConnectionParameterUsed as parameter to configure which import parameter should not be trace in function module trace.- Specified by:
getTraceExcludeExportParametersListin interfaceJCoConnectionParameter- Returns:
- excluded export parameters as unmodifiable list
-
getTraceExcludeTableParametersList
public java.util.List<java.lang.String> getTraceExcludeTableParametersList()
Description copied from interface:JCoConnectionParameterUsed as parameter to configure which import parameter should not be trace in function module trace.- Specified by:
getTraceExcludeTableParametersListin interfaceJCoConnectionParameter- Returns:
- excluded table parameters as unmodifiable list
-
getTraceExcludeImportParametersList
public java.util.List<java.lang.String> getTraceExcludeImportParametersList()
Description copied from interface:JCoConnectionParameterUsed as parameter to configure which import parameter should not be trace in function module trace.- Specified by:
getTraceExcludeImportParametersListin interfaceJCoConnectionParameter- Returns:
- excluded import parameters as unmodifiable list
-
createListFromCommaSeparatedValue
protected java.util.List<java.lang.String> createListFromCommaSeparatedValue(java.lang.String commaSeparatedString)
Splits tokens form a comma separated string and put theim into a list.- Parameters:
commaSeparatedString- comma separated string- Returns:
- List with values.
-
setFunctionModule
public void setFunctionModule(java.lang.String functionModule)
Setter for functionModule.- Parameters:
functionModule- functionModule
-
setFunctionModuleToBeReplaced
public void setFunctionModuleToBeReplaced(java.lang.String functionModuleToBeReplaced)
Setter for functionModuleToBeReplaced.- Parameters:
functionModuleToBeReplaced- functionModuleToBeReplaced
-
setTraceExcludeImportParameters
public void setTraceExcludeImportParameters(java.lang.String traceExcludeImportParameters)
Setter for traceExcludeImportParameters.- Parameters:
traceExcludeImportParameters- traceExcludeImportParameters
-
setTraceExcludeExportParameters
public void setTraceExcludeExportParameters(java.lang.String traceExcludeExportParameters)
Setter for traceExcludeExportParameters.- Parameters:
traceExcludeExportParameters- traceExcludeExportParameters
-
setTraceExcludeTableParameters
public void setTraceExcludeTableParameters(java.lang.String traceExcludeTableParameters)
Setter for traceExcludeTableParameters.- Parameters:
traceExcludeTableParameters- traceExcludeTableParameters
-
setTraceExcludeImportParametersList
public void setTraceExcludeImportParametersList(java.util.List<java.lang.String> traceExcludeImportParametersList)
Setter for traceExcludeImportParametersList.- Parameters:
traceExcludeImportParametersList- traceExcludeImportParametersList
-
setTraceExcludeExportParametersList
public void setTraceExcludeExportParametersList(java.util.List<java.lang.String> traceExcludeExportParametersList)
Setter for traceExcludeExportParametersList.- Parameters:
traceExcludeExportParametersList- traceExcludeExportParametersList
-
setTraceExcludeTableParametersList
public void setTraceExcludeTableParametersList(java.util.List<java.lang.String> traceExcludeTableParametersList)
Setter for traceExcludeTableParametersList.- Parameters:
traceExcludeTableParametersList- traceExcludeTableParametersList
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
init
public void init()
Init method. Adds itself to the parent map.
-
-