public static ShipZoneCollection LoadForTaxRule(Int32 taxRuleId, int maximumRows, int startRowIndex) { return(ShipZoneDataSource.LoadForTaxRule(taxRuleId, maximumRows, startRowIndex, string.Empty)); }
public static ShipZone Load(Int32 shipZoneId) { return(ShipZoneDataSource.Load(shipZoneId, true)); }
public static ShipZoneCollection LoadForTaxRule(Int32 taxRuleId) { return(ShipZoneDataSource.LoadForTaxRule(taxRuleId, 0, 0, string.Empty)); }
public static ShipZoneCollection LoadForTaxRule(Int32 taxRuleId, string sortExpression) { return(ShipZoneDataSource.LoadForTaxRule(taxRuleId, 0, 0, sortExpression)); }
public static ShipZoneCollection LoadForProvince(Int32 provinceId, string sortExpression) { return(ShipZoneDataSource.LoadForProvince(provinceId, 0, 0, sortExpression)); }
public static ShipZoneCollection LoadForProvince(Int32 provinceId, int maximumRows, int startRowIndex) { return(ShipZoneDataSource.LoadForProvince(provinceId, maximumRows, startRowIndex, string.Empty)); }
public static ShipZoneCollection LoadForCountry(String countryCode, int maximumRows, int startRowIndex) { return(ShipZoneDataSource.LoadForCountry(countryCode, maximumRows, startRowIndex, string.Empty)); }
public static ShipZoneCollection LoadForProvince(Int32 provinceId) { return(ShipZoneDataSource.LoadForProvince(provinceId, 0, 0, string.Empty)); }
public static ShipZoneCollection LoadForCountry(String countryCode, string sortExpression) { return(ShipZoneDataSource.LoadForCountry(countryCode, 0, 0, sortExpression)); }
public static ShipZoneCollection LoadForCountry(String countryCode) { return(ShipZoneDataSource.LoadForCountry(countryCode, 0, 0, string.Empty)); }
public static ShipZoneCollection LoadForShipMethod(Int32 shipMethodId, int maximumRows, int startRowIndex) { return(ShipZoneDataSource.LoadForShipMethod(shipMethodId, maximumRows, startRowIndex, string.Empty)); }
public static ShipZoneCollection LoadForShipMethod(Int32 shipMethodId, string sortExpression) { return(ShipZoneDataSource.LoadForShipMethod(shipMethodId, 0, 0, sortExpression)); }
public static ShipZoneCollection LoadForShipMethod(Int32 shipMethodId) { return(ShipZoneDataSource.LoadForShipMethod(shipMethodId, 0, 0, string.Empty)); }