Package net.fqsc.inscriptions.model.categories

Examples of net.fqsc.inscriptions.model.categories.Disciplines.retrieveByOid()


  {
    if (this.discipline == null)
    {
      final Disciplines disciplines = (Disciplines) this.getDomainModel()
          .getEntry("Disciplines");
      this.discipline = (Discipline) disciplines.retrieveByOid(new Oid(
          this.disciplineOid));
    }

    return this.discipline;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.