Class and Description |
---|
org.broadleafcommerce.core.web.api.wrapper.AddressWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.AddressWrapper
User: Elbert Bautista
Date: 4/10/12 |
org.broadleafcommerce.core.order.service.call.AddToCartItem |
org.broadleafcommerce.core.web.api.wrapper.AdjustmentWrapper
- use
com.broadleafcommerce.web.api.v2.wrapper.AdjustmentWrapper
Author: ppatel, bpolster |
org.broadleafcommerce.openadmin.web.filter.AdminCsrfFilter
Use
AdminSecurityFilter instead |
org.broadleafcommerce.openadmin.web.filter.AdminExternalLoginStateFilter
NO LONGER REQUIRED AND SHOULD NOT BE USED. SEE BroadleafAdminLdapUserDetailsMapper.
User: Kelly Tisdell
Date: 6/19/12
|
org.broadleafcommerce.common.extensibility.jpa.copy.AnnotationsCopyClassTransformer
do not use this class, use
DirectCopyClassTransformer instead |
org.broadleafcommerce.core.inventory.service.type.AvailabilityStatusType
This is no longer required and is instead implemented as a third-party inventory module
|
org.broadleafcommerce.core.pricing.service.module.BandedShippingModule
Superceded by functionality given by
BandedPriceFulfillmentOption and BandedFulfillmentPricingProvider |
org.broadleafcommerce.core.web.api.endpoint.BaseEndpoint
- use
com.broadleafcommerce.core.rest.api.v2.endpoint |
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.BaseWrapper |
org.broadleafcommerce.common.util.BLResourceBundleMessageSource
use
BroadleafMergeResourceBundleMessageSource instead |
org.broadleafcommerce.common.dialect.Broadleaf2CompatibilityMySQL5InnoDBDialect
use org.hibernate.dialect.MySQL5InnoDBDialect instead
|
org.broadleafcommerce.common.security.ldap.BroadleafActiveDirectoryUserDetailsMapper
NO LONGER REQUIRED AND SHOULD NOT BE USED. SEE BroadleafAdminLdapUserDetailsMapper.
|
org.broadleafcommerce.core.web.api.wrapper.BroadleafEnumerationTypeWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.BroadleafEnumerationTypeWrapper |
org.broadleafcommerce.cms.web.BroadleafProcessURLFilter
In favor of org.broadleafcommerce.common.web.BroadleafRequestFilter.
formally component name "blProcessURLFilter"
This filter sets up the CMS system by setting the current sandbox, locale, time of day, and languageCode
that used by content items.
After setting up content variables, it checks to see if a request can be processed by an instance of
URLProcessor and if so, delegates the request to that processor.
This filter creates an internal cache to quickly determine if the request should be processed
by an instance of URLProcessor or be passed to the next filter in the filter chain. The
cache settings (including expiration seconds, maximum elements, and concurrency) can be
configured via Spring at startup. See
com.google.common.cache.CacheBuilder for more information
on these parameters. |
org.broadleafcommerce.core.web.api.BroadleafRestApiMvcConfiguration
- use
com.broadleafcommerce.core.rest.api.BroadleafRestApiMvcConfiguration |
org.broadleafcommerce.core.web.api.BroadleafSpringRestExceptionMapper
- use
com.broadleafcommerce.core.rest.api.exception.BroadleafSpringRestExceptionMapper |
org.broadleafcommerce.core.web.api.endpoint.order.CartEndpoint
- use
com.broadleafcommerce.web.api.v2.endpoint.order.CartEndpoint
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.CartMessageWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.CartMessageWrapper |
org.broadleafcommerce.core.web.api.endpoint.catalog.CatalogEndpoint
- use
com.broadleafcommerce.web.api.v2.endpoint.catalog.CatalogEndpoint
User: Kelly Tisdell |
org.broadleafcommerce.core.web.api.wrapper.CategoriesWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.CategoriesWrapper |
org.broadleafcommerce.core.web.api.wrapper.CategoryAttributeWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.CategoryAttributeWrapper |
org.broadleafcommerce.core.web.api.wrapper.CategoryWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.CategoryWrapper |
org.broadleafcommerce.core.web.api.endpoint.checkout.CheckoutEndpoint
- use
com.broadleafcommerce.web.api.v2.endpoint.checkout.CheckoutEndpoint
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.core.util.domain.CodeTypeImpl |
org.broadleafcommerce.core.util.service.CodeTypeServiceImpl |
org.broadleafcommerce.core.web.api.wrapper.CountryWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.CountryWrapper
User: Elbert Bautista
Date: 4/10/12 |
org.broadleafcommerce.common.security.handler.CsrfFilter
Use
SecurityFilter instead |
org.broadleafcommerce.core.web.api.wrapper.CustomerAttributeWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.CustomerAttributeWrapper |
org.broadleafcommerce.core.web.api.endpoint.customer.CustomerEndpoint
all Broadleaf endpoints have been moved to the API module as a separate jar. Use
com.broadleafcommerce.core.rest.api.v2.endpoint.CutomerEndpoint |
org.broadleafcommerce.core.web.api.wrapper.CustomerPaymentWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.CustomerPaymentWrapper |
org.broadleafcommerce.core.web.api.wrapper.CustomerWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.CustomerWrapper
User: Elbert Bautista
Date: 4/18/12 |
org.broadleafcommerce.core.search.service.DatabaseSearchServiceImpl |
org.broadleafcommerce.core.web.api.wrapper.DimensionWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.DimensionWrapper
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.profile.core.service.handler.EmailNotificationPasswordUpdatedHandler
- This email approach is no longer recommended. See documentation for BroadleafCommerce
|
org.broadleafcommerce.core.web.api.wrapper.ErrorMessageWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.ErrorMessageWrapper |
org.broadleafcommerce.core.web.api.wrapper.ErrorWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.ErrorWrapper |
org.broadleafcommerce.cms.field.domain.FieldEnumerationImpl
use
DataDrivenEnumerationImpl instead |
org.broadleafcommerce.cms.field.domain.FieldEnumerationItemImpl
use
DataDrivenEnumerationValueImpl instead |
org.broadleafcommerce.core.web.api.endpoint.order.FulfillmentEndpoint
- use
com.broadleafcommerce.web.api.v2.endpoint.order.FulfillmentEndpoint
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.FulfillmentGroupItemWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.FulfillmentGroupItemWrapper
User: Elbert Bautista
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.FulfillmentGroupWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.FulfillmentGroupWrapper
User: Elbert Bautista
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.FulfillmentOptionWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.FulfillmentOptionWrapper |
org.broadleafcommerce.core.web.processor.GoogleAnalyticsProcessor
use the
GoogleUniversalAnalyticsProcessor instead |
org.broadleafcommerce.core.web.processor.HeadProcessor
The entire FragmentAndTarget class has been deprecated in favor of a completely new system in Thymeleaf 2.1
The referenced issue can be found at https://github.com/thymeleaf/thymeleaf/issues/205
Use th:include or th:replace within the head tag and include the variables to replicate the behaviour.
Examples:
...
|
org.broadleafcommerce.common.cache.engine.HydratedCache |
org.broadleafcommerce.common.cache.engine.HydratedCacheElement |
org.broadleafcommerce.common.cache.engine.HydratedCacheManagerImpl |
org.broadleafcommerce.common.extensibility.InstrumentationRuntimeFactory
Because of classloader differences, this approach is not reliable for some containers. Use the javaagent jvm argument instead to set instrumentation.
|
org.broadleafcommerce.core.web.api.wrapper.InventoryWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.InventoryWrapper |
org.broadleafcommerce.core.web.api.wrapper.ISOCountryWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.ISOCountryWrapper |
org.broadleafcommerce.core.web.api.jaxrs.JaxrsObjectMapperProvider
along with the other JAXRS components, this is deprecated in favor of using Spring MVC for REST services
|
org.broadleafcommerce.core.web.api.jaxrs.JaxrsRestExceptionMapper
along with the other JAXRS components, this is deprecated in favor of using Spring MVC for REST services
|
org.broadleafcommerce.core.web.api.jaxrs.JaxrsTypeConverterUtil
along with the other JAXRS components, this is deprecated in favor of using Spring MVC for REST services
|
org.broadleafcommerce.core.order.service.legacy.LegacyCartServiceImpl |
org.broadleafcommerce.core.order.service.legacy.LegacyMergeCartServiceImpl |
org.broadleafcommerce.core.order.service.legacy.LegacyOrderServiceImpl |
org.broadleafcommerce.common.logging.Log4jManagementBean
in favor of
Log4j2ManagementBean (following Apache's EOL declaration for log4j 1.x) |
org.broadleafcommerce.common.cache.Log4jStatisticsServiceLogAdapter
in favor of
Log4j2StatisticsServiceLogAdapter (following Apache's EOL declaration for log4j 1.x) |
org.broadleafcommerce.openadmin.web.controller.MainEntityActionsExtensionManager |
org.broadleafcommerce.core.web.api.wrapper.MapElementWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.MapElementWrapper
User: Elbert Bautista
Date: 4/26/12 |
org.broadleafcommerce.core.web.api.wrapper.MediaWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.MediaWrapper |
org.broadleafcommerce.core.web.order.security.MergeCartProcessorImpl
this has been replaced by invoking
MergeCartService explicitly within the
CartStateRequestProcessor |
org.broadleafcommerce.core.web.api.wrapper.OfferWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.OfferWrapper
User: Priyesh Patel |
org.broadleafcommerce.core.order.domain.weave.OptionalEnterpriseBandedPriceFulfillmentOptionTemplate |
org.broadleafcommerce.core.order.domain.weave.OptionalEnterpriseBandedWeightFulfillmentOptionTemplate |
org.broadleafcommerce.common.sitemap.domain.weave.OptionalEnterpriseSiteMapConfigurationSiteMapGeneratorConfigurationTemplate |
org.broadleafcommerce.core.web.api.wrapper.OrderAttributeWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.OrderAttributeWrapper |
org.broadleafcommerce.core.web.api.endpoint.order.OrderHistoryEndpoint
- use
com.broadleafcommerce.web.api.v2.endpoint.order.OrderHistoryEndpoint
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.OrderItemAttributeWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.OrderItemAttributeWrapper |
org.broadleafcommerce.core.web.api.wrapper.OrderItemPriceDetailWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.OrderItemPriceDetailWrapper |
org.broadleafcommerce.core.web.api.wrapper.OrderItemQualifierWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.OrderItemQualifierWrapper |
org.broadleafcommerce.core.web.api.wrapper.OrderItemWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.OrderItemWrapper
User: Elbert Bautista
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.OrderPaymentWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.OrderPaymentWrapper
User: Elbert Bautista
Date: 4/26/12 |
org.broadleafcommerce.core.web.api.wrapper.OrderWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.OrderWrapper
User: Elbert Bautista
Date: 4/10/12 |
org.broadleafcommerce.core.payment.domain.PaymentLogImpl
- payment logs should now be captured as raw responses in Payment Transaction line items
|
org.broadleafcommerce.core.web.api.wrapper.PaymentTransactionWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.PaymentTransactionWrapper |
org.broadleafcommerce.core.web.api.wrapper.PhoneWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.PhoneWrapper
User: Elbert Bautista
Date: 4/24/12 |
org.broadleafcommerce.core.web.api.wrapper.ProductAttributeWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.ProductAttributeWrapper
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.ProductOptionValueWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.ProductOptionValueWrapper |
org.broadleafcommerce.core.web.api.wrapper.ProductOptionWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.ProductOptionWrapper
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.ProductWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.ProductWrapper
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.ReferencedWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.ReferencedWrapper
User: Elbert Bautista
Date: 4/26/12 |
org.broadleafcommerce.core.web.api.wrapper.RelatedProductWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.RelatedProductWrapper
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.common.util.ResourceBundleExtensionPoint
instead, use
BroadleafMergeResourceBundleMessageSource |
org.broadleafcommerce.common.util.RuntimeLog4jConfigurer
This was originally intended to override existing log4j with a modified configuration file for load testing.
We no longer use Log4J as the default and Spring has deprecated Log4jConfigurer in favor of using a method compatible with Log4J2.
If the functionality provided by this class is required, that should be done as a customization.
|
org.broadleafcommerce.core.web.api.wrapper.SearchFacetValueWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.SearchFacetValueWrapper |
org.broadleafcommerce.core.web.api.wrapper.SearchFacetWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.SearchFacetWrapper |
org.broadleafcommerce.core.search.dao.SearchInterceptDaoImpl
Replaced in functionality by
SearchRedirectDaoImpl |
org.broadleafcommerce.core.search.domain.SearchInterceptImpl
Replaced in functionality by
SearchRedirectImpl |
org.broadleafcommerce.core.web.api.wrapper.SearchResultsWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.SearchResultsWrapper |
org.broadleafcommerce.core.pricing.service.workflow.ShippingActivity
Should use the
FulfillmentOption paradigm, implemented in FulfillmentPricingService .
This activity was replaced by FulfillmentGroupPricingActivity . |
org.broadleafcommerce.core.pricing.dao.ShippingRateDaoImpl
Superceded in functionality by
BandedPriceFulfillmentOption and BandedFulfillmentPricingProvider |
org.broadleafcommerce.core.pricing.domain.ShippingRateImpl |
org.broadleafcommerce.core.pricing.service.ShippingRateServiceImpl
Superceded in functionality by
BandedPriceFulfillmentOption and BandedFulfillmentPricingProvider |
org.broadleafcommerce.core.pricing.service.ShippingServiceImpl
Should use the
FulfillmentOption paradigm, implemented in FulfillmentPricingService |
org.broadleafcommerce.core.pricing.service.workflow.type.ShippingServiceType
Should use the
FulfillmentOption and FulfillmentPricingProvider paradigm |
org.broadleafcommerce.core.web.api.wrapper.SkuAttributeWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.SkuAttributeWrapper
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.core.inventory.domain.SkuAvailabilityImpl
This is no longer required and is instead implemented as a third-party inventory module
|
org.broadleafcommerce.core.web.api.wrapper.SkuBundleItemWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.SkuBundleItemWrapper |
org.broadleafcommerce.admin.server.service.handler.SkuRestrictionFactoryImpl
this was originally designed to search for Skus by the default Sku property if it was not set on an additional
sku. In practice this led to a lot of performance issues to actually make it work correctly. Rather than filter directly
on Skus then Sku searches/filters should instead go through a Product first
|
org.broadleafcommerce.core.web.api.wrapper.SkuWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.SkuWrapper
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.profile.core.dao.StateDaoImpl
- use
CountrySubdivisionDaoImpl instead. |
org.broadleafcommerce.profile.core.domain.StateImpl
- use
CountrySubdivision instead. |
org.broadleafcommerce.profile.core.service.StateServiceImpl
- use
CountrySubdivisionServiceImpl instead. |
org.broadleafcommerce.core.web.api.wrapper.StateWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.StateWrapper
User: Elbert Bautista
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.wrapper.TaxDetailWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.TaxDetailWrapper |
org.broadleafcommerce.core.web.api.wrapper.WeightWrapper
- use
com.broadleafcommerce.core.rest.api.v2.wrapper.WeightWrapper
User: Kelly Tisdell
Date: 4/10/12 |
org.broadleafcommerce.core.web.api.WrapperOverrideTypeModifier
- use
com.broadleafcommerce.core.rest.api.WrapperOverrideTypeModifier |
Enum and Description |
---|
org.broadleafcommerce.cms.web.ProcessURLAction
in favor of Spring MVC mechanisms (@see PageHandlerMapping)
Enum that indicates the action to take when processing a URL.
|
Exceptions and Description |
---|
org.broadleafcommerce.core.web.api.BroadleafWebServicesException
- use
com.broadleafcommerce.core.rest.api.exception.BroadleafWebServicesException |
Constructor and Description |
---|
org.broadleafcommerce.common.security.EnhancedTokenBasedRememberMeServices() |
Copyright © 2020. All rights reserved.