Uses of Class
gov.nih.nci.caarray.common.exception.GeneralException

Packages that use GeneralException
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.common.util   
gov.nih.nci.caarray.services.arraydesign.ejb   
gov.nih.nci.caarray.services.bioassaydata   
gov.nih.nci.caarray.services.fileparse   
gov.nih.nci.caarray.services.fileparse.gal   
gov.nih.nci.caarray.services.fileparse.gpr   
gov.nih.nci.caarray.services.fileparse2   
gov.nih.nci.caarray.services.fileparse2.mdb   
gov.nih.nci.caarray.services.fileupload2.ejb   
gov.nih.nci.caarray.services.mageloader   
gov.nih.nci.caarray.services.mageml   
gov.nih.nci.caarray.services.mageml.ejb   
gov.nih.nci.caarray.services.protocol   
gov.nih.nci.caarray.services.protocol.ejb   
gov.nih.nci.caarray.services.security   
gov.nih.nci.caarray.services.security.ejb   
gov.nih.nci.caarray.services.util   
gov.nih.nci.caarray.services.util.cache   
gov.nih.nci.caarray.services.util.parse   
gov.nih.nci.caarray.services.vocab.ejb   
gov.nih.nci.caarray.ui.arraydesign   
gov.nih.nci.caarray.ui.biomaterial   
gov.nih.nci.caarray.ui.contact   
gov.nih.nci.caarray.ui.core   
gov.nih.nci.caarray.ui.experiment   
gov.nih.nci.caarray.ui.login   
gov.nih.nci.caarray.ui.ontology   
gov.nih.nci.caarray.ui.protocol   
gov.nih.nci.caarray.ui.useradmin   
 

Uses of GeneralException in gov.nih.nci.caarray.common.delegate
 

