@ProviderType
public interface CommerceTaxFixedRateAddressRelFinder
| Modifier and Type | Method and Description |
|---|---|
CommerceTaxFixedRateAddressRel |
fetchByC_C_C_C_Z_First(long commerceTaxMethodId,
long cpTaxCategoryId,
long commerceCountryId,
long commerceRegionId,
java.lang.String zip) |
CommerceTaxFixedRateAddressRel |
fetchByC_C_C_Z_First(long commerceTaxMethodId,
long commerceCountryId,
long commerceRegionId,
java.lang.String zip) |
java.util.List<CommerceTaxFixedRateAddressRel> |
findByC_C_C_C_Z(long commerceTaxMethodId,
long cpTaxCategoryId,
long commerceCountryId,
long commerceRegionId,
java.lang.String zip,
int start,
int end) |
java.util.List<CommerceTaxFixedRateAddressRel> |
findByC_C_C_Z(long commerceTaxMethodId,
long commerceCountryId,
long commerceRegionId,
java.lang.String zip) |
java.util.List<CommerceTaxFixedRateAddressRel> |
findByC_C_C_Z(long commerceTaxMethodId,
long commerceCountryId,
long commerceRegionId,
java.lang.String zip,
int start,
int end) |
CommerceTaxFixedRateAddressRel fetchByC_C_C_C_Z_First(long commerceTaxMethodId, long cpTaxCategoryId, long commerceCountryId, long commerceRegionId, java.lang.String zip)
CommerceTaxFixedRateAddressRel fetchByC_C_C_Z_First(long commerceTaxMethodId, long commerceCountryId, long commerceRegionId, java.lang.String zip)
java.util.List<CommerceTaxFixedRateAddressRel> findByC_C_C_Z(long commerceTaxMethodId, long commerceCountryId, long commerceRegionId, java.lang.String zip)
java.util.List<CommerceTaxFixedRateAddressRel> findByC_C_C_Z(long commerceTaxMethodId, long commerceCountryId, long commerceRegionId, java.lang.String zip, int start, int end)
java.util.List<CommerceTaxFixedRateAddressRel> findByC_C_C_C_Z(long commerceTaxMethodId, long cpTaxCategoryId, long commerceCountryId, long commerceRegionId, java.lang.String zip, int start, int end)