Class ImportContextConfigurationProperties.ImportContextProperties
java.lang.Object
com.broadleafcommerce.common.extension.importing.ImportContextConfigurationProperties.ImportContextProperties
- Enclosing class:
- ImportContextConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanbooleanbooleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetEntityValidationEnabled(boolean entityValidationEnabled) voidsetPersistenceNotificationEnabled(boolean persistenceNotificationEnabled) voidsetUserSandboxPersistenceNotificationEnabled(boolean userSandboxPersistenceNotificationEnabled) Deprecated, for removal: This API element is subject to removal in a future version.toString()
-
Constructor Details
-
ImportContextProperties
public ImportContextProperties()
-
-
Method Details
-
setUserSandboxPersistenceNotificationEnabled
@Deprecated(since="2.0.4", forRemoval=true) public void setUserSandboxPersistenceNotificationEnabled(boolean userSandboxPersistenceNotificationEnabled) Deprecated, for removal: This API element is subject to removal in a future version. -
isUserSandboxPersistenceNotificationEnabled
@Deprecated(since="2.0.4", forRemoval=true) public boolean isUserSandboxPersistenceNotificationEnabled()Deprecated, for removal: This API element is subject to removal in a future version. -
setPersistenceNotificationEnabled
public void setPersistenceNotificationEnabled(boolean persistenceNotificationEnabled) -
isEntityValidationEnabled
public boolean isEntityValidationEnabled() -
isPersistenceNotificationEnabled
public boolean isPersistenceNotificationEnabled() -
setEntityValidationEnabled
public void setEntityValidationEnabled(boolean entityValidationEnabled) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-