Methods in gov.nih.nci.caarray.common.delegate that throw GeneralException
 DataFileAssessment HybridizationFileHandlerDelegate.assessDataFile(HybridizationFileUploadEntryData entry)
           
 SecuredElementItf[] SecurityManagerDelegate.canUserAccessElement(SecuredElementItf[] objects, java.lang.String[] roleIds)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] CaSecurityManagerDelegate.canUserAccessElement(SecuredElementItf[] objects, java.lang.String[] roleIds)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] SecurityManagerDelegate.canUserAccessElement(SecuredElementItf[] objects, java.lang.String[] roleIds, ProtectionGroupData[] protectionGroups)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] CaSecurityManagerDelegate.canUserAccessElement(SecuredElementItf[] objects, java.lang.String[] roleIds, ProtectionGroupData[] protectionGroups)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf SecurityManagerDelegate.canUserAccessElement(SecuredElementItf object, java.lang.String[] roleIds)
          Checks if the user can access the securedElemet for this Object.
 SecuredElementItf CaSecurityManagerDelegate.canUserAccessElement(SecuredElementItf object, java.lang.String[] roleIds)
          Checks if the user can access the securedElemet for this Object.
 SecuredElementItf[] SecurityManagerDelegate.canUserAccessElement(java.lang.String userId, SecuredElementItf[] objectIds, java.lang.String[] roleIds)
          Deprecated.  
 SecuredElementItf[] CaSecurityManagerDelegate.canUserAccessElement(java.lang.String userId, SecuredElementItf[] objectIds, java.lang.String[] roleIds)
          Deprecated.  
 boolean SecurityManagerDelegate.canUserAccessElement(java.lang.String userId, java.lang.String objectId, java.lang.String[] roleIds)
          Deprecated.  
 boolean CaSecurityManagerDelegate.canUserAccessElement(java.lang.String userId, java.lang.String objectId, java.lang.String[] roleIds)
          Deprecated.  
 SecuredElementItf[] SecurityManagerDelegate.canUserAccessOwnerElement(SecuredElementItf[] objects)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] CaSecurityManagerDelegate.canUserAccessOwnerElement(SecuredElementItf[] objects)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] SecurityManagerDelegate.canUserAccessOwnerElementOnly(SecuredElementItf[] objects)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] CaSecurityManagerDelegate.canUserAccessOwnerElementOnly(SecuredElementItf[] objects)
          Checks if the user can access the securedElement for this Object.
 int SecurityManagerDelegate.createSecuredElement(SecuredElementData secElemData)
          creates a secured element
 int CaSecurityManagerDelegate.createSecuredElement(SecuredElementData secElemData)
          creates a secured element
 void SecurityManagerDelegate.deassignSecuredElementOwner(java.lang.String objectId)
          Deassign Secured Element Owner
 void CaSecurityManagerDelegate.deassignSecuredElementOwner(java.lang.String objectId)
          Deassign Secured Element Owner
 ProtectionGroupData[] SecurityManagerDelegate.getElementProtectionGroups(java.lang.String objectId)
          Gets Protection Groups associated with a Object
 ProtectionGroupData[] CaSecurityManagerDelegate.getElementProtectionGroups(java.lang.String objectId)
          Gets Protection Groups associated with a Object
 java.lang.String SecurityManagerDelegate.getOwnersEmail(java.lang.String objectId)
          Gets email information for the owner of an object.
 java.lang.String CaSecurityManagerDelegate.getOwnersEmail(java.lang.String objectId)
          Gets email information for the owner of an object.
 ProtectionGroupData[] SecurityManagerDelegate.getProtectionGroups()
          Gets all the protection Groups in the system
 ProtectionGroupData[] CaSecurityManagerDelegate.getProtectionGroups()
          Gets all the protection Groups in the system
 java.lang.String SecurityManagerDelegate.getUserEmail()
          Gets email information for the current user.
 java.lang.String CaSecurityManagerDelegate.getUserEmail()
          Gets email information for the current user.
 java.lang.String SecurityManagerDelegate.getUserEmail(java.lang.String userName)
          Gets email information for the specified user.
 java.lang.String CaSecurityManagerDelegate.getUserEmail(java.lang.String userName)
          Gets email information for the specified user.
 Role[] SecurityManagerDelegate.getUserRoleData(java.lang.String userName, java.lang.String password)
          Gets role information for the specified user.
 Role[] CaSecurityManagerDelegate.getUserRoleData(java.lang.String userName, java.lang.String password)
          Gets role information for the specified user.
 UserDesc[] SecurityManagerDelegate.getUsers()
          Gets role information for the specified user.
 UserDesc[] CaSecurityManagerDelegate.getUsers()
          Gets role information for the specified user.
 boolean SecurityManagerDelegate.isUserAuthenticated(java.lang.String userName, java.lang.String password)
           
 boolean CaSecurityManagerDelegate.isUserAuthenticated(java.lang.String userName, java.lang.String password)
           
 boolean SecurityManagerDelegate.isUserElementOwner(java.lang.String objectId)
          Checks if the user is owner of the Object SecuredElement.
 boolean CaSecurityManagerDelegate.isUserElementOwner(java.lang.String objectId)
          Checks if the user is owner of the Object SecuredElement.
 boolean SecurityManagerDelegate.isUserElementOwner(java.lang.String userName, java.lang.String objectId)
          Deprecated.  
 boolean CaSecurityManagerDelegate.isUserElementOwner(java.lang.String userName, java.lang.String objectId)
          Deprecated.  
 void SecurityManagerDelegate.removeSecuredElement(java.lang.String objectId)
          remove a secured element from security database
 void CaSecurityManagerDelegate.removeSecuredElement(java.lang.String objectId)
          remove a secured element from security database
 DataFileRepairResults HybridizationFileHandlerDelegate.repairDataFile(HybridizationFileUploadEntryData entry)
           
 ExperimentDesc[] ExperimentManagerDelegate.searchExperiments(ExperimentSearchCriteria criteria)
           
 FileUploadHistoryData[] FileUploadManagerDelegate.searchFileUploadHistory(FileUploadHistorySearchCriteria criteria)
           
 MAGEMLFileUploadEntryData[] FileUploadManagerDelegate.searchMAGEMLFileUploadEntries(MAGEMLFileUploadSearchCriteria criteria)
           
 void SecurityManagerDelegate.setElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          set ProtectionGroups for a securedElement/Object
 void CaSecurityManagerDelegate.setElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          set ProtectionGroups for a securedElement/Object
 void SecurityManagerDelegate.setSecuredElementOwner(java.lang.String objectId, java.lang.String userName)
          Set New Secured Elemetn Owner
 void CaSecurityManagerDelegate.setSecuredElementOwner(java.lang.String objectId, java.lang.String userName)
          Set New Secured Elemetn Owner
 void SecurityManagerDelegate.setSecuredElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          update the protectionGroups associated with a Secured Element
 void CaSecurityManagerDelegate.setSecuredElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          update the protectionGroups associated with a Secured Element
 void SecurityManagerDelegate.updateSecuredElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          update the protectionGroups associated with a Secured Element
 void CaSecurityManagerDelegate.updateSecuredElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          update the protectionGroups associated with a Secured Element
 

