Пример #1
0
  public static PagedList<Province> getPagingList(ProvinceCondition provinceCondition) {
    ProvinceService provinceService = (ProvinceService) context.getBean("provinceService");

    return provinceService.getPagingList(provinceCondition);
  }