@ProviderType
public interface CommerceCountryFinder
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceCountry> |
findByCommerceChannel(long commerceChannelId,
boolean shippingAllowed,
boolean billingAllowed,
int start,
int end) |
java.util.List<CommerceCountry> |
findByCommerceInventoryWarehouses(long companyId,
boolean all) |
java.util.List<CommerceCountry> findByCommerceInventoryWarehouses(long companyId, boolean all)
java.util.List<CommerceCountry> findByCommerceChannel(long commerceChannelId, boolean shippingAllowed, boolean billingAllowed, int start, int end)