Uses of Class
com.sap.hybris.c4c.customer.dto.C4CAddressPhoneData
-
Packages that use C4CAddressPhoneData Package Description com.sap.hybris.c4c.customer.dto com.sap.hybris.c4c.customer.populator -
-
Uses of C4CAddressPhoneData in com.sap.hybris.c4c.customer.dto
Methods in com.sap.hybris.c4c.customer.dto that return C4CAddressPhoneData Modifier and Type Method Description C4CAddressPhoneData[]C4CAddressData. getPhoneNumbers()Methods in com.sap.hybris.c4c.customer.dto with parameters of type C4CAddressPhoneData Modifier and Type Method Description voidC4CAddressData. setPhoneNumbers(C4CAddressPhoneData[] phoneNumbers) -
Uses of C4CAddressPhoneData in com.sap.hybris.c4c.customer.populator
Methods in com.sap.hybris.c4c.customer.populator that return C4CAddressPhoneData Modifier and Type Method Description protected C4CAddressPhoneDataDefaultSapC4cAddressPopulator. populatePhoneNumber(java.lang.String phoneNumber, java.lang.Boolean mobileNumberIndicator, java.lang.String usageCode)Creates and populates phone number dataMethods in com.sap.hybris.c4c.customer.populator that return types with arguments of type C4CAddressPhoneData Modifier and Type Method Description protected java.util.List<C4CAddressPhoneData>DefaultSapC4cAddressPopulator. populatePhoneNumbers(AddressModel addressModel)Creates and populates phone number data list
-