Uses of Class
org.kuali.student.core.dto.RichTextInfo

Packages that use RichTextInfo
org.kuali.student.core.atp.dto   
org.kuali.student.core.comment.dto   
org.kuali.student.core.document.dto   
org.kuali.student.core.proposal.dto   
org.kuali.student.core.service.impl   
org.kuali.student.core.statement.dto   
org.kuali.student.lum.course.dto   
org.kuali.student.lum.lo.dto   
org.kuali.student.lum.lrc.dto   
org.kuali.student.lum.lu.assembly   
org.kuali.student.lum.lu.dto   
org.kuali.student.lum.program.dto   
org.kuali.student.lum.program.dto.assembly   
 

Uses of RichTextInfo in org.kuali.student.core.atp.dto
 

Fields in org.kuali.student.core.atp.dto declared as RichTextInfo
private  RichTextInfo AtpInfo.desc
           
private  RichTextInfo DateRangeInfo.desc
           
private  RichTextInfo MilestoneInfo.desc
           
 

Methods in org.kuali.student.core.atp.dto that return RichTextInfo
 RichTextInfo AtpInfo.getDesc()
          Narrative description of an academic time period
 RichTextInfo DateRangeInfo.getDesc()
          Narrative description of the date range.
 RichTextInfo MilestoneInfo.getDesc()
          Description of the milestone.
 

Methods in org.kuali.student.core.atp.dto with parameters of type RichTextInfo
 void AtpInfo.setDesc(RichTextInfo desc)
           
 void DateRangeInfo.setDesc(RichTextInfo desc)
           
 void MilestoneInfo.setDesc(RichTextInfo desc)
           
 

Uses of RichTextInfo in org.kuali.student.core.comment.dto
 

Fields in org.kuali.student.core.comment.dto declared as RichTextInfo
private  RichTextInfo CommentInfo.commentText
           
 

Methods in org.kuali.student.core.comment.dto that return RichTextInfo
 RichTextInfo CommentInfo.getCommentText()
          Narrative text of the comment
 

Methods in org.kuali.student.core.comment.dto with parameters of type RichTextInfo
 void CommentInfo.setCommentText(RichTextInfo commentText)
           
 

Uses of RichTextInfo in org.kuali.student.core.document.dto
 

Fields in org.kuali.student.core.document.dto declared as RichTextInfo
private  RichTextInfo RefDocRelationInfo.desc
           
private  RichTextInfo DocumentInfo.desc
           
private  RichTextInfo DocumentCategoryInfo.desc
           
 

Methods in org.kuali.student.core.document.dto that return RichTextInfo
 RichTextInfo RefDocRelationInfo.getDesc()
          The description of the document usage in the context of the relation to the object.
 RichTextInfo DocumentInfo.getDesc()
          Narrative description of the document
 RichTextInfo DocumentCategoryInfo.getDesc()
          Narrative description of the document category.
 

Methods in org.kuali.student.core.document.dto with parameters of type RichTextInfo
 void RefDocRelationInfo.setDesc(RichTextInfo desc)
           
 void DocumentInfo.setDesc(RichTextInfo desc)
           
 void DocumentCategoryInfo.setDesc(RichTextInfo desc)
           
 

Uses of RichTextInfo in org.kuali.student.core.proposal.dto
 

Fields in org.kuali.student.core.proposal.dto declared as RichTextInfo
private  RichTextInfo ProposalDocRelationInfo.desc
           
 

Methods in org.kuali.student.core.proposal.dto that return RichTextInfo
 RichTextInfo ProposalDocRelationInfo.getDesc()
          The description of the document usage in the context of the Proposal.
 

Methods in org.kuali.student.core.proposal.dto with parameters of type RichTextInfo
 void ProposalDocRelationInfo.setDesc(RichTextInfo desc)
           
 

Uses of RichTextInfo in org.kuali.student.core.service.impl
 

Methods in org.kuali.student.core.service.impl that return RichTextInfo
static RichTextInfo BaseAssembler.toRichTextInfo(RichText entity)
           
 

Methods in org.kuali.student.core.service.impl with parameters of type RichTextInfo
static
<T extends RichText>
T
BaseAssembler.toRichText(Class<T> richTextClass, RichTextInfo richTextInfo)
           
 

Uses of RichTextInfo in org.kuali.student.core.statement.dto
 

Fields in org.kuali.student.core.statement.dto declared as RichTextInfo
private  RichTextInfo AbstractStatementInfo.desc
           
private  RichTextInfo ReqComponentInfo.desc
           
 

