예제 #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);
 }