Package com.liferay.commerce.country
Interface CommerceCountryManager
public interface CommerceCountryManager
-
Method Summary
Modifier and TypeMethodDescriptionList<com.liferay.portal.kernel.model.Country>
getBillingCountries
(long companyId, boolean active, boolean billingAllowed) List<com.liferay.portal.kernel.model.Country>
getBillingCountriesByChannelId
(long channelId, int start, int end) List<com.liferay.portal.kernel.model.Country>
getShippingCountries
(long companyId, boolean active, boolean shippingAllowed) List<com.liferay.portal.kernel.model.Country>
getShippingCountriesByChannelId
(long channelId, int start, int end) List<com.liferay.portal.kernel.model.Country>
getWarehouseCountries
(long companyId, boolean all)
-
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
-