Uses of Class
org.sakaiproject.tool.assessment.facade.DataFacadeException

Packages that use DataFacadeException
org.sakaiproject.tool.assessment.facade   
org.sakaiproject.tool.assessment.facade.authz   
 

Uses of DataFacadeException in org.sakaiproject.tool.assessment.facade
 

Methods in org.sakaiproject.tool.assessment.facade that throw DataFacadeException
 Long ItemFacadeQueriesAPI.facadeAdd()
           
 Long ItemFacadeQueries.facadeAdd()
           
 AssessmentIfc PublishedSectionFacade.getAssessment()
           
 AssessmentIfc SectionFacade.getAssessment()
           
 AssessmentAccessControlIfc AssessmentBaseFacade.getAssessmentAccessControl()
          Get the AccessControl of the person who last modified AssessmentBaseFacade
 Set PublishedAssessmentFacade.getAssessmentAttachmentSet()
           
 Set AssessmentFacade.getAssessmentAttachmentSet()
           
 Long AssessmentBaseFacade.getAssessmentBaseId()
           
 Long SectionFacade.getAssessmentId()
           
 Set AssessmentBaseFacade.getAssessmentMetaDataSet()
           
 String AssessmentBaseFacade.getComments()
          Get Comments for AssessmentBaseFacade
 String ItemFacade.getCreatedBy()
          Get createdBy for ItemFacade.
 String AssessmentBaseFacade.getCreatedBy()
          Get createdBy for AssessmentBaseFacade.
 String SectionFacade.getCreatedBy()
          Get createdBy for SectionFacade.
 Date ItemFacade.getCreatedDate()
          Get the creation date of ItemFacade.
 Date AssessmentBaseFacade.getCreatedDate()
          Get the creation date of AssessmentBaseFacade.
 Date SectionFacade.getCreatedDate()
          Get the creation date of SectionFacade.
 String ItemFacade.getDescription()
           
 String AssessmentBaseFacade.getDescription()
           
 String SectionFacade.getDescription()
           
 Float ItemFacade.getDiscount()
          Get Discount for ItemFacade
 String QuestionPoolFacade.getDisplayName()
           
 String AssessmentBaseFacade.getDisplayName()
           
 Integer ItemFacade.getDuration()
           
 Integer SectionFacade.getDuration()
           
 EvaluationModelIfc AssessmentBaseFacade.getEvaluationModel()
          Get the EvaluationModel of the person who last modified AssessmentBaseFacade
 String ItemFacade.getGrade()
          Get Grade for ItemFacade
 Boolean ItemFacade.getHasRationale()
          Check if item (question) require rationale in answer
 String ItemFacade.getHint()
          Get Hint for ItemFacade
 String ItemFacade.getInstruction()
           
 Integer AssessmentBaseFacade.getInstructorNotification()
          Get InstructorNotification for AssessmentBaseFacade
 Boolean AssessmentBaseFacade.getIsTemplate()
           
 Boolean ItemFacade.getIsTrue()
          If this is a true-false question return true if it is true, else false.
 Set PublishedSectionFacade.getItemFacadeSet()
           
 Set SectionFacade.getItemFacadeSet()
          Get section text set (question text set) from SectionFacade.data
 Long ItemFacade.getItemId()
           
 String ItemFacade.getItemIdString()
           
 Set ItemFacade.getItemMetaDataSet()
           
 Set SectionFacade.getItemSet()
           
 Set ItemFacade.getItemTextSet()
          Get item text set (question text set) from ItemFacade.data
 String ItemFacade.getLastModifiedBy()
          Get the agentId of the person who last modified ItemFacade
 String AssessmentBaseFacade.getLastModifiedBy()
          Get the agentId of the person who last modified AssessmentBaseFacade
 String SectionFacade.getLastModifiedBy()
          Get the agentId of the person who last modified SectionFacade
 Date ItemFacade.getLastModifiedDate()
          Get the date when ItemFacade where last modified By
 Date AssessmentBaseFacade.getLastModifiedDate()
          Get the date when AssessmentBaseFacade where last modified By
 Date SectionFacade.getLastModifiedDate()
          Get the date when SectionFacade where last modified By
 Integer AssessmentBaseFacade.getMultipartAllowed()
          Get MultipartAllowed for AssessmentBaseFacade
 org.osid.shared.Id QuestionPoolFacade.getParentId()
           
 Long AssessmentBaseFacade.getParentId()
          Get parentId of AssessmentBaseFacade.
 Long QuestionPoolFacade.getQuestionPoolId()
           
 TypeIfc QuestionPoolFacade.getQuestionPoolType()
           
 Float ItemFacade.getScore()
          Get Score for ItemFacade
 SectionDataIfc ItemFacade.getSection()
           
 SectionDataIfc PublishedItemFacade.getSection()
           
 Set SectionFacade.getSectionAttachmentSet()
           
 Long SectionFacade.getSectionId()
           
 Set SectionFacade.getSectionMetaDataSet()
           
 Integer ItemFacade.getSequence()
           
 Integer SectionFacade.getSequence()
           
 Integer ItemFacade.getStatus()
          Get status of ItemFacade. 1 = active, 0 = inactive
 Integer AssessmentBaseFacade.getStatus()
          Get status of AssessmentBaseFacade. 1 = active, 0 = inactive
 Integer SectionFacade.getStatus()
          Get status of SectionFacade. 1 = active, 0 = inactive
 Integer AssessmentBaseFacade.getTesteeNotification()
          Get TesteeNotification for AssessmentBaseFacade
 String ItemFacade.getText()
          Utility method.
 String ItemFacade.getTextHtmlStripped()
          Utility method.
 String ItemFacade.getTextHtmlStrippedAll()
          Utility method.
 String AssessmentBaseFacade.getTitle()
          Get Title for AssessmentBaseFacade
 String SectionFacade.getTitle()
           
 Integer ItemFacade.getTriesAllowed()
           
 Long ItemFacade.getTypeId()
           
 Long AssessmentBaseFacade.getTypeId()
           
 Long SectionFacade.getTypeId()
           
 boolean AgentIteratorFacade.hasNextAgent()
          DOCUMENTATION PENDING
 boolean AssessmentIteratorFacade.hasNextAssessment()
          DOCUMENTATION PENDING
 boolean AssessmentBaseIteratorFacade.hasNextAssessmentBase()
          DOCUMENTATION PENDING
 boolean AssessmentTemplateIteratorFacade.hasNextAssessmentTemplate()
          DOCUMENTATION PENDING
 boolean ItemIteratorFacade.hasNextItem()
          DOCUMENTATION PENDING
 boolean SectionIteratorFacade.hasNextSection()
          DOCUMENTATION PENDING
 boolean TypeIteratorFacade.hasNextType()
          DOCUMENTATION PENDING
 AgentFacade AgentIteratorFacade.nextAgent()
          DOCUMENTATION PENDING
 AssessmentFacade AssessmentIteratorFacade.nextAssessment()
          DOCUMENTATION PENDING
 AssessmentBaseFacade AssessmentBaseIteratorFacade.nextAssessmentBase()
          DOCUMENTATION PENDING
 AssessmentTemplateFacade AssessmentTemplateIteratorFacade.nextAssessmentTemplate()
          DOCUMENTATION PENDING
 ItemFacade ItemIteratorFacade.nextItem()
          DOCUMENTATION PENDING
 SectionFacade SectionIteratorFacade.nextSection()
          DOCUMENTATION PENDING
 TypeFacade TypeIteratorFacade.nextType()
          DOCUMENTATION PENDING
 ItemFacade ItemFacadeQueriesAPI.saveItem(ItemFacade item)
           
 ItemFacade ItemFacadeQueries.saveItem(ItemFacade item)
           
 void QuestionPoolFacade.setParentId(org.osid.shared.Id parentId)
          Sets the parent id object for the question pool
 void QuestionPoolFacade.updateDescription(String description)
           
 void QuestionPoolFacade.updateDisplayName(String displayName)
           
 void QuestionPoolFacade.updateQuestionPoolType(TypeIfc questionPoolType)
           
 

Uses of DataFacadeException in org.sakaiproject.tool.assessment.facade.authz
 

Methods in org.sakaiproject.tool.assessment.facade.authz that throw DataFacadeException
 boolean AuthorizationIteratorFacade.hasNextAuthorization()
           
 boolean FunctionIteratorFacade.hasNextFunction()
           
 boolean QualifierIteratorFacade.hasNextQualifier()
           
static void AuthorizationFacadeQueries.main(String[] args)
           
 AuthorizationIfc AuthorizationIteratorFacade.nextAuthorization()
           
 FunctionIfc FunctionIteratorFacade.nextFunction()
           
 QualifierIfc QualifierIteratorFacade.nextQualifier()
           
 

Constructors in org.sakaiproject.tool.assessment.facade.authz that throw DataFacadeException
FunctionIteratorFacade(Collection functions)
           
 



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