uk.ac.ebi.intact.application.editor.struts.view.cv
Class CvViewBean

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.editor.struts.framework.util.AbstractEditViewBean
        |
        +--uk.ac.ebi.intact.application.editor.struts.view.cv.CvViewBean
All Implemented Interfaces:
java.io.Serializable

public class CvViewBean
extends AbstractEditViewBean

The CV edit view bean. Currently, this class does not provide any additional functionalities (simply extend the super abstract class to allow to create an instance of this class).

Version:
$Id: CvViewBean.java,v 1.4 2004/01/07 17:58:59 smudali Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)
See Also:
Serialized Form

Constructor Summary
CvViewBean()
           
 
Method Summary
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.
 
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, getHelpTag, getMenuFactory, getReadOnly, getShortLabel, getXrefs, persist, persistOthers, removeFromRecentList, reset, reset, reset, sanityCheck, saveComment, saveXref, setAnnotatedObject, setFullName, setLayout, setMenuFactory, setShortLabel, updateFromForm, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvViewBean

public CvViewBean()
Method Detail

updateAnnotatedObject

protected void updateAnnotatedObject(EditUserI user)
                              throws SearchException
Description copied from class: AbstractEditViewBean
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.

Specified by:
updateAnnotatedObject in class AbstractEditViewBean
Parameters:
user - to access the persistent system.
Throws:
SearchException - for errors in searching the persistent system.
 post: getAnnotatedObject() != null
 


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk