Class BulkOperationContextConfigurationProperties
java.lang.Object
com.broadleafcommerce.data.tracking.core.service.context.BulkOperationContextConfigurationProperties
@ConfigurationProperties("broadleaf.tracking.bulk-operation.context")
public class BulkOperationContextConfigurationProperties
extends Object
Configuration related to the bulk operation process. Generally information that informs flows
enacted during a bulk operation.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Override settings to use specifically for each bulk operation type.The global default settings to use.int
hashCode()
void
setConfigByOperationType
(Map<String, BulkOperationContextConfigurationProperties.BulkOperationContextProperties> configByOperationType) Override settings to use specifically for each bulk operation type.void
setGlobalDefaultConfig
(BulkOperationContextConfigurationProperties.BulkOperationContextProperties globalDefaultConfig) The global default settings to use.toString()
-
Constructor Details
-
BulkOperationContextConfigurationProperties
public BulkOperationContextConfigurationProperties()
-
-
Method Details
-
getGlobalDefaultConfig
public BulkOperationContextConfigurationProperties.BulkOperationContextProperties getGlobalDefaultConfig()The global default settings to use. -
getConfigByOperationType
public Map<String,BulkOperationContextConfigurationProperties.BulkOperationContextProperties> getConfigByOperationType()Override settings to use specifically for each bulk operation type. -
setGlobalDefaultConfig
public void setGlobalDefaultConfig(BulkOperationContextConfigurationProperties.BulkOperationContextProperties globalDefaultConfig) The global default settings to use. -
setConfigByOperationType
public void setConfigByOperationType(Map<String, BulkOperationContextConfigurationProperties.BulkOperationContextProperties> configByOperationType) Override settings to use specifically for each bulk operation type. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-