Constructors in gov.nih.nci.caarray.common.delegate that throw GeneralException
CaSecurityManagerDelegate()
           
CaSecurityManagerDelegate(int localOrRemote)
          Overloaded contructor to support Local/Remote EJB lookups.
HardwareManagerDelegate()
           
SecurityManagerDelegate()
           
SecurityManagerDelegate(int localOrRemote)
          Overloaded contructor to support Local/Remote EJB lookups.
 

Uses of GeneralException in gov.nih.nci.caarray.common.util
 

Methods in gov.nih.nci.caarray.common.util that throw GeneralException
static void SendMail.notifyCuratorOfFileUploadProcessingError(java.lang.String subject, java.lang.String body)
           
static void SendMail.notifyOfFileUploadProcessing(java.lang.String recipient, java.lang.String subject, java.lang.String body, boolean ccAdmin)
           
static void SendMail.send(java.lang.String to, java.lang.String from, java.lang.String subject, java.lang.String body)
           
static void SendMail.send(java.lang.String to, java.lang.String cc, java.lang.String from, java.lang.String subject, java.lang.String body)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.arraydesign.ejb
 

Methods in gov.nih.nci.caarray.services.arraydesign.ejb that throw GeneralException
 long ArrayDesignManagerEJB.addArrayDesign(ArrayDesignData arrayDesignData)
          Add the specified ArrayDesign to the persistence store
 

Uses of GeneralException in gov.nih.nci.caarray.services.bioassaydata
 

Methods in gov.nih.nci.caarray.services.bioassaydata that throw GeneralException
 void DesignElementDimensionCreator.createDesignElementDimension(java.lang.Long arrayDesignId, UploadFileTypes.MICROARRAY_FILE_TYPE type)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.fileparse
 

Methods in gov.nih.nci.caarray.services.fileparse that throw GeneralException
 ParsingDesignElement[] DesignElementService.getParsingDesignElements(java.lang.Long arrayDesignId)
           
 ParsingQuantitationType[] QuantitationTypeService.getParsingQuatitationTypes(UploadFileTypes.MICROARRAY_FILE_TYPE type)
           
 void FileParsingService.performService()
          Actually perform the parsing service
 void FileParsingDelegate.sendArrayDesignUploadMessage(ArrayDesignValues arrayDesignFileMessageValue)
           
 void FileParsingDelegate.sendExperimentUploadMessage(UploadFileValues uploadFileMessageValue)
           
 void FileParsingDelegate.sendHybridizationUploadMessage(UploadFileValues uploadFileMessageValue)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.fileparse.gal
 

Methods in gov.nih.nci.caarray.services.fileparse.gal that throw GeneralException
 void GalHeaderParser.parseFile()
          Run the parser
 void GalImportService.performService()
          Do the parsing
 void GalFileParseHandler.runParser()
          Run the parser
 

Uses of GeneralException in gov.nih.nci.caarray.services.fileparse.gpr
 

Methods in gov.nih.nci.caarray.services.fileparse.gpr that throw GeneralException
 java.util.ArrayList GenePixDesignElementService.getDesignElementList(java.lang.Long arrayDesignId)
           
 ParsingDesignElement[] GenePixDesignElementService.getParsingDesignElements(java.lang.Long arrayDesignId)
           
 ParsingQuantitationType[] GenePixQuantificationService.getParsingQuatitationTypes(UploadFileTypes.MICROARRAY_FILE_TYPE type)
          Gets the quatitations based on a type
 void GprHeaderParser.parseFile()
          Run the parser
 void GprFileParseHandler.runParser()
          runs the parser
 

Uses of GeneralException in gov.nih.nci.caarray.services.fileparse2
 

