|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--uk.ac.ebi.intact.application.editor.struts.framework.util.AbstractEditViewBean
|
+--uk.ac.ebi.intact.application.editor.struts.view.biosrc.BioSourceViewBean
BioSource edit view bean.
| Constructor Summary | |
BioSourceViewBean()
|
|
| Method Summary | |
java.lang.String |
getCellType()
|
java.util.List |
getCellTypeMenu()
The cell type menu list. |
java.lang.String |
getHelpTag()
Returns the help tag link for the current view bean; subclasses must override this method to return the help tag (if necessary) or else the link to the CV editor is returned. |
java.lang.String |
getTaxId()
|
java.lang.String |
getTissue()
|
java.util.List |
getTissueMenu()
The tissue menu list. |
protected void |
reset(AnnotatedObject annobj)
Resets with the bean using an existing Annotated object. |
protected void |
reset(java.lang.Class clazz)
Resets the bean with the current edit class. |
void |
setCellType(java.lang.String cellType)
|
void |
setLayout(org.apache.struts.tiles.ComponentContext context)
Sets the layout in given context. |
void |
setTaxId(java.lang.String taxid)
|
void |
setTissue(java.lang.String tissue)
|
protected void |
updateAnnotatedObject(EditUserI user)
Gathers values in the view bean and updates the existing AnnotatedObject if it exists or create a new annotated object for the view and sets the annotated object. |
void |
updateFromForm(org.apache.struts.action.DynaActionForm dynaform)
Updates the internal data from given form. |
| Methods inherited from class uk.ac.ebi.intact.application.editor.struts.framework.util.AbstractEditViewBean |
addAnnotation, addToRecentList, addXref, clear, clearTransactions, delAnnotation, delXref, equals, getAc, getAcLink, getAddDatabaseMenu, getAddTopicMenu, getAddXrefMenus, getAnnotatedObject, getAnnotations, getDefaultXrefQualifier, getEditClass, getEditDatabaseMenu, getEditorMenus, getEditTopicMenu, getEditXrefMenus, getFullName, getMenuFactory, getReadOnly, getShortLabel, getXrefs, persist, persistOthers, removeFromRecentList, reset, sanityCheck, saveComment, saveXref, setAnnotatedObject, setFullName, setMenuFactory, setShortLabel, validate |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BioSourceViewBean()
| Method Detail |
protected void reset(java.lang.Class clazz)
AbstractEditViewBean
reset in class AbstractEditViewBeanclazz - the Class of the new annotated object.protected void reset(AnnotatedObject annobj)
AbstractEditViewBean
reset in class AbstractEditViewBeanannobj - AnnotatedObject object to set this bean.
protected void updateAnnotatedObject(EditUserI user)
throws SearchException
AbstractEditViewBean
updateAnnotatedObject in class AbstractEditViewBeanuser - to access the persistent system.
SearchException - for errors in searching the persistent system.
post: getAnnotatedObject() != null
public void updateFromForm(org.apache.struts.action.DynaActionForm dynaform)
AbstractEditViewBean
updateFromForm in class AbstractEditViewBeandynaform - the form to update the internal data.public void setLayout(org.apache.struts.tiles.ComponentContext context)
AbstractEditViewBean
setLayout in class AbstractEditViewBeancontext - the Tiles context to set the layout.public java.lang.String getHelpTag()
AbstractEditViewBean
getHelpTag in class AbstractEditViewBeanpublic java.lang.String getTaxId()
public void setTaxId(java.lang.String taxid)
public java.lang.String getCellType()
public void setCellType(java.lang.String cellType)
public java.lang.String getTissue()
public void setTissue(java.lang.String tissue)
public java.util.List getCellTypeMenu()
throws SearchException
SearchException - for errors in generating menus.
public java.util.List getTissueMenu()
throws SearchException
SearchException - for errors in generating menus.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||