Deprecated API


Contents
Deprecated Classes
org.broadleafcommerce.profile.core.service.handler.EmailNotificationPasswordUpdatedHandler
          - This email approach is no longer recommended. See documentation for BroadleafCommerce 
org.broadleafcommerce.profile.core.service.UserDetailsServiceImpl
           
 

Deprecated Fields
org.broadleafcommerce.profile.core.domain.AddressImpl.fax
           
org.broadleafcommerce.profile.core.domain.AddressImpl.primaryPhone
           
org.broadleafcommerce.profile.core.domain.AddressImpl.secondaryPhone
           
 

Deprecated Methods
org.broadleafcommerce.profile.core.domain.AddressImpl.getFax()
           
org.broadleafcommerce.profile.core.domain.Address.getFax()
          Should use Address.getPhoneFax() instead 
org.broadleafcommerce.profile.core.domain.AddressImpl.getPrimaryPhone()
           
org.broadleafcommerce.profile.core.domain.Address.getPrimaryPhone()
          Should use Address.getPhonePrimary() instead 
org.broadleafcommerce.profile.core.domain.AddressImpl.getSecondaryPhone()
           
org.broadleafcommerce.profile.core.domain.Address.getSecondaryPhone()
          Should use Address.getPhoneSecondary() instead 
org.broadleafcommerce.profile.core.domain.AddressImpl.setFax(String)
           
org.broadleafcommerce.profile.core.domain.Address.setFax(String)
          Should use Address.setPhoneFax(Phone) instead 
org.broadleafcommerce.profile.core.domain.AddressImpl.setPrimaryPhone(String)
           
org.broadleafcommerce.profile.core.domain.Address.setPrimaryPhone(String)
          Should use Address.setPhonePrimary(Phone) instead 
org.broadleafcommerce.profile.core.domain.AddressImpl.setSecondaryPhone(String)
           
org.broadleafcommerce.profile.core.domain.Address.setSecondaryPhone(String)
          Should use Address.setPhoneSecondary(Phone) instead 
 



Copyright © 2013. All Rights Reserved.