Methods in gov.nih.nci.caarray.services.fileparse2 that throw GeneralException
 void ArrayDesignFileParsingService.process(long fileUploadGroupId)
           
 void ArrayDesignFileParsingService.process(long fileUploadGroupId, java.lang.String userName)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.fileparse2.mdb
 

Methods in gov.nih.nci.caarray.services.fileparse2.mdb that throw GeneralException
 void FileParserDelegate.processArrayDesignFileUploadGroup(long fileUploadGroupId)
           
 void FileParserDelegate.processHybridizationFileUploadGroup(long fileUploadGroupId)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.fileupload2.ejb
 

Methods in gov.nih.nci.caarray.services.fileupload2.ejb that throw GeneralException
 HybridizationFileUploadGroupData FileUploadManagerEJB.createHybridizationFileUploadGroup(java.lang.String creatingSoftwareName)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.mageloader
 

Methods in gov.nih.nci.caarray.services.mageloader that throw GeneralException
 void MAGECubeBuilder.writeNETCDFFile()
          Writes out the netCDF file!
 

Constructors in gov.nih.nci.caarray.services.mageloader that throw GeneralException
MAGECubeBuilder(BioAssayData data, java.lang.String directory)
          Construtor for a new Cube Builder for MAGE
 

Uses of GeneralException in gov.nih.nci.caarray.services.mageml
 

Methods in gov.nih.nci.caarray.services.mageml that throw GeneralException
 void MAGEMLGeneratorDelegate.sendMAGEMLGenerationMessage(MAGEMLFileValues fileValues)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.mageml.ejb
 

Methods in gov.nih.nci.caarray.services.mageml.ejb that throw GeneralException
 void MAGEMLManagerEJB.importExperiment(java.lang.String directory, java.lang.String[] fileNames, java.lang.String owner, ProtectionGroupData[] protectionGroups)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.protocol
 

Methods in gov.nih.nci.caarray.services.protocol that throw GeneralException
 void ProtocolManagerDB.removeHardware(long protocolId, long hardwareId)
          Removes the specified Hardware from the specified Protocol.
 

Uses of GeneralException in gov.nih.nci.caarray.services.protocol.ejb
 

Methods in gov.nih.nci.caarray.services.protocol.ejb that throw GeneralException
 void ProtocolManagerEJB.deleteProtocol(long protocolId)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.security
 

Methods in gov.nih.nci.caarray.services.security that throw GeneralException
static Role[] CaSecurityManagerHelper.getUserRoleData(java.lang.String userName, java.lang.String password)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.security.ejb
 

Methods in gov.nih.nci.caarray.services.security.ejb that throw GeneralException
 UserDesc[] SecurityManagerEJB.getSystemUsers()
          Gets all the active Users of the system.
 UserDesc[] CaSecurityManagerEJB.getSystemUsers()
          Gets all the active Users of the system.
 Role[] SecurityManagerEJB.getUserRoleData(java.lang.String userName, java.lang.String password)
          Gets role information for the specified user.
 Role[] CaSecurityManagerEJB.getUserRoleData(java.lang.String userName, java.lang.String password)
          Gets role information for the specified user.
 boolean SecurityManagerEJB.isUserAuthenticated(java.lang.String userName, java.lang.String password)
          Authenticates the user
 boolean CaSecurityManagerEJB.isUserAuthenticated(java.lang.String userName, java.lang.String password)
          Authenticates the user
 

Uses of GeneralException in gov.nih.nci.caarray.services.util
 

Methods in gov.nih.nci.caarray.services.util that throw GeneralException
static java.lang.Object EJBUtils.checkSecurity(Extendable obj, java.lang.String[] requiredRoles)
          Check if the user is authorized to access this object
static java.lang.Object EJBUtils.checkSecurityForUpdate(long id, java.lang.Class objectClass, java.lang.String[] requiredRoles, ManagerDB mgrDB)
           
static java.lang.Object EJBUtils.checkSecurityForUpdate(java.lang.Object obj, java.lang.String[] requiredRoles)
           
static ProtectionGroupData[] EJBUtils.getProtectionGroupsFromObject(SecuredElementItf itf)
           
static SecuredElementItf[] SecurityUtils.searchOwner(SecuredElementItf[] results)
           
