Interface CommerceAddressFormatter


public interface CommerceAddressFormatter
  • Method Details

    • getBasicAddress

      String getBasicAddress(CommerceAddress commerceAddress, Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDescriptiveAddress

      String getDescriptiveAddress(CommerceAddress commerceAddress, Locale locale, boolean showDescription) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOneLineAddress

      String getOneLineAddress(CommerceAddress commerceAddress) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException