Class SandboxPropagationProperties
java.lang.Object
com.broadleafcommerce.data.tracking.core.transition.environment.SandboxPropagationProperties
@ConfigurationProperties(prefix="broadleaf.sandbox.propagation")
public class SandboxPropagationProperties
extends Object
Properties related to sandbox propagation feature. Specifically, those features embodied in
VendorSandboxPropagationHandler
.- Author:
- Jeff Fischer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
Whether a persistence message will be allowed for sandbox transitions.boolean
Whether or not the feature is enabled.void
setAllowTransitionPersistenceMessage
(boolean allowTransitionPersistenceMessage) Whether a persistence message will be allowed for sandbox transitions.void
setEnabled
(boolean enabled) Whether or not the feature is enabled.toString()
-
Constructor Details
-
SandboxPropagationProperties
public SandboxPropagationProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Whether or not the feature is enabled. False by default. -
isAllowTransitionPersistenceMessage
public boolean isAllowTransitionPersistenceMessage()Whether a persistence message will be allowed for sandbox transitions. This does not include deployments, which are always allowed. Default is false. -
setEnabled
public void setEnabled(boolean enabled) Whether or not the feature is enabled. False by default. -
setAllowTransitionPersistenceMessage
public void setAllowTransitionPersistenceMessage(boolean allowTransitionPersistenceMessage) Whether a persistence message will be allowed for sandbox transitions. This does not include deployments, which are always allowed. Default is false. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-