Uses of Class
GWTApplication.client.UnableToGetListException

Packages that use UnableToGetListException
GWTApplication.client   
GWTApplication.server   
 

Uses of UnableToGetListException in GWTApplication.client
 

Methods in GWTApplication.client that throw UnableToGetListException
 java.util.ArrayList FaultService.getDutyTechnicians(boolean getOldStaff)
           
 java.util.ArrayList FaultService.getFaultType()
          Return the names of all of the FaultType to the caller which are recalled from the fault database table.
 java.util.ArrayList FaultService.getInstruments(boolean allInstruments)
          Return the names of all of the instrument to the caller which are recalled from the fault database table.
 java.util.ArrayList FaultService.getMembersOfStaffNotInGroup(java.lang.Integer GroupToExclude)
          Get the list of people who are not in the group specified.
 java.util.ArrayList FaultService.getSeverity()
          Return the names of all of the severity to the caller which are recalled from the fault database table.
 java.util.ArrayList FaultService.getSites()
           
 java.util.ArrayList FaultService.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 FaultService.getStates()
           
 java.util.ArrayList FaultService.getSupportAstronomers(boolean getOldStaff)
           
 java.util.ArrayList FaultService.getSystems()
          Return the names of all of the system to the caller which are recalled from the fault database table.
 java.util.ArrayList FaultService.getTelescopeOperators(boolean getOldStaff)
           
 

Uses of UnableToGetListException in GWTApplication.server
 

Methods in GWTApplication.server that throw UnableToGetListException
 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<FaultType> FaultServiceImpl.getFaultType()
          Return the names of all of the FaultType to the caller which are recalled from the fault database table.
 java.util.ArrayList<Instrument> FaultServiceImpl.getInstruments(boolean allInstruments)
          Return the names of all of the instrument to the caller which are recalled from the fault database table.
 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<Severity> FaultServiceImpl.getSeverity()
          Return the names of all of the severity to the caller which are recalled from the fault database table.
 java.util.ArrayList<Site> FaultServiceImpl.getSites()
          Return the names of all of the sites to the caller which are recalled from the fault database table.
 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<State> FaultServiceImpl.getStates()
          Return the names of all of the states 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<FDBSystem> FaultServiceImpl.getSystems()
          Return the names of all of the system 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.