Uses of Class
com.broadleafcommerce.vendor.domain.request.VendorCreationRequest
Packages that use VendorCreationRequest
-
Uses of VendorCreationRequest in com.broadleafcommerce.vendor.service
Methods in com.broadleafcommerce.vendor.service with parameters of type VendorCreationRequestModifier and TypeMethodDescriptionDefaultVendorService.createVendorFromRequest
(VendorCreationRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) VendorService.createVendorFromRequest
(VendorCreationRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Create a vendor from the givenVendorCreationRequest
.protected P
DefaultVendorService.getVendorFromRequest
(VendorCreationRequest request) Responsible for creating a vendor entity from the passed in request. -
Uses of VendorCreationRequest in com.broadleafcommerce.vendor.web.endpoint
Methods in com.broadleafcommerce.vendor.web.endpoint with parameters of type VendorCreationRequestModifier and TypeMethodDescriptionVendorEndpoint.createVendorFromRequest
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, VendorCreationRequest vendorRequest)