Methods in org.kuali.student.core.statement.dto that return RichTextInfo
 RichTextInfo AbstractStatementInfo.getDesc()
          Narrative description for the LU statement.
 RichTextInfo ReqComponentInfo.getDesc()
          Narrative description of the requirement component.
 

Methods in org.kuali.student.core.statement.dto with parameters of type RichTextInfo
 void AbstractStatementInfo.setDesc(RichTextInfo desc)
           
 void ReqComponentInfo.setDesc(RichTextInfo desc)
           
 

Uses of RichTextInfo in org.kuali.student.lum.course.dto
 

Fields in org.kuali.student.lum.course.dto declared as RichTextInfo
private  RichTextInfo CourseInfo.descr
           
private  RichTextInfo CourseFeeInfo.descr
           
private  RichTextInfo CourseInfo.feeJustification
           
 

Methods in org.kuali.student.lum.course.dto that return RichTextInfo
 RichTextInfo CourseInfo.getDescr()
          Narrative description of the Course.
 RichTextInfo CourseFeeInfo.getDescr()
          Narrative description of the Course Fee.
 RichTextInfo CourseInfo.getFeeJustification()
          Narrative description of overall course fee justification.
 

Methods in org.kuali.student.lum.course.dto with parameters of type RichTextInfo
 void CourseInfo.setDescr(RichTextInfo descr)
           
 void CourseFeeInfo.setDescr(RichTextInfo descr)
           
 void CourseInfo.setFeeJustification(RichTextInfo feeJustification)
           
 

Uses of RichTextInfo in org.kuali.student.lum.lo.dto
 

Fields in org.kuali.student.lum.lo.dto declared as RichTextInfo
private  RichTextInfo LoRepositoryInfo.desc
           
private  RichTextInfo LoInfo.desc
           
private  RichTextInfo LoCategoryInfo.desc
           
 

Methods in org.kuali.student.lum.lo.dto that return RichTextInfo
 RichTextInfo LoRepositoryInfo.getDesc()
          Narrative description of the learning objective repository
 RichTextInfo LoInfo.getDesc()
          Narrative description of the learning objective
 RichTextInfo LoCategoryInfo.getDesc()
          Narrative description of the learning objective category
 

Methods in org.kuali.student.lum.lo.dto with parameters of type RichTextInfo
 void LoRepositoryInfo.setDesc(RichTextInfo desc)
           
 void LoInfo.setDesc(RichTextInfo desc)
           
 void LoCategoryInfo.setDesc(RichTextInfo desc)
           
 

Uses of RichTextInfo in org.kuali.student.lum.lrc.dto
 

Fields in org.kuali.student.lum.lrc.dto declared as RichTextInfo
private  RichTextInfo CreditInfo.desc
           
private  RichTextInfo ResultComponentInfo.desc
           
private  RichTextInfo CredentialInfo.desc
           
private  RichTextInfo ScaleInfo.desc
           
 

Methods in org.kuali.student.lum.lrc.dto that return RichTextInfo
 RichTextInfo CreditInfo.getDesc()
          Description of this credit.
 RichTextInfo ResultComponentInfo.getDesc()
          Narrative description of the result component
 RichTextInfo CredentialInfo.getDesc()
          Description of the credential.
 RichTextInfo ScaleInfo.getDesc()
          Description of the scale.
 

Methods in org.kuali.student.lum.lrc.dto with parameters of type RichTextInfo
 void CreditInfo.setDesc(RichTextInfo desc)
           
 void ResultComponentInfo.setDesc(RichTextInfo desc)
           
 void CredentialInfo.setDesc(RichTextInfo desc)
           
 void ScaleInfo.setDesc(RichTextInfo desc)
           
 

Uses of RichTextInfo in org.kuali.student.lum.lu.assembly
 

Methods in org.kuali.student.lum.lu.assembly that return RichTextInfo
private  RichTextInfo CluSetManagementAssembler.toRichTextInfo(String text)
           
 

Methods in org.kuali.student.lum.lu.assembly with parameters of type RichTextInfo
 String CluSetManagementAssembler.richTextToString(RichTextInfo richTextInfo)
           
 

Uses of RichTextInfo in org.kuali.student.lum.lu.dto
 

Fields in org.kuali.student.lum.lu.dto declared as RichTextInfo
private  RichTextInfo CluResultInfo.desc
           
private  RichTextInfo LuDocRelationInfo.desc
           
private  RichTextInfo ResultOptionInfo.desc
           
private  RichTextInfo CluSetInfo.descr
           
private  RichTextInfo CluSetTreeViewInfo.descr
           
private  RichTextInfo CluFeeInfo.descr
           
private  RichTextInfo CluInfo.descr
           
