Class CartProperties
- java.lang.Object
-
- com.broadleafcommerce.cart.provider.jpa.environment.CartProperties
-
- All Implemented Interfaces:
com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
@ConfigurationProperties(prefix="broadleaf.cart") public class CartProperties extends Object implements com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
-
Constructor Summary
Constructors Constructor Description CartProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)org.springframework.boot.autoconfigure.jdbc.DataSourcePropertiesgetDatasource()com.broadleafcommerce.common.jpa.data.SchemaDelegatingPropertiesgetDelegating()com.broadleafcommerce.common.jpa.data.JpaPropertiesgetJpa()org.springframework.boot.autoconfigure.liquibase.LiquibasePropertiesgetLiquibase()inthashCode()booleanisNotifyAsync()Whether or not the system should perform message notification at the time of cart persistence using a new thread.voidsetDatasource(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties datasource)voidsetDelegating(com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties delegating)voidsetJpa(com.broadleafcommerce.common.jpa.data.JpaProperties jpa)voidsetLiquibase(org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties liquibase)voidsetNotifyAsync(boolean notifyAsync)Whether or not the system should perform message notification at the time of cart persistence using a new thread.StringtoString()
-
-
-
Method Detail
-
getJpa
public com.broadleafcommerce.common.jpa.data.JpaProperties getJpa()
- Specified by:
getJpain interfacecom.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
getDatasource
public org.springframework.boot.autoconfigure.jdbc.DataSourceProperties getDatasource()
- Specified by:
getDatasourcein interfacecom.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
getLiquibase
public org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties getLiquibase()
- Specified by:
getLiquibasein interfacecom.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
getDelegating
public com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties getDelegating()
- Specified by:
getDelegatingin interfacecom.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
isNotifyAsync
public boolean isNotifyAsync()
Whether or not the system should perform message notification at the time of cart persistence using a new thread. SeeCartService#notify(). True by default.
-
setJpa
public void setJpa(com.broadleafcommerce.common.jpa.data.JpaProperties jpa)
-
setDatasource
public void setDatasource(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties datasource)
-
setLiquibase
public void setLiquibase(org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties liquibase)
-
setDelegating
public void setDelegating(com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties delegating)
-
setNotifyAsync
public void setNotifyAsync(boolean notifyAsync)
Whether or not the system should perform message notification at the time of cart persistence using a new thread. SeeCartService#notify(). True by default.
-
canEqual
protected boolean canEqual(Object other)
-
-