Uses of Class
com.broadleafcommerce.vendor.domain.Vendor
Packages that use Vendor
Package
Description
-
Uses of Vendor in com.broadleafcommerce.vendor.service
Classes in com.broadleafcommerce.vendor.service with type parameters of type VendorModifier and TypeClassDescriptionclass
DefaultVendorService<P extends Vendor>
interface
VendorService<P extends Vendor>
Service API forVendor
. -
Uses of Vendor in com.broadleafcommerce.vendor.service.autoconfigure
Methods in com.broadleafcommerce.vendor.service.autoconfigure that return types with arguments of type VendorModifier and TypeMethodDescriptionVendorServiceAutoConfiguration.vendorService
(VendorRepository<com.broadleafcommerce.data.tracking.core.Trackable> vendorRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager, List<com.broadleafcommerce.data.tracking.core.filtering.fetch.SortTransformer> sortTransformers, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager entityValidatorManager, com.broadleafcommerce.data.tracking.core.TrackableBehaviorUtil behaviorUtil, List<com.broadleafcommerce.data.tracking.core.service.RsqlQueryTransformer> rsqlQueryTransformers, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager) -
Uses of Vendor in com.broadleafcommerce.vendor.service.validation
Methods in com.broadleafcommerce.vendor.service.validation that return types with arguments of type VendorModifier and TypeMethodDescriptionprotected VendorService<Vendor>
VendorValidator.getVendorService()
Methods in com.broadleafcommerce.vendor.service.validation with parameters of type VendorModifier and TypeMethodDescriptionprotected void
VendorValidator.validateDefaultCurrency
(Vendor vendor, org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected void
VendorValidator.validateDefaultLocale
(Vendor vendor, org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected void
VendorValidator.validateForModification
(Vendor vendor, org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected void
VendorValidator.validateVendorRef
(Vendor vendor, org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.vendor.service.validation with type arguments of type VendorModifier and TypeMethodDescriptionvoid
VendorValidator.setVendorService
(VendorService<Vendor> vendorService) Lazy injection since this validator is itself a service component. -
Uses of Vendor in com.broadleafcommerce.vendor.web.endpoint
Methods in com.broadleafcommerce.vendor.web.endpoint that return VendorModifier and TypeMethodDescriptionVendorEndpoint.createVendorFromRequest
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, VendorCreationRequest vendorRequest) VendorEndpoint.readVendor
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id) VendorEndpoint.readVendorByRef
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String vendorRef) VendorEndpoint.replaceVendor
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, Vendor vendor) Methods in com.broadleafcommerce.vendor.web.endpoint that return types with arguments of type VendorModifier and TypeMethodDescriptionprotected VendorService<Vendor>
VendorEndpoint.getVendorService()
org.springframework.data.domain.Page<Vendor>
VendorEndpoint.readAllVendors
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String nameQuery, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page) Methods in com.broadleafcommerce.vendor.web.endpoint with parameters of type VendorModifier and TypeMethodDescriptionVendorEndpoint.replaceVendor
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, Vendor vendor) Constructor parameters in com.broadleafcommerce.vendor.web.endpoint with type arguments of type Vendor