Uses of Class
com.broadleafcommerce.vendor.domain.Contact
Packages that use Contact
Package
Description
-
Uses of Contact in com.broadleafcommerce.vendor.domain
Methods in com.broadleafcommerce.vendor.domain that return ContactModifier and TypeMethodDescriptionVendor.getPrimaryContact()
The primary contact associated with this vendor.Methods in com.broadleafcommerce.vendor.domain that return types with arguments of type ContactModifier and TypeMethodDescriptionVendor.getAdditionalContacts()
Additional contacts associated with the vendor.Methods in com.broadleafcommerce.vendor.domain with parameters of type ContactModifier and TypeMethodDescriptionvoid
Vendor.setPrimaryContact
(Contact primaryContact) The primary contact associated with this vendor.Method parameters in com.broadleafcommerce.vendor.domain with type arguments of type ContactModifier and TypeMethodDescriptionvoid
Vendor.setAdditionalContacts
(List<Contact> additionalContacts) Additional contacts associated with the vendor. -
Uses of Contact in com.broadleafcommerce.vendor.domain.request
Methods in com.broadleafcommerce.vendor.domain.request that return ContactModifier and TypeMethodDescriptionVendorCreationRequest.getPrimaryContact()
The primary contact associated with this vendor.Methods in com.broadleafcommerce.vendor.domain.request with parameters of type ContactModifier and TypeMethodDescriptionvoid
VendorCreationRequest.setPrimaryContact
(Contact primaryContact) The primary contact associated with this vendor. -
Uses of Contact in com.broadleafcommerce.vendor.provider.jpa.domain
Methods in com.broadleafcommerce.vendor.provider.jpa.domain that return ContactMethods in com.broadleafcommerce.vendor.provider.jpa.domain that return types with arguments of type ContactMethods in com.broadleafcommerce.vendor.provider.jpa.domain with parameters of type ContactMethod parameters in com.broadleafcommerce.vendor.provider.jpa.domain with type arguments of type ContactModifier and TypeMethodDescriptionvoid
JpaVendor.setAdditionalContacts
(List<Contact> additionalContacts) -
Uses of Contact in com.broadleafcommerce.vendor.provider.jpa.domain.support
Methods in com.broadleafcommerce.vendor.provider.jpa.domain.support that return ContactMethods in com.broadleafcommerce.vendor.provider.jpa.domain.support with parameters of type Contact