private  RichTextInfo CluFeeRecordInfo.descr
           
 

Methods in org.kuali.student.lum.lu.dto that return RichTextInfo
 RichTextInfo CluResultInfo.getDesc()
          Narrative description of the CLU result.
 RichTextInfo LuDocRelationInfo.getDesc()
          The description of the document usage in the context of the CLU.
 RichTextInfo ResultOptionInfo.getDesc()
          Narrative description of the result option.
 RichTextInfo CluSetInfo.getDescr()
          Narrative description of the CLU Set.
 RichTextInfo CluSetTreeViewInfo.getDescr()
          Narrative description of the CLU Set.
 RichTextInfo CluFeeInfo.getDescr()
          Narrative description of the CLU Fee
 RichTextInfo CluInfo.getDescr()
          Narrative description of the CLU, used for the catalog.
 RichTextInfo CluFeeRecordInfo.getDescr()
          Narrative description of the CLU Fee Record.
 

Methods in org.kuali.student.lum.lu.dto with parameters of type RichTextInfo
 void CluResultInfo.setDesc(RichTextInfo desc)
           
 void LuDocRelationInfo.setDesc(RichTextInfo desc)
           
 void ResultOptionInfo.setDesc(RichTextInfo desc)
           
 void CluSetInfo.setDescr(RichTextInfo descr)
           
 void CluSetTreeViewInfo.setDescr(RichTextInfo descr)
           
 void CluFeeInfo.setDescr(RichTextInfo descr)
           
 void CluInfo.setDescr(RichTextInfo descr)
           
 void CluFeeRecordInfo.setDescr(RichTextInfo descr)
           
 

Uses of RichTextInfo in org.kuali.student.lum.program.dto
 

Fields in org.kuali.student.lum.program.dto declared as RichTextInfo
private  RichTextInfo MajorDisciplineInfo.catalogDescr
           
private  RichTextInfo ProgramVariationInfo.catalogDescr
           
private  RichTextInfo CoreProgramInfo.catalogDescr
           
private  RichTextInfo MajorDisciplineInfo.descr
           
private  RichTextInfo ProgramVariationInfo.descr
           
private  RichTextInfo CoreProgramInfo.descr
           
private  RichTextInfo ProgramRequirementInfo.descr
           
private  RichTextInfo CredentialProgramInfo.descr
           
 

Methods in org.kuali.student.lum.program.dto that return RichTextInfo
 RichTextInfo MajorDisciplineInfo.getCatalogDescr()
          Narrative description of the Major that will show up in Catalog
 RichTextInfo ProgramVariationInfo.getCatalogDescr()
          Narrative description of the Variation that will show up in Catalog
 RichTextInfo CoreProgramInfo.getCatalogDescr()
          Narrative description of the Core that will show up in Catalog
 RichTextInfo MajorDisciplineInfo.getDescr()
          Narrative description of the Major.
 RichTextInfo ProgramVariationInfo.getDescr()
          Narrative description of the Variation.
 RichTextInfo CoreProgramInfo.getDescr()
          Narrative description of the Core requirement.
 RichTextInfo ProgramRequirementInfo.getDescr()
           
 RichTextInfo CredentialProgramInfo.getDescr()
          Narrative description of the Credential program.
 

Methods in org.kuali.student.lum.program.dto with parameters of type RichTextInfo
 void MajorDisciplineInfo.setCatalogDescr(RichTextInfo catalogDescr)
           
 void ProgramVariationInfo.setCatalogDescr(RichTextInfo catalogDescr)
           
 void CoreProgramInfo.setCatalogDescr(RichTextInfo catalogDescr)
           
 void MajorDisciplineInfo.setDescr(RichTextInfo descr)
           
 void ProgramVariationInfo.setDescr(RichTextInfo descr)
           
 void CoreProgramInfo.setDescr(RichTextInfo descr)
           
 void ProgramRequirementInfo.setDescr(RichTextInfo descr)
           
 void CredentialProgramInfo.setDescr(RichTextInfo descr)
           
 

Uses of RichTextInfo in org.kuali.student.lum.program.dto.assembly
 

Methods in org.kuali.student.lum.program.dto.assembly that return RichTextInfo
 RichTextInfo ProgramPublicationAssembly.getCatalogDescr()
          Narrative description of the Major that will show up in Catalog
 

Methods in org.kuali.student.lum.program.dto.assembly with parameters of type RichTextInfo
 void ProgramPublicationAssembly.setCatalogDescr(RichTextInfo catalogDescr)
           
 



Copyright © 2010 The Kuali Foundation. All rights reserved.