Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Annotation Interfaces
  • Fields
  • Methods
  • Enum Constants
  • Terminally Deprecated Elements
    Element
    Description
    com.broadleafcommerce.billing.job.domain.PaymentAccountProcessingRequest.getRefundEventDetailEventPaymentId()
    in favor of PaymentAccountProcessingRequest.getBillingEventPaymentIdToRefund()
    com.broadleafcommerce.billing.job.domain.PaymentAccountProcessingRequest.setRefundEventDetailEventPaymentId(String)
    in favor of PaymentAccountProcessingRequest.setBillingEventPaymentIdToRefund(String)
  • Deprecated Interfaces
    Interface
    Description
    com.broadleafcommerce.billing.common.domain.MappableTo
    Use com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable instead.
    com.broadleafcommerce.billing.common.domain.Patchable
    Use com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable instead.
    com.broadleafcommerce.billing.common.provider.jpa.repository.BaseJpaRepository
    Use com.broadleafcommerce.data.tracking.jpa.filtering.JpaTrackableRepository instead
    com.broadleafcommerce.billing.common.repository.BaseRepository
    Use com.broadleafcommerce.data.tracking.core.TrackableRepository instead
    com.broadleafcommerce.subscription.service.EntitlementService
    Use EntitlementProvider instead
  • Deprecated Classes
    Class
    Description
    com.broadleafcommerce.billing.common.provider.jpa.domain.AuditedJpaEntity
    Use BillingTenantJpaTracking instead
    com.broadleafcommerce.billing.common.provider.jpa.domain.BaseJpaEntity
    Use com.broadleafcommerce.data.tracking.core.TenantTrackable instead
    com.broadleafcommerce.billing.common.provider.jpa.id.AssignedOrUuidGenerator
    The system generally expects to programmatically assign ids
    com.broadleafcommerce.billing.common.provider.jpa.repository.BaseJpaRepositoryImpl
    com.broadleafcommerce.billing.common.service.CrudHelper
    Use com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper instead
    com.broadleafcommerce.billing.common.service.JsonUtil
    Use a regular ObjectMapper bean instead
    com.broadleafcommerce.billing.common.service.SearchResult
    Use Pageable instead
    com.broadleafcommerce.billing.service.autoconfigure.BillingServiceCacheAutoConfiguration
    com.broadleafcommerce.subscription.domain.adjustment.SubscriptionAdjustmentType
    in favor of DefaultSubscriptionAdjustmentType
    com.broadleafcommerce.subscription.job.config.SubscriptionBillingJobProperties
    No longer used in the current codebase
    com.broadleafcommerce.subscription.provider.jpa.domain.JpaSubscriptionBillingBatch
    This Jpa entity is unused
    com.broadleafcommerce.subscription.service.impl.DefaultEntitlementService
    Use EntitlementProvider instead
    com.broadleafcommerce.subscription.web.endpoint.BillingSubscriptionOperationsEndpoint
    The default operations processing location was moved to * SubscriptionOperationServices. This endpoint is responsible for processing cancellations and upgrades to a subscription only if SubscriptionConfigurationProperties.subscriptionActionApisLocation is DefaultSubscriptionActionApisLocations.BLC_BILLING_SERVICES.
    com.broadleafcommerce.subscription.web.endpoint.LegacyAdjustmentEndpoint
    Use AdjustmentEndpoint and ItemAdjustmentEndpoint instead
    com.broadleafcommerce.subscription.web.endpoint.LegacySubscriptionEndpoint
    Use SubscriptionEndpoint instead
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    com.broadleafcommerce.subscription.web.autoconfigure.ConditionalOnBillingAsSubscriptionActionApisLocation
  • Deprecated Fields
    Field
    Description
    com.broadleafcommerce.subscription.domain.adjustment.SubscriptionAdjustmentType.FIX_PRICE
    Use SubscriptionAdjustmentType.FIXED_PRICE instead
  • Deprecated Methods
    Method
    Description
    com.broadleafcommerce.billing.common.domain.MappableTo.fromDomain(D)
    com.broadleafcommerce.billing.common.domain.MappableTo.toDomain()
    com.broadleafcommerce.billing.common.domain.Patchable.patchWithOther(D)
    com.broadleafcommerce.billing.common.domain.Patchable.replaceWithOther(D)
    com.broadleafcommerce.billing.common.provider.jpa.repository.BaseJpaRepository.em()
    com.broadleafcommerce.billing.common.provider.jpa.repository.BaseJpaRepository.findByIdUsingPartitioning(List<I>, Integer, I, Function<List<I>, List<O>>)
    com.broadleafcommerce.billing.common.provider.jpa.repository.BaseJpaRepositoryImpl.partitionWithPadding(List<T>, Integer, T)
    com.broadleafcommerce.billing.common.repository.BaseRepository.findAll()
    com.broadleafcommerce.billing.common.repository.BaseRepository.newFromDomain(D)
    com.broadleafcommerce.billing.common.service.CrudHelper.create(D)
    com.broadleafcommerce.billing.common.service.CrudHelper.deleteById(ID)
    com.broadleafcommerce.billing.common.service.CrudHelper.findById(ID)
    com.broadleafcommerce.billing.common.service.CrudHelper.readAll()
    com.broadleafcommerce.billing.common.service.CrudHelper.toDomain(List<P>)
    com.broadleafcommerce.billing.common.service.CrudHelper.update(ID, D)
    com.broadleafcommerce.billing.domain.BillingEvent.getCurrencyCode()
    use BillingEvent.getCurrency() field instead
    com.broadleafcommerce.billing.domain.BillingEventAddress.getAddressId()
    Use BillingEventAddress.getId() field instead
    com.broadleafcommerce.billing.domain.BillingRetrySchedule.getCode()
    Use BillingRetrySchedule.getId() field instead
    com.broadleafcommerce.billing.domain.BillingTaxDetail.getCurrencyCode()
    Use BillingTaxDetail.getCurrency() field instead
    com.broadleafcommerce.billing.domain.RefundEventItem.getRefundEventItemId()
    Use RefundEventItem.getId() field instead
    com.broadleafcommerce.billing.job.domain.BillingProcessingRequest.getCurrencyCode()
    use BillingProcessingRequest.getCurrency() field instead
    com.broadleafcommerce.billing.job.domain.PaymentAccount.getPaymentNetworkTransactionId()
    since payment transactions are no longer executed within BillingServices. Therefore, there's no need to pass this value throughout BillingServices.
    com.broadleafcommerce.billing.job.domain.PaymentAccount.getPaymentToken()
    in favor of not exposing payment method data in BillingServices.
    com.broadleafcommerce.billing.job.domain.PaymentAccount.setPaymentNetworkTransactionId(String)
    since payment transactions are no longer executed within BillingServices. Therefore, there's no need to pass this value throughout BillingServices.
    com.broadleafcommerce.billing.job.domain.PaymentAccount.setPaymentToken(String)
    in favor of not exposing payment method data in BillingServices.
    com.broadleafcommerce.billing.job.domain.PaymentAccountProcessingRequest.getRefundEventDetailEventPaymentId()
    in favor of PaymentAccountProcessingRequest.getBillingEventPaymentIdToRefund()
    com.broadleafcommerce.billing.job.domain.PaymentAccountProcessingRequest.setRefundEventDetailEventPaymentId(String)
    in favor of PaymentAccountProcessingRequest.setBillingEventPaymentIdToRefund(String)
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToBillingProcessingRequestFinalizer(FinalizeBillingProcessingRequests)
    Use BillingJobMessageSender.sendToBillingProcessingRequestFinalizer(FinalizeBillingProcessingRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToBillingProcessingRequestInitializer(InitializeBillingProcessingRequests)
    Use BillingJobMessageSender.sendToBillingProcessingRequestInitializer(InitializeBillingProcessingRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults)
    Use BillingJobMessageSender.sendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests)
    Use BillingJobMessageSender.sendToChargeRetryBillingRequestGenerator(GenerateChargeRetryRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToEventPaymentUpdater(UpdateBillingEventPayments)
    Use BillingJobMessageSender.sendToEventPaymentUpdater(UpdateBillingEventPayments, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToGrantEntitlementHandler(EntitlementProcessingRequest)
    Use BillingJobMessageSender.sendToGrantEntitlementHandler(EntitlementProcessingRequest, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToNewChargeBillingRequestGenerator(GenerateNewChargeRequests)
    Use BillingJobMessageSender.sendToNewChargeBillingRequestGenerator(GenerateNewChargeRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests)
    Use BillingJobMessageSender.sendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToPaymentAccountProcessingResultUpdater(PaymentAccountProcessedMessage)
    Use BillingJobMessageSender.sendToPaymentAccountProcessingResultUpdater(PaymentAccountProcessedMessage, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToPaymentProcessingResultHandler(PaymentsProcessed)
    Use BillingJobMessageSender.sendToPaymentProcessingResultHandler(PaymentsProcessed, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToPaymentProcessorHandler(ProcessPayments)
    Use BillingJobMessageSender.sendToPaymentProcessorHandler(ProcessPayments, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToRefundEventUpdater(UpdateRefundEvents)
    Use BillingJobMessageSender.sendToRefundEventUpdater(UpdateRefundEvents, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests)
    Use BillingJobMessageSender.sendToRefundRetryBillingRequestGenerator(GenerateRefundRetryRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToRevokeEntitlementHandler(EntitlementProcessingRequest)
    Use BillingJobMessageSender.sendToRevokeEntitlementHandler(EntitlementProcessingRequest, ContextInfo) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToTaxProcessorHandler(TaxCalculationHandlerRequests)
    Use BillingJobMessageSender.sendToTaxProcessorResultHandler(TaxCalculationResultProcessorRequests) instead
    com.broadleafcommerce.billing.job.messaging.BillingJobMessageSender.sendToTaxProcessorResultHandler(TaxCalculationResultProcessorRequests)
    Use BillingJobMessageSender.sendToTaxProcessorResultHandler(TaxCalculationResultProcessorRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.BillingJobInitiator.process(P)
    use BillingJobInitiator.process(InitiateBillingJob, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.BillingProcessingRequestFinalizer.process(P)
    Use BillingProcessingRequestFinalizer.process(FinalizeBillingProcessingRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.BillingProcessingRequestInitializer.process(P)
    Use BillingProcessingRequestInitializer.process(InitializeBillingProcessingRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.BillingProcessingResultHandler.process(P)
    Use BillingProcessingResultHandler.process(ProcessBillingEventPaymentResults, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.ChargeRetryBillingRequestGenerator.process(P)
    Use ChargeRetryBillingRequestGenerator.process(GenerateChargeRetryRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.EventPaymentUpdater.process(P)
    Use EventPaymentUpdater.process(UpdateBillingEventPayments, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.NewChargeBillingRequestGenerator.process(P)
    Use NewChargeBillingRequestGenerator.process(GenerateNewChargeRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.NewRefundBillingRequestGenerator.process(P)
    Use NewRefundBillingRequestGenerator.process(GenerateNewRefundRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.PaymentProcessingResultHandler.process(P)
    Use PaymentProcessingResultHandler.process(PaymentsProcessed, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.PaymentProcessorHandler.process(P)
    Use PaymentProcessorHandler.process(ProcessPayments, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.PaymentProcessorHandler.resolveUnknownPaymentGatewayResponses()
    Use PaymentProcessorHandler.resolveUnknownPaymentGatewayResponses(ContextInfo) instead
    com.broadleafcommerce.billing.job.module.RefundEventUpdater.process(P)
    Use RefundEventUpdater.process(UpdateRefundEvents, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.RefundRetryBillingRequestGenerator.process(P)
    Use RefundRetryBillingRequestGenerator.process(GenerateRefundRetryRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.TaxCalculationProcessorHandler.handleTaxCalculationFailure(BillingProcessingRequestWithBillingEventDTO)
    Current implementation does not use TaxProcessingResultEnum.FAILURE states
    com.broadleafcommerce.billing.job.module.TaxCalculationProcessorHandler.process(P)
    Use TaxCalculationProcessorHandler.process(TaxCalculationHandlerRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.module.TaxCalculationProcessorResultHandler.process(P)
    Use TaxCalculationProcessorResultHandler.process(TaxCalculationResultProcessorRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.repository.BillingProcessRepository.findAllByBillingProcessId(List<String>)
    Use TrackableRepository.findAllByContextId(Iterable, ContextInfo) instead
    com.broadleafcommerce.billing.job.repository.CustomizedBillingProcessRepository.findByPaymentOrRefundId(String)
    Use CustomizedBillingProcessRepository.findByPaymentOrRefundId(String, ContextInfo) instead
    com.broadleafcommerce.billing.job.repository.CustomizedBillingProcessRepository.findByPaymentOrRefundIdIn(List<String>)
    Use CustomizedBillingProcessRepository.findByPaymentOrRefundId(String, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingEventPaymentFinder.findNewPaymentsByBillDateRange(Date, Date, Integer)
    Use BillingEventPaymentFinder.findNewPaymentsByBillDateRange(Date, Date, Integer, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingEventPaymentFinder.findNewPaymentsByStatusAndBillingEventIds(List<String>, Integer)
    Use BillingEventPaymentFinder.findNewPaymentsByStatusAndBillingEventIds(List, Integer, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingEventPaymentFinder.findRetryPaymentsByRetryDateRange(Date, Date, Integer)
    Use BillingEventPaymentFinder.findRetryPaymentsByRetryDateRange(Date, Date, Integer, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingJobService.executeNewChargeBillingRequestGeneratorData(List<P>, List<R>, S)
    Use BillingJobService.executeNewChargeBillingRequestGeneratorData(List, List, InitializeBillingProcessingRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessingRequestFinalizerService.processRequests(List<P>, BillingRequestFinalizerDTO)
    Use BillingProcessingRequestFinalizerService.processRequests(List, BillingRequestFinalizerDTO, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessingRequestFinalizerService.saveObjectsAndSendMessages(BillingRequestFinalizerDTO)
    Use BillingProcessingRequestFinalizerService.saveObjectsAndSendMessages(BillingRequestFinalizerDTO, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessingRequestGenerator.newFromEventPayment(String, BillingEventPayment, BillingEvent)
    Use BillingProcessingRequestGenerator.newFromEventPayment(String, BillingEventPayment, BillingEvent, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessingRequestGenerator.newFromRefundEventDetail(String, RefundEventDetail, BillingEvent)
    Use BillingProcessingRequestGenerator.newFromRefundEventDetail(String, RefundEventDetail, BillingEvent, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessingRequestGenerator.saveBillingEventPaymentAndPrepareMessage(String, List<BillingEventPaymentWithEvent>, List<P>)
    Use BillingProcessingRequestGenerator.saveBillingEventPaymentAndPrepareMessage(String, List, List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessingRequestGenerator.saveRecordsAndMessageForRefundGenerator(String, List<RefundDetailsWithRefundAndBillingEvent>, List<P>)
    Use BillingProcessingRequestGenerator.saveRecordsAndSendMessageToRefundGenerator(String, List, List, ContextInfo) instead.
    com.broadleafcommerce.billing.job.service.BillingProcessingRequestGenerator.saveRecordsAndSendMessage(String, List<BillingEventPaymentWithEvent>, List<P>)
    Use BillingProcessingRequestGenerator.saveRecordsAndSendMessage(String, List, List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessingRequestGenerator.updateRecordsAndSendMessage(String, List<P>, List<String>, List<P>, List<BillingProcessingRequestWithBillingEventDTO>)
    Use BillingProcessingRequestGenerator.saveRequestsAndSendMessages(String, List, List, List, List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessingResultHandlerService.reconcileCancellationsDuringBilling(BillingProcessingResultHandlerDTO)
    Use BillingProcessingResultHandlerService.reconcileCancellationsDuringBilling(BillingProcessingResultHandlerDTO, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessingResultHandlerService.updateRecordsAndSendMessage(BillingProcessingResultHandlerDTO)
    Use BillingProcessingResultHandlerService.processEffectsOfBillingOnRelatedEntities(BillingProcessingResultHandlerDTO, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessRequestService.createBillingProcessRequest(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessRequestService.findAllByBillingEventPaymentId(List<String>)
    Use BillingProcessRequestService.readByPaymentOrRefundIdIn(List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessRequestService.findBillingProcessingRequestByIds(List<String>)
    Use CrudEntityService.readAllByContextId(Iterable, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessRequestService.findBillingProcessingRequestWithDetailsByIds(List<String>)
    Use BillingProcessRequestService.readWithDetailsByIds(List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessRequestService.findByBillingEventPaymentId(String)
    Use BillingProcessRequestService.readByPaymentOrRefundId(String, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessRequestService.findById(String)
    CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingProcessRequestService.updateBillingProcessRequestWithDomain(P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingRetryScheduleResolver.retryScheduleForPayment(BillingEventPayment)
    Use BillingRetryScheduleResolver.retryScheduleForPayment(BillingEventPayment, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.BillingRetryScheduleResolver.retryScheduleForRefund(RefundEventDetail)
    Use BillingRetryScheduleResolver.retryScheduleForRefund(RefundEventDetail, ContextInfo) instead.
    com.broadleafcommerce.billing.job.service.impl.DefaultBillingProcessingRequestGenerator.processEventPaymentsAndBillingProcessRequest(BillingEventPayment, P, InitializeBillingProcessingRequests)
    Use DefaultBillingProcessingRequestGenerator.processEventPaymentsAndBillingProcessRequest(BillingEventPayment, BillingProcessingRequest, InitializeBillingProcessingRequests, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.impl.DefaultTaxCalculationHandlerService.processTaxFailureResults(List<P>, TaxCalculationProcessingResultHandlerDTO)
    com.broadleafcommerce.billing.job.service.PaymentAndRefundUpdaterService.findBillingProcessingRequestWithPaymentsByIds(List<String>)
    Use PaymentAndRefundUpdaterService.findBillingProcessingRequestWithPaymentsByIds(List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.PaymentAndRefundUpdaterService.findBillingProcessingRequestWithRefundEventDetailByIds(List<String>)
    Use PaymentAndRefundUpdaterService.findBillingProcessingRequestWithRefundEventDetailByIds(List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.PaymentAndRefundUpdaterService.savePaymentsAndSendMessages(List<P>, ProcessBillingEventPaymentResults)
    Use PaymentAndRefundUpdaterService.savePaymentsAndSendMessages(List, ProcessBillingEventPaymentResults, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.PaymentAndRefundUpdaterService.saveRefundEventDetails(List<Q>)
    Use PaymentAndRefundUpdaterService.saveRefundEventDetails(List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.PaymentAndRefundUpdaterService.updatePayments(List<P>)
    Use PaymentAndRefundUpdaterService.setPaymentFieldsBasedOnProcessingRequestStatus(List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.PaymentAndRefundUpdaterService.updateRefundEventDetails(List<Q>)
    Use PaymentAndRefundUpdaterService.setRefundEventDetailsBasedOnProcessingRequestResult(List, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.PaymentProcessingResultHandlerService.saveObjectsAndSendMessages(PaymentProcessingResultHandlerDTO)
    Use PaymentProcessingResultHandlerService.saveObjectsAndSendMessages(PaymentProcessingResultHandlerDTO, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.PaymentProcessingResultHandlerService.saveRequestAndTransactionDetails(P, Q)
    Use PaymentProcessingResultHandlerService.saveRequestAndTransactionDetails(BillingProcessingRequest, PaymentTransactionDetail, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.RefundEventDetailFinder.findNewRefundDetailByBillDateRange(Date, Date, Integer)
    Use RefundEventDetailFinder.findNewRefundDetailByBillDateRange(Date, Date, Integer, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.RefundEventDetailFinder.findRetryRefundDetailByRetryDateRange(Date, Date, Integer)
    Use RefundEventDetailFinder.findRetryRefundDetailByRetryDateRange(Date, Date, Integer, ContextInfo) instead
    com.broadleafcommerce.billing.job.service.TaxCalculationHandlerService.processTaxFailureResults(List<P>, TaxCalculationProcessingResultHandlerDTO)
    Current DefaultDelegatingTaxService implementation does not use the TaxProcessingResultEnum.FAILURE result value.
    com.broadleafcommerce.billing.job.service.TaxCalculationHandlerService.updateRecordsAndSendMessageForTaxCalculationHandler(TaxCalculationProcessingResultHandlerDTO)
    Use TaxCalculationHandlerService.updateEntitiesAndSendMessages(TaxCalculationProcessingResultHandlerDTO, ContextInfo) instead
    com.broadleafcommerce.billing.repository.BillingEventAdjustmentRepository.findAllByBillingEventId(String)
    Use BillingEventAdjustmentRepository.findByBillingEventId(String, ContextInfo) instead
    com.broadleafcommerce.billing.repository.BillingEventItemAdjustmentRepository.findAllByBillingEventItemId(String)
    Use BillingEventItemAdjustmentRepository.findByBillingEventItemId(String, ContextInfo) instead
    com.broadleafcommerce.billing.repository.BillingEventItemAdjustmentRepository.findByBillingEventItemIdIn(Set<String>)
    Use BillingEventItemAdjustmentRepository.findByBillingEventItemIdIn(List, ContextInfo) instead
    com.broadleafcommerce.billing.repository.BillingEventItemRepository.findAllByEventId(String)
    Use BillingEventItemRepository.findByBillingEventId(String, ContextInfo) instead
    com.broadleafcommerce.billing.repository.BillingEventRepository.findAllByBillingEventIdIn(Set<String>)
    Use TrackableRepository.findAllByContextId(Iterable, ContextInfo) instead
    com.broadleafcommerce.billing.repository.BillingEventRepository.findAllBySubscriptionRef(String)
    Use BillingEventRepository.findBySubscriptionRef(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.BillingEventRepository.findAllBySubscriptionRefIn(Set<String>)
    Use BillingEventRepository.findBySubscriptionRefIn(List, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.BillingEventRepository.findByOrderReference(String)
    Use BillingEventRepository.findByOrderReference(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.BillingEventRepository.findByUserRef(String)
    Use BillingEventRepository.findByUserRef(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.BillingTaxDetailRepository.findAllByBillingEventItemId(String)
    Use BillingTaxDetailRepository.findByBillingEventItemId(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.CustomizedBillingEventPaymentRepository.findAllPaymentsByEventId(String)
    Use CustomizedBillingEventPaymentRepository.findByBillingEventId(String, String, ContextInfo) instead
    com.broadleafcommerce.billing.repository.CustomizedBillingEventPaymentRepository.findAllPaymentsByStatusAndDatesRange(PaymentStatusEnum, Date, Date, Pageable)
    Use CustomizedBillingEventPaymentRepository.findByPaymentStatusAndDateRange(PaymentStatusEnum, Date, Date, Pageable, ContextInfo) instead
    com.broadleafcommerce.billing.repository.CustomizedBillingEventPaymentRepository.findAllPaymentsByStatusAndRetryDateRange(PaymentStatusEnum, Date, Date, Pageable)
    Use CustomizedBillingEventPaymentRepository.findByPaymentStatusAndRetryDateRange(PaymentStatusEnum, Date, Date, Pageable, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.CustomizedBillingEventPaymentRepository.findAllPaymentsBySubscriptionRef(String)
    Use CustomizedBillingEventPaymentRepository.findBySubscriptionRef(String, ContextInfo) instead
    com.broadleafcommerce.billing.repository.CustomizedRefundEventDetailRepository.findJpaRefundEventDetailsByStatusAndDatesRange(String, Date, Date, Pageable)
    Use CustomizedRefundEventDetailRepository.findByRefundStatusAndRefundDateRange(String, Date, Date, Pageable, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.CustomizedRefundEventDetailRepository.findJpaRefundEventDetailsByStatusAndEndDateRange(String, Date, Pageable)
    Use CustomizedRefundEventDetailRepository.findByRefundStatusAndRefundDateLessThanEqual(String, Date, Pageable, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.CustomizedRefundEventDetailRepository.findJpaRefundEventDetailsByStatusAndNextRetryDateRange(String, Date, Pageable)
    Use CustomizedRefundEventDetailRepository.findByRefundStatusAndNextRetryDateLessThanEqual(String, Date, Pageable, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.CustomizedRefundEventDetailRepository.findJpaRefundEventDetailsByStatusAndRetryDateRange(String, Date, Date, Pageable)
    Use CustomizedRefundEventDetailRepository.findByRefundStatusAndNextRetryDateRange(String, Date, Date, Pageable, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.PaymentTransactionDetailRepository.findAllPaymentTransByPaymentId(String)
    Use PaymentTransactionDetailRepository.findByBillingEventPaymentId(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.PaymentTransactionDetailRepository.findPaymentTransactionsByProcessingResult(String)
    Use PaymentTransactionDetailRepository.findByProcessingResult(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.PaymentTransactionDetailRepository.findPaymentTransactionsByProcessingResultPriorToDate(String, Date)
    Use PaymentTransactionDetailRepository.findByProcessingResultAndDateProcessedBefore(String, Date, ContextInfo) instead
    com.broadleafcommerce.billing.repository.RefundEventDetailRepository.findAllRefundEventDetailsByRefundEventId(String)
    Use RefundEventDetailRepository.findByRefundEventId(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.RefundEventItemRepository.findByBillingEventItemId(String)
    Use RefundEventItemRepository.findByBillingEventItemId(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.RefundEventItemRepository.findByBillingEventItemIdIn(Set<String>)
    Use RefundEventItemRepository.findByBillingEventItemIdIn(List, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.RefundEventItemRepository.findByRefundEventId(String)
    Use RefundEventItemRepository.findByRefundEventId(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.RefundEventRepository.findAllByBillingEventId(String)
    Use RefundEventRepository.findByBillingEventId(String, ContextInfo) instead.
    com.broadleafcommerce.billing.repository.RefundEventRepository.findAllByBillingEventIdIn(Set<String>)
    Use RefundEventRepository.findByBillingEventIdIn(List, ContextInfo) instead.
    com.broadleafcommerce.billing.service.BillingEventAddressService.createBillingEventAddress(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventAddressService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventAddressService.updateBillingEventAddress(P, P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventAdjustmentService.createBillingEventAdjustment(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventAdjustmentService.findAllByBillingEventId(String)
    Use BillingEventAdjustmentService.readByBillingEventId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventAdjustmentService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventAdjustmentService.updateBillingEventAdjustment(P, P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemAdjustmentService.createBillingEventItemAdjustment(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemAdjustmentService.deleteBillingEventItemAdjustmentByEventItemAdjustmentId(String)
    Use CrudEntityService.delete(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemAdjustmentService.findBillingEventItemAdjustmentsByEventItemId(String)
    Use BillingEventItemAdjustmentService.readByBillingEventItemId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemAdjustmentService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemAdjustmentService.findByItemIds(Set<String>)
    Use BillingEventItemAdjustmentService.readByBillingEventItemIds(Set, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemAdjustmentService.updateBillingEventItemAdjustment(P, P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemService.calculatePreTaxUnitPrice(BillingEventItem)
    Use BillingEventItemService.calculatePreTaxUnitPrice(BillingEventItem, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemService.createBillingEventItem(Q)
    Use BillingEventItemService.createBillingEventItem(BillingEventItemWithTaxDetails, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemService.findAllBillingItemsWithTaxDetailsByEventId(String)
    Use BillingEventItemService.readWithTaxDetailsByBillingEventId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemService.findAllByBillingEventId(String)
    Use BillingEventItemService.readByBillingEventId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemService.findByIds(Iterable<String>)
    Use CrudEntityService.readAllByContextId(Iterable, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemService.updateBillingEventItem(P, P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventItemService.updateBillingItemWithTaxDetails(Q)
    Use BillingEventItemService.updateBillingItemWithTaxDetails(BillingEventItemWithTaxDetails, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.abortAllActivePaymentsBySubscriptionRef(String)
    Use BillingEventPaymentService.abortActiveBySubscriptionRef(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.abortAllOrderPaymentsByOrderId(String)
    Use BillingEventPaymentService.abortByBillingEventId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.abortOrderPaymentByPaymentId(String)
    Use BillingEventPaymentService.abortByPaymentId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.createBillingEventPayment(S)
    Use BillingEventPaymentService.createBillingEventPayment(BillingEventPaymentWithTransaction, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.findAllBillingDetailsByEventPaymentId(String)
    Use BillingEventPaymentService.readBillingEventDTOByBillingEventPaymentId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.findAllBillingEventsByBillingEventPaymentIds(List<String>)
    Use BillingEventPaymentService.readBillingEventDTOsByBillingEventPaymentIds(List, ContextInfo)
    com.broadleafcommerce.billing.service.BillingEventPaymentService.findAllEventPaymentsByEventPaymentIds(List<String>)
    Use BillingEventPaymentService.readWithEventsByBillingEventPaymentIds(List, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.findAllPaymentsByEventId(String)
    Use BillingEventPaymentService.readByBillingEventId(String, String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.findAllPaymentsByStatusAndDatesRange(PaymentStatusEnum, Date, Date, Integer, Integer)
    Use BillingEventPaymentService.readAllByStatusAndDatesRange(PaymentStatusEnum, Date, Date, Integer, Integer, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.findAllPaymentsByStatusAndRetryDateRange(PaymentStatusEnum, Date, Date, Integer)
    Use BillingEventPaymentService.readByStatusAndRetryDateRange(PaymentStatusEnum, Date, Date, Integer, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventPaymentService.findEventPaymentWithEventByEventPaymentId(String)
    Use BillingEventPaymentService.readWithEventByBillingEventPaymentId(String, ContextInfo)
    com.broadleafcommerce.billing.service.BillingEventPaymentService.updateBillingEventPayment(P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.createBillingEvent(Q)
    Use BillingEventService.create(BillingEventDTO, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.findBillingEventByUserId(String)
    Use BillingEventService.readByUserRef(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.findBillingEventByUserId(String, boolean)
    Use BillingEventService.readBillingEventDTOByUserRef(String, boolean, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.findBillingEventsByIds(Set<String>)
    Use BillingEventService.readBillingEventDTOsByIds(Set, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.findBillingEventsBySubscriptionId(String)
    Use BillingEventService.readBySubscriptionRef(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.findBillingEventsBySubscriptionId(String, boolean)
    Use BillingEventService.readBillingEventDTOsBySubscriptionRef(String, boolean, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.findBillingEventsBySubscriptionIds(Set<String>)
    Use BillingEventService.readBillingEventDTOsBySubscriptionRefs(Set, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.findById(String, boolean)
    Use BillingEventService.readByIdWithDetails(String, boolean, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.findByOrderReference(String)
    Use BillingEventService.readByOrderRef(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.updateAllBillingDetails(List<Q>)
    Use BillingEventService.updateBillingDetails(List, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.updateBillingDetailsFromBillingEvent(Q)
    Use BillingEventService.updateBillingDetails(BillingEventDTO, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingEventService.updateBillingEvent(P, P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingRetryScheduleService.findByCodeWithCache(String)
    Use BillingRetryScheduleService.readByIdWithCache(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingRetryScheduleService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingTaxDetailService.createBillingTaxDetail(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingTaxDetailService.deleteBillingTaxDetailByTaxId(String)
    Use CrudEntityService.delete(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingTaxDetailService.findBillingTaxDetailsByEventItemId(String)
    Use BillingTaxDetailService.readByBillingEventItemId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingTaxDetailService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.BillingTaxDetailService.updateBillingTaxDetail(P, P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.PaymentTransactionDetailService.createPaymentTranDetail(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.PaymentTransactionDetailService.findAllPaymentTransactionsByPaymentId(String)
    Use PaymentTransactionDetailService.readByBillingEventPaymentId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.PaymentTransactionDetailService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.PaymentTransactionDetailService.findPaymentTransactionsByProcessingResult(String)
    Use PaymentTransactionDetailService.readByProcessingResult(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.PaymentTransactionDetailService.findPaymentTransactionsByProcessingResultPriorToDate(String, Date)
    Use PaymentTransactionDetailService.readByProcessingResultAndDateProcessedBefore(String, Date, ContextInfo) instead
    com.broadleafcommerce.billing.service.PaymentTransactionDetailService.savePaymentTransactionDetail(P)
    Use CrudEntityService.replace(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.PaymentTransactionDetailService.updatePaymentTransactionDetail(P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventDetailService.create(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventDetailService.findAllAdditionalFields(String)
    Use RefundEventDetailService.readByRefundEventId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventDetailService.findAllByRefundEventDetailId(List<String>)
    Use RefundEventDetailService.readWithRefundAndBillingEventByIds(List, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventDetailService.findAllRefundEventDetailsByStatusAndDatesRange(String, Date, Date, Integer)
    Use RefundEventDetailService.readByRefundStatusAndRefundDateRange(String, Date, Date, Integer, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventDetailService.findAllRefundEventDetailsByStatusAndRetryDatesRange(String, Date, Date, Integer)
    Use RefundEventDetailService.readByRefundStatusAndNextRetryDateRange(String, Date, Date, Integer, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventDetailService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventDetailService.findRefundDetailsWithRefundBillingEventById(String)
    Use RefundEventDetailService.readWithRefundAndBillingEventById(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventDetailService.update(String, P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventItemService.calculateTax(P)
    Use RefundEventItemService.calculateTax(RefundEventItem, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventItemService.create(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventItemService.findByBillingItemId(String)
    Use RefundEventItemService.readByBillingEventItemId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventItemService.findByBillingItemIds(Set<String>)
    Use RefundEventItemService.readByBillingEventItemIds(Set, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventItemService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventItemService.findByRefundId(String)
    Use RefundEventItemService.readByRefundEventId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventItemService.update(P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventService.abortRefundEvent(String, String)
    Use RefundEventService.abortRefundEvent(String, String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventService.abortRefundEvent(String, String, ContextInfo)
    use RefundEventService.abortRefundEvent(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventService.createRefundEvent(Q)
    Use RefundEventService.create(RefundEventWithDetails, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventService.findAllByBillingEventIds(Set<String>)
    Use RefundEventService.readByBillingEventIds(Set, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventService.findAllByBillingEventIds(Set<String>, boolean)
    Use RefundEventService.readWithDetailsByBillingEventIds(Set, boolean, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventService.findAllRefundsByBillingEventId(String)
    Use RefundEventService.readWithDetailsByBillingEventId(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventService.findById(String)
    Use RefundEventService.readById(String, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventService.findRefundEventByRefundId(String)
    Use RefundEventService.readById(String, ContextInfo)
    com.broadleafcommerce.billing.service.RefundEventService.updateRefundEvent(Q)
    Use RefundEventService.update(RefundEventWithDetails, ContextInfo) instead
    com.broadleafcommerce.billing.service.RefundEventService.updateRefundEventStatusFromRefundEventDetails(String)
    Use RefundEventService.updateRefundEventStatusFromRefundEventDetails(String, ContextInfo) instead
    com.broadleafcommerce.billing.web.endpoint.BillingEventEndpoint.readAllNewBillingEventsBySubscriptionId(String, ContextInfo)
    in favor of BillingEventWithDetailsEndpoint.readAllBillingEventDTOsBySubscriptionId(String, ContextInfo)
    com.broadleafcommerce.billing.web.endpoint.BillingEventEndpoint.readAllNewBillingEventsByUserId(String, ContextInfo)
    in favor of BillingEventWithDetailsEndpoint.readAllBillingEventDTOsByUserId(String, ContextInfo)
    com.broadleafcommerce.billing.web.endpoint.BillingEventEndpoint.readNewBillingEventByEventId(String, ContextInfo)
    in favor of BillingEventWithDetailsEndpoint.readBillingEventDTOByEventId(String, ContextInfo)
    com.broadleafcommerce.billing.web.endpoint.BillingEventEndpoint.readNewBillingRefundsByBillingId(String, ContextInfo)
    in favor of BillingEventWithRefundDetailsEndpoint.readBillingRefundsByBillingId(String, ContextInfo)
    com.broadleafcommerce.billing.web.endpoint.BillingEventEndpoint.readNewBillingRefundsByBillingIds(String[], ContextInfo)
    in favor of BillingEventWithRefundDetailsEndpoint.readBillingRefundsByBillingEventIds(Set, ContextInfo)
    com.broadleafcommerce.billing.web.endpoint.BillingEventEndpoint.readNewBillingRefundsBySubscriptionId(String, ContextInfo)
    in favor of BillingEventWithRefundDetailsEndpoint.readBillingRefundsBySubscriptionId(String, ContextInfo)
    com.broadleafcommerce.billing.web.endpoint.BillingEventEndpoint.readNewBillingRefundsBySubscriptionIds(String[], ContextInfo)
    in favor of BillingEventWithRefundDetailsEndpoint.readBillingRefundsBySubscriptionIds(Set, ContextInfo)
    com.broadleafcommerce.deadletter.messaging.DeadLetterMessageSender.sendToDeadLetterQueue(DeadLetter)
    Use DeadLetterMessageSender.sendToDeadLetterQueue(DeadLetter, ContextInfo) instead
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.countByResolutionStatus(String)
    Use DeadLetterRepository.countByResolutionStatus(String, ContextInfo) instead
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findAllDeadLettersByDateAndStatus(Date, String)
    Use DeadLetterRepository.findByTrackingBasicAuditUpdateTimeGreaterThanEqualAndResolutionStatusEquals(Date, String, ContextInfo) instead
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findAllDeadLettersByStatus(String, Pageable)
    Use DeadLetterRepository.findByResolutionStatusEquals(String, Pageable, ContextInfo) instead
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findByResolutionStatusEquals(String, Pageable, ContextInfo)
    Generally preferable to use adhoc rsql queries via TrackableRsqlFilterExecutor.findAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findByTrackingBasicAuditCreationTimeGreaterThanEqualAndResolutionStatusEquals(Instant, String, Pageable, ContextInfo)
    Generally preferable to use adhoc rsql queries via TrackableRsqlFilterExecutor.findAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findByTrackingBasicAuditCreationTimeGreaterThanEqualAndResolutionStatusEquals(Date, String, Pageable, ContextInfo)
    Generally preferable to use adhoc rsql queries via TrackableRsqlFilterExecutor.findAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findByTrackingBasicAuditCreationTimeGreaterThanEqualAndTrackingBasicAuditUpdateTimeLessThanEqualAndResolutionStatusEquals(Instant, Instant, String, Pageable, ContextInfo)
    Generally preferable to use adhoc rsql queries via TrackableRsqlFilterExecutor.findAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findByTrackingBasicAuditCreationTimeGreaterThanEqualAndTrackingBasicAuditUpdateTimeLessThanEqualAndResolutionStatusEquals(Date, Date, String, Pageable, ContextInfo)
    Generally preferable to use adhoc rsql queries via TrackableRsqlFilterExecutor.findAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findByTrackingBasicAuditUpdateTimeGreaterThanEqualAndResolutionStatusEquals(Instant, String, ContextInfo)
    Generally preferable to use adhoc rsql queries via TrackableRsqlFilterExecutor.findAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findByTrackingBasicAuditUpdateTimeGreaterThanEqualAndResolutionStatusEquals(Date, String, ContextInfo)
    Generally preferable to use adhoc rsql queries via TrackableRsqlFilterExecutor.findAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findByTrackingBasicAuditUpdateTimeLessThanEqualAndResolutionStatusEquals(Instant, String, Pageable, ContextInfo)
    Generally preferable to use adhoc rsql queries via TrackableRsqlFilterExecutor.findAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findByTrackingBasicAuditUpdateTimeLessThanEqualAndResolutionStatusEquals(Date, String, Pageable, ContextInfo)
    Generally preferable to use adhoc rsql queries via TrackableRsqlFilterExecutor.findAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findDeadLettersByDateRange(Date, Date, String, Pageable)
    Use {@link #findByTrackingBasicAuditCreationTimeGreaterThanEqualAndTrackingBasicAuditUpdateTimeLessThanEqualAndResolutionStatusEquals(Date, , Date, String, Pageable, ContextInfo)} instead
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findDeadLettersByEndDate(Date, String, Pageable)
    Use DeadLetterRepository.findByTrackingBasicAuditUpdateTimeLessThanEqualAndResolutionStatusEquals(Date, String, Pageable, ContextInfo) instead
    com.broadleafcommerce.deadletter.repository.DeadLetterRepository.findDeadLettersByStartDate(Date, String, Pageable)
    Use DeadLetterRepository.findByTrackingBasicAuditCreationTimeGreaterThanEqualAndResolutionStatusEquals(Date, String, Pageable, ContextInfo) instead
    com.broadleafcommerce.deadletter.service.DeadLetterNotificationService.sendNotificationEmail(DeadLetterQueueNotificationRequest)
    Use DeadLetterNotificationService.sendNotificationEmail(DeadLetterQueueNotificationRequest, ContextInfo) instead.
    com.broadleafcommerce.deadletter.service.DeadLetterService.countOfDeadLetterByStatus(DeadLetterResolutionStatusEnum)
    use DeadLetterService.countOfDeadLetterByStatus(DeadLetterResolutionStatusEnum, ContextInfo) instead
    com.broadleafcommerce.deadletter.service.DeadLetterService.findUnresolvedDeadLetters(DeadLetterQueueNotificationRequest)
    use DeadLetterService.readUnresolvedDeadLetters(DeadLetterQueueNotificationRequest, ContextInfo) instead
    com.broadleafcommerce.deadletter.service.DeadLetterService.readUnresolvedDeadLetters(DeadLetterQueueNotificationRequest, ContextInfo)
    Generally preferable to use RsqlCrudEntityService.readAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.deadletter.service.DeadLetterService.save(P)
    use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.deadletter.service.impl.DeadLetterMessageProcessor.process(DeadLetter)
    Use DeadLetterMessageProcessor.process(DeadLetter, ContextInfo) instead
    com.broadleafcommerce.deadletter.service.impl.DefaultDeadLetterService.findDeadLettersByDateRangeAndStatus(DeadLetterQueueNotificationRequest, DeadLetterResolutionStatusEnum, ContextInfo)
    com.broadleafcommerce.deadletter.service.impl.DefaultDeadLetterService.findDeadLettersByEndDateAndStatus(DeadLetterQueueNotificationRequest, DeadLetterResolutionStatusEnum, ContextInfo)
    com.broadleafcommerce.deadletter.service.impl.DefaultDeadLetterService.findDeadLettersByStartDateAndStatus(DeadLetterQueueNotificationRequest, DeadLetterResolutionStatusEnum, ContextInfo)
    com.broadleafcommerce.deadletter.service.impl.DefaultDeadLetterService.findDeadLettersByStatus(DeadLetterQueueNotificationRequest, DeadLetterResolutionStatusEnum, ContextInfo)
    com.broadleafcommerce.deadletter.service.impl.DefaultDeadLetterService.readUnresolvedDeadLetters(DeadLetterQueueNotificationRequest, ContextInfo)
    Generally preferable to use BaseRsqlCrudEntityService.readAll(Node, Pageable, ContextInfo)
    com.broadleafcommerce.messaging.MessagingErrorHandler.recordError(String, JobRequest, String, String, Exception)
    Use MessagingErrorHandler.recordError(String, JobRequest, String, String, Exception, ContextInfo) instead
    com.broadleafcommerce.subscription.domain.adjustment.SubscriptionAdjustment.getAdjustmentId()
    Use SubscriptionAdjustment.getId() field instead
    com.broadleafcommerce.subscription.domain.adjustment.SubscriptionAdjustment.getAdjustmentType()
    in favor of SubscriptionAdjustment.getSubscriptionAdjustmentType()
    com.broadleafcommerce.subscription.domain.adjustment.SubscriptionItemAdjustment.getAdjustmentType()
    in favor of SubscriptionItemAdjustment.getSubscriptionAdjustmentType()
    com.broadleafcommerce.subscription.domain.adjustment.SubscriptionItemAdjustment.getItemAdjustmentId()
    Use SubscriptionItemAdjustment.getId() field instead
    com.broadleafcommerce.subscription.domain.Subscription.getBillingFrequency()
    in favor of Subscription.periodType & Subscription.periodFrequency
    com.broadleafcommerce.subscription.domain.Subscription.getCurrencyCode()
    use Subscription.getCurrency() field instead
    com.broadleafcommerce.subscription.domain.Subscription.getSubscriptionId()
    Use Subscription.getId() field instead
    com.broadleafcommerce.subscription.domain.Subscription.getUpdatedBy()
    Use ContextInfo.setAuthor(String) instead
    com.broadleafcommerce.subscription.domain.Subscription.setBillingFrequency(String)
    in favor of Subscription.periodType & Subscription.periodFrequency
    com.broadleafcommerce.subscription.domain.Subscription.setUpdatedBy(String)
    Use ContextInfo.setAuthor(String) instead
    com.broadleafcommerce.subscription.job.messaging.SubscriptionJobMessageSender.sendToSubscriptionBillingProcessorTopic(GenerateSubscriptionBillingRequest)
    Use SubscriptionJobMessageSender.sendToSubscriptionBillingProcessorTopic(GenerateSubscriptionBillingRequest, ContextInfo) instead
    com.broadleafcommerce.subscription.job.module.SubscriptionStatusBillingJobGenerator.process(P)
    Use SubscriptionStatusBillingJobGenerator.process(GenerateSubscriptionBillingRequest, ContextInfo) instead
    com.broadleafcommerce.subscription.job.service.SubscriptionBillingEventGeneratorService.processSubscriptionsAndSaveRecords(String, SubscriptionWithItemsAndAdjustments, Date)
    Use SubscriptionBillingEventGeneratorService.processSubscriptionsAndSaveRecords(String, SubscriptionWithItemsAndAdjustments, Date, ContextInfo) instead
    com.broadleafcommerce.subscription.job.service.SubscriptionFinder.findSubscriptionsByStatusAndBillingOperationStatus(Date, Integer)
    Use SubscriptionFinder.findActiveOrPausedSubscriptionsAndBillDateOrStatusChangeDateBefore(Date, Integer, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.CustomizedSubscriptionRepository.countAllBySubscriptionStatus(String)
    Use CustomizedSubscriptionRepository.countAllBySubscriptionStatus(String, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.CustomizedSubscriptionRepository.findAllBySubscriptionStatus(String, Pageable)
    Use CustomizedSubscriptionRepository.findContextIdsBySubscriptionStatus(String, Pageable, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.CustomizedSubscriptionRepository.findAllBySubscriptionStatusAndBillingOperationStatus(List<String>, Date, Pageable)
    Use CustomizedSubscriptionRepository.findAllBySubscriptionStatusInAndNextBillDateBeforeOrNullAndNextStatusChangeDateBefore(List, Date, Pageable, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.CustomizedSubscriptionRepository.findAllByUserRefAndSubscriptionItemsItemRefIn(String, Collection<String>)
    Use CustomizedSubscriptionRepository.findAllByUserRefTypeAndUserRefAndSubscriptionItemsItemRefIn(String, String, Collection, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.CustomizedSubscriptionRepository.listSubscriptions(String, boolean)
    Use CustomizedSubscriptionRepository.findAllByUserRefTypeAndUserRefAndActive(String, String, boolean, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionAdjustmentRepository.findAllByAdjustmentIdIn(List<String>)
    Use TrackableRepository.findAllByContextId(Iterable, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionAdjustmentRepository.findAllBySubscriptionId(String)
    Use SubscriptionAdjustmentRepository.findAllBySubscriptionId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionBillingAuditRepository.findAllBySubscriptionId(String)
    Use SubscriptionBillingAuditRepository.findAllBySubscriptionId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionItemAdjustmentRepository.findAllByItemAdjustmentIdIn(List<String>)
    Use TrackableRepository.findAllByContextId(Iterable, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionItemAdjustmentRepository.findAllBySubscriptionItemId(String)
    Use SubscriptionItemAdjustmentRepository.findAllBySubscriptionItemId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionItemRepository.findActiveItemsBySubscriptionId(String)
    Use CustomizedSubscriptionItemRepository.findBySubscriptionIdAndArchivedIsNullOrArchivedIsFalse(String, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionItemRepository.findAllItemsBySubscriptionId(String)
    Use SubscriptionItemRepository.findAllBySubscriptionId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionRepository.findAllBySubscriptionIdIn(List<String>)
    Use TrackableRepository.findAllByContextId(Iterable, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionRepository.findAllByUserRef(String)
    Use SubscriptionRepository.findAllByUserRefTypeAndUserRef(String, String, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionRepository.findAllByUserRefAndSubscriptionStatus(String, String)
    Use SubscriptionRepository.findAllByUserRefTypeAndUserRefAndSubscriptionStatus(String, String, String, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionRepository.findAllByUserRefAndSubscriptionStatusIn(String, String[])
    Use SubscriptionRepository.findAllByUserRefTypeAndUserRefAndSubscriptionStatusIn(String, String, List, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionRepository.findAllPriorSubscriptionByNextSubscriptionId(List<String>)
    Use SubscriptionRepository.findAllPriorSubscriptionsByNextSubscriptionIn(List, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionRepository.findByNextSubscriptionIn(List<String>)
    Use SubscriptionRepository.findAllByNextSubscriptionIn(List, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionRepository.findBySubscriptionSourceRef(String)
    Use SubscriptionRepository.findBySubscriptionSourceRef(String, ContextInfo) instead
    com.broadleafcommerce.subscription.repository.SubscriptionStatusAuditRepository.findAllBySubscriptionId(String)
    Use SubscriptionStatusAuditRepository.findAllBySubscriptionId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.EntitlementService.findEntitlementsBySubscription(Subscription)
    Use EntitlementProvider.readEntitlementsBySubscription(Subscription, Pageable, ContextInfo) instead
    com.broadleafcommerce.subscription.service.EntitlementService.revokeEntitlements(RevokeEntitlementsRequest)
    Use EntitlementProvider.revokeEntitlements(RevokeEntitlementsRequest, ContextInfo) instead
    com.broadleafcommerce.subscription.service.EntitlementService.revokeSubscriptionEntitlements(Subscription, Date)
    Use EntitlementProvider.revokeEntitlementsForSubscription(Subscription, Date, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionAdjustmentService.addAdjustment(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionAdjustmentService.findAllByIds(List<String>)
    Use SubscriptionAdjustmentService.findAllByIds(Collection, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionAdjustmentService.findById(String)
    Use SubscriptionAdjustmentService.findById(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionAdjustmentService.findForSubscriptionId(String)
    Use SubscriptionAdjustmentService.findBySubscriptionId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionAdjustmentService.removeAdjustment(String)
    Use CrudEntityService.delete(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionBillingAuditService.createSubscriptionBillingAudit(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionBillingAuditService.findAllBillingAuditBySubscriptionId(String)
    Use SubscriptionBillingAuditService.findAllBillingAuditBySubscriptionId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemAdjustmentService.addItemAdjustment(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemAdjustmentService.findAllByIds(List<String>)
    Use SubscriptionItemAdjustmentService.findAllByIds(Collection, ContextInfo)
    com.broadleafcommerce.subscription.service.SubscriptionItemAdjustmentService.findById(String)
    Use SubscriptionItemAdjustmentService.findById(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemAdjustmentService.findForSubscriptionItemId(String)
    Use SubscriptionItemAdjustmentService.findBySubscriptionItemId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemAdjustmentService.removeItemAdjustment(String)
    Use CrudEntityService.delete(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemService.createSubscriptionItem(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemService.findActiveItemsBySubscriptionId(String)
    Use SubscriptionItemService.findActiveBySubscriptionId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemService.findAllItemsBySubscriptionId(String)
    Use SubscriptionItemService.findAllBySubscriptionId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemService.findById(String)
    Use SubscriptionItemService.findById(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemService.updateSubscriptionItem(P)
    Use CrudEntityService.replace(String, Object, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionItemService.updateSubscriptionItem(P, P)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.callToCancelSubscription(S, String)
    Use SubscriptionService.cancelSubscription(Subscription, String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.cancelAllPriorSubscriptions(List<String>)
    Use SubscriptionService.cancelAllPriorSubscriptions(List, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.cancelSubscription(String, String)
    Use SubscriptionService.cancelSubscription(String, String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.cancelSubscription(S, String)
    Use SubscriptionService.cancelSubscription(Subscription, String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.cancelSubscriptionForFailureBilling(S)
    Use SubscriptionService.cancelSubscriptionForFailureBilling(Subscription, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.cancelSubscriptionImmediately(S, String)
    Use SubscriptionService.cancelSubscriptionImmediately(Subscription, String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.cancelSubscriptionImmediatelyWithRetries(String, String)
    Use SubscriptionService.cancelSubscriptionImmediatelyWithRetries(String, String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.countAllBySubscriptionStatus(String)
    Use SubscriptionService.countAllBySubscriptionStatus(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.createSubscription(S)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.createSubscriptionWithItems(SWI)
    Use SubscriptionService.createSubscriptionWithItems(SubscriptionWithItems, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.findAllByIds(List<String>)
    Use CrudEntityService.readAllByContextId(Iterable, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.findAllByUserRefAndItemRefs(String, Collection<String>)
    Use SubscriptionService.findAllByUserRefTypeAndUserRefAndItemRefs(String, String, Collection, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.findAllSubscriptionsByUserRef(String, boolean)
    Use SubscriptionService.findAllByUserRefTypeAndUserRef(String, String, boolean, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.findAllSubscriptionsByUserRefAndStatuses(String, String[])
    Use SubscriptionService.findAllWithItemsByUserRefTypeAndUserRefAndStatuses(String, String, List, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.findAllSubscriptionWithItemsById(List<String>)
    Use SubscriptionService.findAllWithItemsById(List, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.findById(String)
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.findBySubscriptionSourceRef(String)
    Use SubscriptionService.findBySubscriptionSourceRef(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.findIdsBySubscriptionStatus(String, int, int)
    Use SubscriptionService.findIdsBySubscriptionStatus(String, Pageable, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.findWithItemsById(String)
    Use SubscriptionService.findWithItemsById(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.updateNextSubscriptionForActiveStatus(String)
    Use SubscriptionService.cancelActiveSubscription(String, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.updateSubscription(S)
    Use CrudEntityService.update(String, Object, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.updateSubscriptionFromJob(S)
    Use SubscriptionService.updateSubscriptionFromJob(Subscription, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.upgradeSubscription(S, List<String>)
    Use SubscriptionService.upgradeSubscription(Subscription, List, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionService.upgradeSubscriptionByItemRefs(SWI, Set<String>)
    Use SubscriptionService.upgradeSubscriptionByItemRefs(SubscriptionWithItems, Set, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionStatusAuditService.createSubscriptionStatusAudit(P)
    Use CrudEntityService.create(Object, ContextInfo) instead
    com.broadleafcommerce.subscription.service.SubscriptionStatusAuditService.findAllStatusAuditsBySubscriptionId(String)
    Use SubscriptionStatusAuditService.findAllBySubscriptionId(String, ContextInfo) instead
    com.broadleafcommerce.subscription.web.endpoint.LegacyAdjustmentEndpoint.addAdjustment(HttpServletRequest, HttpServletResponse, SubscriptionAdjustment, ContextInfo)
    Use AdjustmentEndpoint#addAdjustment(HttpServletRequest, HttpServletResponse, SubscriptionAdjustment, ContextInfo) instead
    com.broadleafcommerce.subscription.web.endpoint.LegacyAdjustmentEndpoint.addItemAdjustment(HttpServletRequest, HttpServletResponse, SubscriptionItemAdjustment, ContextInfo)
    Use ItemAdjustmentEndpoint#addItemAdjustment(HttpServletRequest, HttpServletResponse, SubscriptionItemAdjustment, ContextInfo) instead
    com.broadleafcommerce.subscription.web.endpoint.LegacyAdjustmentEndpoint.getSubscriptionAdjustments(HttpServletRequest, HttpServletResponse, String, ContextInfo)
    Use AdjustmentEndpoint#getSubscriptionAdjustments(HttpServletRequest, HttpServletResponse, String, ContextInfo) instead
    com.broadleafcommerce.subscription.web.endpoint.LegacyAdjustmentEndpoint.getSubscriptionItemAdjustments(HttpServletRequest, HttpServletResponse, String, ContextInfo)
    Use ItemAdjustmentEndpoint#getSubscriptionItemAdjustments(HttpServletRequest, HttpServletResponse, String, ContextInfo) instead
    com.broadleafcommerce.subscription.web.endpoint.LegacyAdjustmentEndpoint.removeSubscriptionAdjustment(HttpServletRequest, HttpServletResponse, String, ContextInfo)
    Use AdjustmentEndpoint#removeSubscriptionAdjustment(HttpServletRequest, HttpServletResponse, String, ContextInfo) instead
    com.broadleafcommerce.subscription.web.endpoint.LegacyAdjustmentEndpoint.removeSubscriptionItemAdjustment(HttpServletRequest, HttpServletResponse, String, ContextInfo)
    Use ItemAdjustmentEndpoint#removeSubscriptionItemAdjustment(HttpServletRequest, HttpServletResponse, String, ContextInfo) instead
    com.broadleafcommerce.subscription.web.endpoint.LegacySubscriptionEndpoint.cancelSubscription(HttpServletRequest, HttpServletResponse, CancelSubscriptionDTO, ContextInfo)
    Use SubscriptionEndpoint#cancelSubscription(HttpServletRequest, HttpServletResponse, CancelSubscriptionDTO, ContextInfo) instead
    com.broadleafcommerce.subscription.web.endpoint.LegacySubscriptionEndpoint.upgradeSubscription(HttpServletRequest, HttpServletResponse, UpgradeSubscriptionDTO, ContextInfo)
    Use SubscriptionEndpoint#upgradeSubscription(HttpServletRequest, HttpServletResponse, UpgradeSubscriptionDTO, ContextInfo) instead
  • Deprecated Enum Constants
    Enum Constant
    Description
    com.broadleafcommerce.billing.job.domain.enums.TaxProcessingResultEnum.FAILURE
    DefaultDelegatingTaxService does not recognize this state. It either succeeds in its tax calculations, or an Exception is thrown and TaxProcessingResultEnum.GATEWAY_ERROR becomes the result

Copyright © 2026. All rights reserved.