|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
bioroot.oligo.OligoBase
Field Summary | |
static Enzyme[] |
ENZYMES
|
static java.lang.String[] |
searchHeadings
Use to make a hash of column heading in which to search, name then the actual search column name. |
static java.lang.String[] |
stringFeatures
Use to make a default oligo Feature[]. |
Constructor Summary | |
OligoBase()
|
Method Summary | |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static java.lang.String |
fetchConcentrationGroup(OligoBean ob)
Returns a concentration unit |
static java.lang.String |
getOligoForm(OligoBean ob,
DBUtil bioRoot,
UserBean userBean)
Returns an oligo form filled it with the values in the oligo bean. |
static java.lang.String |
getOligoReport(OligoBean ob,
DBUtil bioRoot,
UserBean userBean,
boolean commonForm)
Returns an oligo report. |
static java.lang.String[] |
getSearchColumnNames()
Returns a list of the search column names used in an SQL statment , ie Oligo.name, 1/2 the searchHash. |
static java.util.LinkedHashMap |
getSearchHash()
|
static java.lang.String[] |
getSearchNames()
|
static OligoBean[] |
reverseOligoBeans(OligoBean[] beans)
Reverses the order of an array of OligoBean. |
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Enzyme[] ENZYMES
public static java.lang.String[] stringFeatures
public static final java.lang.String[] searchHeadings
Constructor Detail |
public OligoBase()
Method Detail |
public static java.util.LinkedHashMap getSearchHash()
public static java.lang.String[] getSearchNames()
public static java.lang.String[] getSearchColumnNames()
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
public static OligoBean[] reverseOligoBeans(OligoBean[] beans)
public static java.lang.String getOligoReport(OligoBean ob, DBUtil bioRoot, UserBean userBean, boolean commonForm)
public static java.lang.String getOligoForm(OligoBean ob, DBUtil bioRoot, UserBean userBean)
public static java.lang.String fetchConcentrationGroup(OligoBean ob)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |