Uses of Class
GWTApplication.client.Person

Packages that use Person
GWTApplication.server   
 

Uses of Person in GWTApplication.server
 

Methods in GWTApplication.server that return types with arguments of type Person
 java.util.ArrayList<Person> FaultServiceImpl.getDutyTechnicians(boolean getOldStaff)
          Return the names of all of the duty technicians to the caller which are recalled from the fault database table DUTYTECHNICIANVIEW.
 java.util.ArrayList<Person> FaultServiceImpl.getMembersOfStaffNotInGroup(java.lang.Integer GroupToExclude)
          Get a list of staff members which are not in the group people which have been specified by the caller from the database. this will be used for instance to get a list of all of the staff members except those in the TO group for instance.
private  java.util.ArrayList<Person> FaultServiceImpl.getPersonDetails(java.lang.String DatabaseView, java.lang.String ExclusionTable, boolean IncludeStaffWhichHaveLeft)
          Get the list of people as specified by the caller.
 java.util.ArrayList<Person> FaultServiceImpl.getStaffMembers(boolean getOldStaff)
          Return the names of all of the staff members to the caller which are recalled from the fault database table.
 java.util.ArrayList<Person> FaultServiceImpl.getSupportAstronomers(boolean getOldStaff)
          Return the names of all of the support astronomers to the caller which are recalled from the fault database table.
 java.util.ArrayList<Person> FaultServiceImpl.getTelescopeOperators(boolean getOldStaff)
          Return the names of all of the telescope operators to the caller which are recalled from the fault database table TELESCOPEOPERATORVIEW.