Class Directory_Person

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Person>, java.util.Comparator<Person>

    public final class Directory_Person
    extends Person
    See Also:
    Serialized Form
    • Field Detail

      • template_name

        public static java.lang.String template_name
        The template toString will use.
    • Method Detail

      • department

        public java.lang.String department()
      • search

        public static java.util.Collection<Directory_Person> search​(java.lang.String search_string)
                                                             throws java.lang.Exception
        Search the Directory associated with the default datastore for Directory_Person records matching search_string.
        Throws:
        java.lang.Exception
      • search

        public static java.util.Collection<Directory_Person> search​(NetDB_Datastore datastore,
                                                                    java.lang.String search_string)
                                                             throws java.lang.Exception
        Search the Directory associated with the specified datastore for Directory_Person records matching search_string.
        Throws:
        java.lang.Exception
      • lookup

        public static Directory_Person lookup​(Directory_Person.SEARCH_TYPE search_type,
                                              java.lang.String search_string)
                                       throws java.lang.Exception
        Look up a Directory_Person, in the Directory associated with the default datastore, by netid (NETID) or registry ID (REGID).
        Throws:
        java.lang.Exception
      • lookup

        public static Directory_Person lookup​(NetDB_Datastore datastore,
                                              Directory_Person.SEARCH_TYPE search_type,
                                              java.lang.String search_string)
                                       throws java.lang.Exception
        Look up a Directory_Person, in the Directory associated with the specified datastore, by netid (NETID) or registry ID (REGID).
        Throws:
        java.lang.Exception