Package qurtext.client

Examples of qurtext.client.ClientSection


  @Override
  public ArrayList<ClientSection> getAllSectionList() {
    ArrayList<ClientSection> resultList = new ArrayList<ClientSection>();
    for (Section section:sectionFactory.getAllSectionList()) {
      resultList.add(new ClientSection(section.getSectionNo(),section.getChapterNo(),section.getStartVerse(),section.getEndVerse()));
    }
    return resultList;
  }
View Full Code Here

TOP

Related Classes of qurtext.client.ClientSection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.