Uses of Class
org.kuali.kfs.coa.businessobject.OrganizationReversionDetail

Packages that use OrganizationReversionDetail
org.kuali.kfs.coa.businessobject   
org.kuali.kfs.coa.document.validation.impl   
org.kuali.kfs.coa.service.impl   
 

Uses of OrganizationReversionDetail in org.kuali.kfs.coa.businessobject
 

Methods in org.kuali.kfs.coa.businessobject that return types with arguments of type OrganizationReversionDetail
 List<OrganizationReversionDetail> OrganizationReversion.getOrganizationReversionDetail()
           
 

Methods in org.kuali.kfs.coa.businessobject with parameters of type OrganizationReversionDetail
 void OrganizationReversion.addOrganizationReversionDetail(OrganizationReversionDetail ord)
           
 

Method parameters in org.kuali.kfs.coa.businessobject with type arguments of type OrganizationReversionDetail
 void OrganizationReversion.setOrganizationReversionDetail(List<OrganizationReversionDetail> organizationReversionDetail)
           
 

Uses of OrganizationReversionDetail in org.kuali.kfs.coa.document.validation.impl
 

Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type OrganizationReversionDetail
protected  boolean OrganizationReversionRule.validateOrganizationReversionCode(OrganizationReversion reversion, OrganizationReversionDetail detail)
          Verifies that a reversion code exists when the "Carry Forward by Object Code" indicator is selected.
protected  boolean OrganizationReversionRule.validateOrganizationReversionDetail(OrganizationReversionDetail detail)
          This checks to make sure that the organization reversion object on the detail object actually exists
 

Uses of OrganizationReversionDetail in org.kuali.kfs.coa.service.impl
 

Methods in org.kuali.kfs.coa.service.impl with parameters of type OrganizationReversionDetail
 void OrganizationReversionDetailTrickleDownInactivationServiceImpl.TrickleDownStatus.addErrorPersistingOrganizationReversionDetail(OrganizationReversionDetail organizationReversionDetail)
          Adds an organization reversion detail which could not successful persist its activation to the error message list
 void OrganizationReversionDetailTrickleDownInactivationServiceImpl.TrickleDownStatus.addOrganizationReversionDetail(OrganizationReversionDetail organizationReversionDetail)
          Adds an organization reversion detail which had a successfully persisted activation to the message list
protected  boolean OrganizationReversionDetailTrickleDownInactivationServiceImpl.allowActivation(OrganizationReversionDetail detail)
          Determines whether the given organization reversion detail can be activated: ie, that both its owning OrganizationReversion and its related OrganizationReversionCategory are both active
protected  String OrganizationReversionDetailTrickleDownInactivationServiceImpl.TrickleDownStatus.getOrganizationReversionDetailDescription(OrganizationReversionDetail organizationReversionDetail)
          Beautifully and eloquently describes an organization reversion detail
 

Method parameters in org.kuali.kfs.coa.service.impl with type arguments of type OrganizationReversionDetail
protected  List<org.kuali.rice.kns.bo.Note> OrganizationReversionDetailTrickleDownInactivationServiceImpl.TrickleDownStatus.generateNotes(String messageKey, org.kuali.rice.kns.bo.PersistableBusinessObject noteParent, List<OrganizationReversionDetail> organizationReversionDetails)
          Builds a List of Notes out of a list of OrganizationReversionDescriptions
protected  List<String> OrganizationReversionDetailTrickleDownInactivationServiceImpl.TrickleDownStatus.generateOrganizationReversionDetailsForNotes(List<OrganizationReversionDetail> organizationReversionDetails)
          Builds organization reverion detail descriptions to populate notes
protected  void OrganizationReversionDetailTrickleDownInactivationServiceImpl.TrickleDownStatus.saveAllNotes(List<OrganizationReversionDetail> organizationReversionDetails, String messageKey, String documentNumber)
          Saves notes to a document
protected  void OrganizationReversionDetailTrickleDownInactivationServiceImpl.trickleDownActivations(List<OrganizationReversionDetail> organizationReversionDetails, String documentNumber)
          The method which actually does the work of activating the details
protected  void OrganizationReversionDetailTrickleDownInactivationServiceImpl.trickleDownInactivations(List<OrganizationReversionDetail> organizationReversionDetails, String documentNumber)
          The method which actually does the work of inactivating the details
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.