Uses of Class
com.broadleafcommerce.sandbox.service.ChangeSummaryRequest
Packages that use ChangeSummaryRequest
Package
Description
Higher-level builders on top of the base domain
Higher-level builders on top of the base domain
-
Uses of ChangeSummaryRequest in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.provider.jpa.repository.nontrackable with parameters of type ChangeSummaryRequestModifier and TypeMethodDescriptionJpaCustomizedChangeSummaryRepository.findChangeSummary
(@NonNull ChangeSummaryRequest changeSummaryRequest) JpaCustomizedChangeSummaryRepository.findChangeSummaryId
(@NonNull ChangeSummaryRequest changeSummaryRequest) -
Uses of ChangeSummaryRequest in com.broadleafcommerce.sandbox.repository.nontrackable
Methods in com.broadleafcommerce.sandbox.repository.nontrackable with parameters of type ChangeSummaryRequestModifier and TypeMethodDescriptionCustomizedChangeSummaryRepository.findChangeSummary
(ChangeSummaryRequest changeSummaryRequest) Find an existing record with the corresponding matching values that determine uniqueness.CustomizedChangeSummaryRepository.findChangeSummaryId
(ChangeSummaryRequest changeSummaryRequest) Find an existing record id with the corresponding matching values that determine uniqueness. -
Uses of ChangeSummaryRequest in com.broadleafcommerce.sandbox.service
Methods in com.broadleafcommerce.sandbox.service with parameters of type ChangeSummaryRequestModifier and TypeMethodDescriptionChangeSummaryService.readChangeSummary
(ChangeSummaryRequest changeSummaryRequest) Find an existing record with the corresponding matching values that determine uniqueness.DefaultChangeSummaryService.readChangeSummary
(@NonNull ChangeSummaryRequest changeSummaryRequest)