Uses of Interface
org.broadleafcommerce.profile.core.domain.Phone
Packages that use Phone
Package
Description
-
Uses of Phone in org.broadleafcommerce.profile.core.dao
Methods in org.broadleafcommerce.profile.core.dao that return PhoneModifier and TypeMethodDescriptionPhoneDao.create()PhoneDaoImpl.create()PhoneDao.readPhoneById(Long phoneId) PhoneDaoImpl.readPhoneById(Long phoneId) Methods in org.broadleafcommerce.profile.core.dao with parameters of type Phone -
Uses of Phone in org.broadleafcommerce.profile.core.domain
Classes in org.broadleafcommerce.profile.core.domain that implement PhoneFields in org.broadleafcommerce.profile.core.domain declared as PhoneModifier and TypeFieldDescriptionprotected PhoneCustomerPhoneImpl.phoneprotected PhoneAddressImpl.phoneFaxprotected PhoneAddressImpl.phonePrimaryprotected PhoneAddressImpl.phoneSecondaryMethods in org.broadleafcommerce.profile.core.domain that return PhoneModifier and TypeMethodDescriptionCustomerPhone.getPhone()CustomerPhoneImpl.getPhone()Address.getPhoneFax()AddressImpl.getPhoneFax()Address.getPhonePrimary()AddressImpl.getPhonePrimary()Address.getPhoneSecondary()AddressImpl.getPhoneSecondary()Methods in org.broadleafcommerce.profile.core.domain with parameters of type PhoneModifier and TypeMethodDescriptionvoidvoidvoidAddress.setPhoneFax(Phone phone) voidAddressImpl.setPhoneFax(Phone phoneFax) voidAddress.setPhonePrimary(Phone phonePrimary) voidAddressImpl.setPhonePrimary(Phone phonePrimary) voidAddress.setPhoneSecondary(Phone phoneSecondary) voidAddressImpl.setPhoneSecondary(Phone phoneSecondary) -
Uses of Phone in org.broadleafcommerce.profile.core.service
Methods in org.broadleafcommerce.profile.core.service that return PhoneModifier and TypeMethodDescriptionPhoneService.create()PhoneServiceImpl.create()PhoneService.readPhoneById(Long phoneId) PhoneServiceImpl.readPhoneById(Long phoneId) Methods in org.broadleafcommerce.profile.core.service with parameters of type PhoneModifier and TypeMethodDescription