Uses of Class
org.sakaiproject.tool.assessment.ui.bean.delivery.ContentsDeliveryBean

Packages that use ContentsDeliveryBean
org.sakaiproject.tool.assessment.ui.bean.delivery   
org.sakaiproject.tool.assessment.ui.listener.delivery   
 

Uses of ContentsDeliveryBean in org.sakaiproject.tool.assessment.ui.bean.delivery
 

Methods in org.sakaiproject.tool.assessment.ui.bean.delivery that return ContentsDeliveryBean
 ContentsDeliveryBean DeliveryBean.getPageContents()
          Bean with a list of all the sections in the current page which in turn has a list of all the item contents for the page.
 ContentsDeliveryBean DeliveryBean.getTableOfContents()
          Bean with table of contents information and a list of all the sections in the assessment which in turn has a list of all the item contents.
 

Methods in org.sakaiproject.tool.assessment.ui.bean.delivery with parameters of type ContentsDeliveryBean
 void DeliveryBean.setPageContents(ContentsDeliveryBean pageContents)
          Bean with a list of all the sections in the current page which in turn has a list of all the item contents for the page.
 void DeliveryBean.setTableOfContents(ContentsDeliveryBean tableOfContents)
          Bean with table of contents information and a list of all the sections in the assessment which in turn has a list of all the item contents.
 

Uses of ContentsDeliveryBean in org.sakaiproject.tool.assessment.ui.listener.delivery
 

Methods in org.sakaiproject.tool.assessment.ui.listener.delivery that return ContentsDeliveryBean
protected  ContentsDeliveryBean DeliveryActionListener.getContents(PublishedAssessmentFacade publishedAssessment, HashMap itemGradingHash, DeliveryBean delivery, HashMap publishedAnswerHash)
          Gets a table of contents bean
 ContentsDeliveryBean DeliveryActionListener.getPageContents(PublishedAssessmentFacade publishedAssessment, DeliveryBean delivery, HashMap itemGradingHash, HashMap publishedAnswerHash)
          Gets a contents bean for the current page.
 ContentsDeliveryBean DeliveryActionListener.getShowFeedbackPageContents(PublishedAssessmentFacade publishedAssessment, DeliveryBean delivery, HashMap itemGradingHash, HashMap publishedAnswerHash)
          When user clicks on Show Feedback, this method gets a contents bean for the current page.
 



Copyright © 2005-2012 Sakai Project. All Rights Reserved.