gov.nih.nci.caarray.ui.biomaterial
Class BioMaterialUIUtils
java.lang.Object
gov.nih.nci.caarray.ui.biomaterial.BioMaterialUIUtils
public class BioMaterialUIUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BioMaterialUIUtils
public BioMaterialUIUtils()
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