Interface CommerceCountryManager


public interface CommerceCountryManager
  • Method Details

    • getBillingCountries

      List<com.liferay.portal.kernel.model.Country> getBillingCountries(long companyId, boolean active, boolean billingAllowed)
    • getBillingCountriesByChannelId

      List<com.liferay.portal.kernel.model.Country> getBillingCountriesByChannelId(long channelId, int start, int end)
    • getShippingCountries

      List<com.liferay.portal.kernel.model.Country> getShippingCountries(long companyId, boolean active, boolean shippingAllowed)
    • getShippingCountriesByChannelId

      List<com.liferay.portal.kernel.model.Country> getShippingCountriesByChannelId(long channelId, int start, int end)
    • getWarehouseCountries

      List<com.liferay.portal.kernel.model.Country> getWarehouseCountries(long companyId, boolean all)