static SecuredElementItf[] SecurityUtils.searchOwnerOnly(SecuredElementItf[] results)
           
static SecuredElementItf[] SecurityUtils.searchVisibility(ProtectionGroupData visibility, SecuredElementItf[] results, java.lang.String[] requiredRoles)
           
static void EJBUtils.setProtectionGroups(ProtectionGroupData[] protectionGroups, java.lang.String securedElemId)
           
static void EJBUtils.updateProtectionGroups(ProtectionGroupData[] protectionGroups, java.lang.String securedElemId)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.util.cache
 

Methods in gov.nih.nci.caarray.services.util.cache that throw GeneralException
static org.apache.jcs.JCS JCSHelper.newInstance(java.lang.String region)
           
 

Uses of GeneralException in gov.nih.nci.caarray.services.util.parse
 

Methods in gov.nih.nci.caarray.services.util.parse that throw GeneralException
 LocalDynaBean[] DelimitedImportParser.getBeans()
          A convienience method to get DynaBeans using the default listener
 java.util.ArrayList DelimitedImportParser.getObjects(java.lang.Object theTypeToMake, java.util.Hashtable theProperties)
          A convienience method to get Objects using the default listener
 void DelimitedImportParser.parse()
           
 void DelimitedExporter.streamRecords()
          To save memory you can use the streaming methods 1.
 void DelimitedExporter.writeFile()
          Method writeFile for non streaming.
 

Uses of GeneralException in gov.nih.nci.caarray.services.vocab.ejb
 

Methods in gov.nih.nci.caarray.services.vocab.ejb that throw GeneralException
 int VocabManagerEJB.countVocabularies(VocabSearchCriteria searchCriteria)
          Counts the number of vocabularies that have the specified category.
 void VocabManagerEJB.updateVocabulary(VocabData vocabData)
           
 

Uses of GeneralException in gov.nih.nci.caarray.ui.arraydesign
 

Methods in gov.nih.nci.caarray.ui.arraydesign that throw GeneralException
 org.apache.struts.action.ActionForward ArrayAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignUpdateAction.addProvider(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignAddAction.cancelFileUpload(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayCopyAction.copyArray(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignDetailAction.createMage(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDetailAction.deleteArray(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignDetailAction.deleteArrayDesign(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void ArraySearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void ArrayDesignSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignDetailAction.downloadArrayDesignFile(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignDetailAction.downloadGal(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignDetailAction.downloadMage(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void ArrayUtils.getManufacturersFromForm(ArrayBaseForm form, ArrayGroupDesc desc)
           
 org.apache.struts.action.ActionForward ArrayDesignUpdateAction.loadProviderNames(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArraySearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArraySearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignFileProcessAction.processFile(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method deals with the requests from the upload applet as a notify operation.
 org.apache.struts.action.ActionForward ArrayDetailAction.removeProtocolApp(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignDetailAction.removeProtocolApp(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignDetailAction.removeProvider(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void ArrayDesignUtils.setDataIdsInForm(ArrayDesignData data, ArrayDesignAddUpdateForm form)
           
 org.apache.struts.action.ActionForward ArraySearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignAddAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayCopyAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignUpdateAction.setupAddProvider(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static ArrayBaseForm ArrayUtils.setupLists(ArrayBaseForm form, javax.servlet.http.HttpServletRequest request)
           
static ArrayDesignBaseForm ArrayDesignUtils.setupLists(ArrayDesignBaseForm form)
           
static ArrayBaseForm ArrayUtils.setupOldLists(ArrayBaseForm form, javax.servlet.http.HttpServletRequest request)
           
 org.apache.struts.action.ActionForward ArrayDesignUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignAddAction.setupUploadFile(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignUpdateAction.setupVisibilityUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ArrayDesignUpdateAction.updateVisibility(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of GeneralException in gov.nih.nci.caarray.ui.biomaterial
 

Methods in gov.nih.nci.caarray.ui.biomaterial that throw GeneralException
 org.apache.struts.action.ActionForward BiosourceAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionTwo.addCompound(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyTreatmentAction.addCompound(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void BioMaterialUIUtils.addEntryToList(long id, javax.servlet.http.HttpServletRequest request, java.lang.Class<? extends BioMaterialDesc> resultClass)
           
 org.apache.struts.action.ActionForward BiomaterialCharacteristicsAction.applyCharacteristics(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionTwo.applyProtocol(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is called after a forward from the ApplyProtocol actions it gets the previously stored treatmentFormTwo that contains all the previous treatment information that was input before the "Apply Protocol" button was pressed.
 org.apache.struts.action.ActionForward ModifyTreatmentAction.applyProtocol(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is called after a forward from the ApplyProtocol actions it gets the previously stored treatmentFormTwo that contains all the previous treatment information that was input before the "Apply Protocol" button was pressed.
 org.apache.struts.action.ActionForward BiomaterialCharacteristicsAction.applyUpdateCharacteristics(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyTreatmentAction.backhome(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyTreatmentAction.cancelModification(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiomaterialCharacteristicsAction.cancelUpdateDetail(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SampleDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LabeledExtractDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionTwo.deleteCompound(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyTreatmentAction.deleteCompound(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void SampleDetailAction.deleteTreatment(SampleDetailForm detailForm, javax.servlet.http.HttpServletRequest request)
           
 org.apache.struts.action.ActionForward SampleDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LabeledExtractDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void SampleSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void LabeledExtractSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void BiosourceSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SplitAction.finishPageTwo(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 java.util.Collection ModifyTreatmentAction.getUnits(long unitTypeId)
          This method is used to get the correct units for the type of measurement specified by this measurement type id
 org.apache.struts.action.ActionForward LabelAddUpdateAction.label(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionTwo.loadUnits(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is used to get the correct units for the type of measurement specified by the user in the bodyTreatmentPageTwo.
 org.apache.struts.action.ActionForward SplitAction.loadUnits(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PoolAction.loadUnits(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyTreatmentAction.loadUnits(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is used to get the correct units for the type of measurement specified by the user in the bodyTreatmentPageTwo.
 org.apache.struts.action.ActionForward ModifyTreatmentAction.modifyCompound(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SampleSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LabeledExtractSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SampleSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LabeledExtractSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiomaterialAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PoolAction.pool(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionTwo.prepForApplyProtocol(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyTreatmentAction.saveMeasurement(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SampleSearchAction.search(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionTwo.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionThree.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionOne.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SplitAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SampleUpdateAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SampleSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SampleDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PoolAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LabeledExtractSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LabeledExtractDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceAddUpdateAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LabelAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void LabelAddUpdateAction.setupBiosampleList(LabeledExtractBaseForm labelForm)
           
 org.apache.struts.action.ActionForward BiomaterialCharacteristicsAction.setupCharacteristicsDetail(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiomaterialCharacteristicsAction.setupCharacteristicsList(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void BiosourceSearchAction.setupLists(BiosourceSearchForm searchForm, javax.servlet.http.HttpServletRequest request)
           
 void SampleSearchAction.setupLists(javax.servlet.http.HttpServletRequest request, SampleSearchForm searchForm)
           
 void LabelAddUpdateAction.setupLists(LabeledExtractBaseForm labelForm, boolean includeBiosamples)
           
 void LabeledExtractSearchAction.setupLists(LabeledExtractSearchForm searchForm, javax.servlet.http.HttpServletRequest request)
           
 void PoolAction.setupLists(PoolForm poolForm)
           
 void SplitAction.setupLists(SplitForm splitForm)
           
 void TreatmentActionOne.setupLists(TreatmentFormOne treatmentFormOne, javax.servlet.http.HttpServletRequest request)
           
 void SplitAction.setupListsTwo(SplitForm splitForm)
           
 org.apache.struts.action.ActionForward ModifyTreatmentAction.setupModify(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyTreatmentAction.setupNewTreatment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void BiosourceSearchAction.setupOldLists(BiosourceSearchForm searchForm, javax.servlet.http.HttpServletRequest request)
           
 void LabeledExtractSearchAction.setupOldLists(LabeledExtractSearchForm searchForm, javax.servlet.http.HttpServletRequest request)
           
 org.apache.struts.action.ActionForward LabelAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiomaterialCharacteristicsAction.setupUpdateCharacteristicsDetail(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SampleDetailAction.submit(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionOne.submitPageOne(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This Action method handles the request that is the submission of the first treatment page
 org.apache.struts.action.ActionForward SplitAction.submitPageOne(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionThree.submitPageThree(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward TreatmentActionTwo.submitPageTwo(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method handles the request from the Treatment add page it reviews the submitting action and determines the correct forward...
 org.apache.struts.action.ActionForward SplitAction.submitPageTwo(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SampleUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LabelAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiosourceAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward BiomaterialCharacteristicsAction.updateCharacteristicsList(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void BioMaterialUIUtils.updateEntryInList(long id, javax.servlet.http.HttpServletRequest request, java.lang.Class<? extends BioMaterialDesc> resultClass)
           
 

Uses of GeneralException in gov.nih.nci.caarray.ui.contact
 

Methods in gov.nih.nci.caarray.ui.contact that throw GeneralException
 org.apache.struts.action.ActionForward PersonAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PersonAddUpdateAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationAddUpdateAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PersonDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PersonDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void PeopleSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void OrganizationSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PeopleSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PeopleSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ContactsAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PersonDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PersonAddUpdateAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PeopleSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationAddUpdateAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PersonAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PersonAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PersonAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OrganizationAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of GeneralException in gov.nih.nci.caarray.ui.core
 

Methods in gov.nih.nci.caarray.ui.core that throw GeneralException
static long ActionUtils.addNewType(java.lang.String category, java.lang.String newTypeName)
           
static long ActionUtils.addNewType(java.lang.String category, java.lang.String newTypeName, long parentTypeId)
           
static int ActionUtils.countVocabDropdownItems(java.lang.String vocabType, boolean includeAllSubTypes)
           
static VocabDesc[] ActionUtils.getVocabDropdown(java.lang.String vocabType)
           
static VocabDesc[] ActionUtils.getVocabDropdown(java.lang.String vocabType, boolean includeAllSubTypes)
           
 org.apache.struts.action.ActionForward IndexAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void ActionUtils.writeBinaryStream(java.io.File file, javax.servlet.http.HttpServletResponse response)
          Writes the specified file as a binary stream to the response object to force the client browser to open the Save As dialog for download.
 

Uses of GeneralException in gov.nih.nci.caarray.ui.experiment
 

Methods in gov.nih.nci.caarray.ui.experiment that throw GeneralException
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.addFactorValue(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.addNewFactor(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.addQualityControl(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentGeneralInfoAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentFactorAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentContactAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward AddExperimentFactorAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HybridizationFileUploadAction.cancelFileUpload(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is called upon cancel button press by the user to cancel upload process.
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void PerformExperimentSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.downloadDataProcessFile(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ExperimentHybridizationDetailDoneAction.downloadFiles(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.downloadHybridizationFiles(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.downloadMAGEML(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.downloadUploadedFile(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HybridizationFileUploadAction.experimentBasicInfo(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method retrieves array design information and hibridization file types, and presents them to the users to make a proper selection.
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.experimentDataProcessingPage(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.experimentFactorPage(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.experimentNewHybridizationPage(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward AddExperimentFactorAction.factorsave(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.generateMAGEML(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.hybridizationDetail(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.lock(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.modifyAdditionalQualifier(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.modifyContact(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.modifyPublicationPage(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.modifyqualityControl(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PerformExperimentSearchAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ExperimentSearchAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ExperimentDetailPageAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HybridizationFileProcessAction.processFile(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method deals with the requests from the upload applet as a notify operation.
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.removeAdditionalQualifier(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.removeAdditionalUploadFile(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.removeDataProcessData(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.removeFactor(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.removeFactorValue(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ExperimentHybridizationDetailDoneAction.removeHybridization(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.removePublication(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentDetailAction.removeQualityControl(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentGeneralInfoAction.save(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentFactorAction.save(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyExperimentContactAction.saveContactor(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ExperimentHybridizationAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static ExperimentDetailForm ExperimentUtils.setupForm(ExperimentDetailForm form)
           
static ExperimentBaseForm ExperimentUtils.setupList(ExperimentBaseForm form)
           
 void ModifyExperimentContactAction.updateContactInformation(ExperimentData data)
           
 void ModifyExperimentGeneralInfoAction.updateGeneralInformation(ExperimentData data)
           
 

Uses of GeneralException in gov.nih.nci.caarray.ui.login
 

Methods in gov.nih.nci.caarray.ui.login that throw GeneralException
 org.apache.struts.action.ActionForward RegisterAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PublicSearchAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward PublicExperimentDetailAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LogoutAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward LoginAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HomeAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of GeneralException in gov.nih.nci.caarray.ui.ontology
 

Methods in gov.nih.nci.caarray.ui.ontology that throw GeneralException
 org.apache.struts.action.ActionForward OntologyDetailAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the results display when returning from an add or update action
 org.apache.struts.action.ActionForward OntologyAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OntologyDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OntologyDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void OntologySearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OntologyDetailAction.getDetails(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Performs a new specific search using the OntologyEntry id value as provided from the intial search results and passed in the request by user selection.
 org.apache.struts.action.ActionForward OntologySearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method performs the intial search for the
 org.apache.struts.action.ActionForward OntologySearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is used when returning to the original search page after looking at details of a particular search result.
 org.apache.struts.action.ActionForward OntologyAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OntologySearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OntologyAddUpdateAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OntologyAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward OntologyAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of GeneralException in gov.nih.nci.caarray.ui.protocol
 

Methods in gov.nih.nci.caarray.ui.protocol that throw GeneralException
 org.apache.struts.action.ActionForward SoftwareAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolDetailAction.addHardware(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolDetailAction.addSoftware(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ParameterAddAction.addToHardware(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ParameterAddAction.addToProtocol(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ParameterAddAction.addToSoftware(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.applyProtocolToArray(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.applyProtocolToArrayDesign(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.applyProtocolToLabeledExtract(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.applyProtocolToTreatmentEvent(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareDetailAction.associateHardware(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareDetailAction.associateSoftware(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareDetailAction.associateSoftware(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyProtocolApplicationAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareAddUpdateAction.cancelModification(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolAddUpdateAction.cancelModification(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareAddUpdateAction.cancelModification(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolDetailAction.deleteHardware(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareDetailAction.deleteHardwareAssociation(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareDetailAction.deleteParameter(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolDetailAction.deleteParameter(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareDetailAction.deleteParameter(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolDetailAction.deleteSoftware(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareDetailAction.deleteSoftwareAssociation(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareDetailAction.deleteSoftwareAssociation(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.displaySelectedProtocol(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyProtocolApplicationAction.displaySelectedProtocol(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void SoftwareSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void ProtocolSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void HardwareSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  ProtocolDesc[] ProtocolApplicationAction.getProtocolsList(java.lang.String protocolTypeName, ProtocolManagerDelegate pmd)
           
protected  ProtocolDesc[] ModifyProtocolApplicationAction.getProtocolsList(java.lang.String protocolTypeName, ProtocolManagerDelegate pmd)
           
 org.apache.struts.action.ActionForward ParameterAddAction.loadUnitNames(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ModifyProtocolApplicationAction.save(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolActionMappingsAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ParameterAddAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.setupArray(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.setupArrayDesign(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.setupLabeledExtract(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void HardwareSearchAction.setupLists(HardwareSearchForm searchForm)
           
 org.apache.struts.action.ActionForward ModifyProtocolApplicationAction.setupModifyTreatment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolApplicationAction.setupTreatment(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward SoftwareAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward ProtocolAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward HardwareAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of GeneralException in gov.nih.nci.caarray.ui.useradmin
 

Methods in gov.nih.nci.caarray.ui.useradmin that throw GeneralException
 org.apache.struts.action.ActionForward UserAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupAddUpdateAction.add(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserAddUpdateAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupAddUpdateAction.cancel(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupDetailAction.delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserGroupAddUpdateAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupDetailAction.done(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void UserSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void GroupSearchAction.doReset(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupSearchAction.newSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupSearchAction.oldSearch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserAdminAction.performAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserGroupAddUpdateAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserAddUpdateAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupSearchAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupDetailAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupAddUpdateAction.setup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupAddUpdateAction.setupAdd(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserGroupAddUpdateAction.setupGroupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupAddUpdateAction.setupUpdate(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserSearchAction.underconstruction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupSearchAction.underconstruction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserGroupAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward UserAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward GroupAddUpdateAction.update(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)