コード例 #1
0
ファイル: Charges.java プロジェクト: DINKIN/estatio
 @Programmatic
 public List<Charge> chargesForCountry(final ApplicationTenancy countryOrLowerLevel) {
   final ApplicationTenancyLevel level = ApplicationTenancyLevel.of(countryOrLowerLevel);
   final String countryPath = level.getCountryPath();
   return chargesForCountry(countryPath);
 }