Class ChineseUserFacade
java.lang.Object
de.hybris.platform.commercefacades.user.impl.DefaultUserFacade
de.hybris.platform.addressfacades.address.impl.ChineseUserFacade
- All Implemented Interfaces:
UserFacade
Overrides DefaultUserFacade.editAddress() to clear existing city and district value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoideditAddress(AddressData addressData) Updates the address for the current userMethods inherited from class de.hybris.platform.commercefacades.user.impl.DefaultUserFacade
addAddress, getAddressBook, getAddressConverter, getAddressForCode, getAddressReversePopulator, getCardPaymentInfoReversePopulator, getCartService, getCCPaymentInfoForCode, getCCPaymentInfos, getCheckoutCustomerStrategy, getCommerceCommonI18NService, getCommonI18NService, getCreditCardPaymentInfoConverter, getCurrentUserForCheckout, getCustomerAccountService, getDefaultAddress, getModelService, getTitleConverter, getTitles, getUserMatchingService, getUserService, getUserUID, isAddressBookEmpty, isAnonymousUser, isDefaultAddress, isUserExisting, removeAddress, removeCCPaymentInfo, setAddressConverter, setAddressReversePopulator, setCardPaymentInfoReversePopulator, setCartService, setCheckoutCustomerStrategy, setCommerceCommonI18NService, setCommonI18NService, setCreditCardPaymentInfoConverter, setCurrentUser, setCustomerAccountService, setDefaultAddress, setDefaultPaymentInfo, setModelService, setTitleConverter, setUserMatchingService, setUserService, syncSessionCurrency, syncSessionLanguage, unlinkCCPaymentInfo, updateCCPaymentInfo, updateDefaultPaymentInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.commercefacades.user.UserFacade
addAddress, getAddressBook, getAddressForCode, getCCPaymentInfoForCode, getCCPaymentInfos, getDefaultAddress, getTitles, getUserUID, isAddressBookEmpty, isAnonymousUser, isDefaultAddress, isUserExisting, removeAddress, removeCCPaymentInfo, setCurrentUser, setDefaultAddress, setDefaultPaymentInfo, syncSessionCurrency, syncSessionLanguage, unlinkCCPaymentInfo, updateCCPaymentInfo
-
Constructor Details
-
ChineseUserFacade
public ChineseUserFacade()
-
-
Method Details
-
editAddress
Description copied from interface:UserFacadeUpdates the address for the current user- Specified by:
editAddressin interfaceUserFacade- Overrides:
editAddressin classDefaultUserFacade- Parameters:
addressData- the address to update
-