| org.sakaiproject.tool.assessment.qti.asi.ASIBaseClass org.sakaiproject.tool.assessment.qti.asi.Section
Section | public class Section extends ASIBaseClass (Code) | | Copyright: Copyright (c) 2004
Organization: Sakai Project
author: Ed Smiley esmiley@stanford.edu author: Shastri, Rashmi version: $Id: Section.java 9274 2006-05-10 22:50:48Z daisyf@stanford.edu $ |
Constructor Summary | |
public | Section() Creates a new Section object. | public | Section(Document document, int qtiVersion) Creates a new Section object. |
Section | public Section()(Code) | | Creates a new Section object.
|
Section | public Section(Document document, int qtiVersion)(Code) | | Creates a new Section object.
Parameters: document - DOCUMENTATION PENDING |
addItemRef | public void addItemRef(String itemId)(Code) | | ASI OKI implementation
Parameters: itemId - item id |
addSectionRef | public void addSectionRef(String sectionId)(Code) | | add section ref
Parameters: sectionId - section id |
createFieldentry | public void createFieldentry(String fieldlabel)(Code) | | Method for meta data.
Parameters: fieldlabel - to be added |
getBasePath | public String getBasePath()(Code) | | get Xpath of section
the Xpath |
getFieldentry | public String getFieldentry(String fieldlabel)(Code) | | Method for meta data.
Parameters: fieldlabel - field label value |
getSectionRefIds | public List getSectionRefIds()(Code) | | get section ref ids
list of section ref ids |
getSectionRefs | public List getSectionRefs()(Code) | | get section refs
list of section refs |
orderItemRefs | public void orderItemRefs(ArrayList itemRefIds)(Code) | | Order item refs
Parameters: itemRefIds - list of ref ids |
removeItemRef | public void removeItemRef(String itemId)(Code) | | remove item ref
Parameters: itemId - igem id |
removeSectionRef | public void removeSectionRef(String sectionId)(Code) | | remove section ref
Parameters: sectionId - DOCUMENTATION PENDING |
setBasePath | public void setBasePath(String basePath)(Code) | | set XPath of section
Parameters: basePath - |
setFieldentry | public void setFieldentry(String fieldlabel, String setValue)(Code) | | Method for meta data.
Parameters: fieldlabel - label Parameters: setValue - value |
setIdent | public void setIdent(String ident)(Code) | | set section ident (id)
Parameters: ident - |
setTitle | public void setTitle(String title)(Code) | | set section title
Parameters: title - |
update | public void update(SectionDataIfc section)(Code) | | Update XML from persistence
Parameters: section - |
|
|