gov.nih.nci.caarray.ui.biomaterial
Class BioMaterialUIUtils

java.lang.Object
  extended by gov.nih.nci.caarray.ui.biomaterial.BioMaterialUIUtils

public class BioMaterialUIUtils
extends java.lang.Object


Constructor Summary
BioMaterialUIUtils()
           
 
Method Summary
static void addEntryToList(long id, javax.servlet.http.HttpServletRequest request, java.lang.Class<? extends BioMaterialDesc> resultClass)
           
static void removeEntryFromList(long id, javax.servlet.http.HttpServletRequest request, java.lang.Class<? extends BioMaterialDesc> resultClass)
           
static void removeForms(javax.servlet.http.HttpSession session)
           
static void updateEntryInList(long id, javax.servlet.http.HttpServletRequest request, java.lang.Class<? extends BioMaterialDesc> resultClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BioMaterialUIUtils

public BioMaterialUIUtils()
Method Detail

removeForms

public static void removeForms(javax.servlet.http.HttpSession session)
Parameters:
session -

updateEntryInList

public static void updateEntryInList(long id,
                                     javax.servlet.http.HttpServletRequest request,
                                     java.lang.Class<? extends BioMaterialDesc> resultClass)
                              throws GeneralException
Throws:
GeneralException

removeEntryFromList

public static void removeEntryFromList(long id,
                                       javax.servlet.http.HttpServletRequest request,
                                       java.lang.Class<? extends BioMaterialDesc> resultClass)

addEntryToList

public static void addEntryToList(long id,
                                  javax.servlet.http.HttpServletRequest request,
                                  java.lang.Class<? extends BioMaterialDesc> resultClass)
                           throws GeneralException
Throws:
GeneralException