Uses of Class
org.kuali.kfs.module.ec.document.EffortCertificationDocument

Packages that use EffortCertificationDocument
org.kuali.kfs.module.ec.businessobject   
org.kuali.kfs.module.ec.document   
org.kuali.kfs.module.ec.document.validation   
org.kuali.kfs.module.ec.document.validation.event   
org.kuali.kfs.module.ec.document.validation.impl   
org.kuali.kfs.module.ec.document.web.struts   
org.kuali.kfs.module.ec.service   
org.kuali.kfs.module.ec.service.impl   
 

Uses of EffortCertificationDocument in org.kuali.kfs.module.ec.businessobject
 

Subclasses of EffortCertificationDocument in org.kuali.kfs.module.ec.businessobject
 class EffortCertificationDocumentBuild
          Business Object for the Effort Certification Document Build Table.
 class OutstandingCertificationsByOrganization
          Business object for the outstanding documents by organization report
 

Methods in org.kuali.kfs.module.ec.businessobject that return EffortCertificationDocument
 EffortCertificationDocument EffortCertificationDetail.getEffortCertificationDocument()
          Gets the effortCertificationDocument attribute.
 

Methods in org.kuali.kfs.module.ec.businessobject with parameters of type EffortCertificationDocument
 void EffortCertificationDetail.setEffortCertificationDocument(EffortCertificationDocument effortCertificationDocument)
          Deprecated. 
 

Uses of EffortCertificationDocument in org.kuali.kfs.module.ec.document
 

Methods in org.kuali.kfs.module.ec.document with parameters of type EffortCertificationDocument
static org.kuali.rice.kns.util.KualiDecimal EffortCertificationDocument.getDocumentTotalAmount(EffortCertificationDocument effortCertificationDocument)
          get the total amount of the given effort certification document
 

Uses of EffortCertificationDocument in org.kuali.kfs.module.ec.document.validation
 

Classes in org.kuali.kfs.module.ec.document.validation with type parameters of type EffortCertificationDocument
 interface AddDetailLineRule<E extends EffortCertificationDocument,D extends EffortCertificationDetail>
          Defines a rule which gets invoked immediately before a detail line is added to a effort certification document.
 interface CheckDetailLineAmountRule<E extends EffortCertificationDocument,D extends EffortCertificationDetail>
           
 interface LoadDetailLineRule<E extends EffortCertificationDocument>
           
 interface UpdateDetailLineRule<E extends EffortCertificationDocument,D extends EffortCertificationDetail>
          Defines a rule which gets invoked immediately before a detail line in a effort certification document is updated.
 

Uses of EffortCertificationDocument in org.kuali.kfs.module.ec.document.validation.event
 

Constructors in org.kuali.kfs.module.ec.document.validation.event with parameters of type EffortCertificationDocument
AddDetailLineEvent(String description, String errorPathPrefix, EffortCertificationDocument effortCertificationDocument, EffortCertificationDetail effortCertificationDetail)
          Constructs a AddDetailLineEvent.java.
CheckDetailLineAmountEvent(String description, String errorPathPrefix, EffortCertificationDocument effortCertificationDocument, EffortCertificationDetail effortCertificationDetail)
          Constructs a AddDetailLineEvent.java.
LoadDetailLineEvent(String description, String errorPathPrefix, EffortCertificationDocument effortCertificationDocument)
          Constructs a AddDetailLineEvent.java.
UpdateDetailLineEvent(String description, String errorPathPrefix, EffortCertificationDocument effortCertificationDocument, EffortCertificationDetail effortCertificationDetail)
          Constructs a UpdateDetailLineEvent.java.
 

Uses of EffortCertificationDocument in org.kuali.kfs.module.ec.document.validation.impl
 

Methods in org.kuali.kfs.module.ec.document.validation.impl with parameters of type EffortCertificationDocument
protected  boolean EffortCertificationDocumentRules.bypassBusinessRuleIfInitiation(EffortCertificationDocument effortCertificationDocument)
          determine if the business rule needs to be bypassed.
static boolean EffortCertificationDocumentRuleUtil.hasDetailLine(EffortCertificationDocument document)
          determine if there is a line associated with the given document
static boolean EffortCertificationDocumentRuleUtil.hasSameExistingLine(EffortCertificationDocument document, EffortCertificationDetail detailLine, List<String> comparableFields)
          determine if there is a line in the given document that has the same values for the comparable fields as the given detail line
static boolean EffortCertificationDocumentRuleUtil.isEffortPercentChangedFromPersisted(EffortCertificationDocument document)
          determine if there is a change on the payroll amount of the given document
static boolean EffortCertificationDocumentRuleUtil.isPayrollAmountChangedFromOriginal(EffortCertificationDocument document)
          determine if there is a change on the payroll amount of the given document
static boolean EffortCertificationDocumentRuleUtil.isPayrollAmountChangedFromPersisted(EffortCertificationDocument document)
          determine if there is a change on the payroll amount of the given document
static boolean EffortCertificationDocumentRuleUtil.isPayrollAmountOverChanged(EffortCertificationDocument document, double limitOfLinePayrollAmountChange)
          determine if there is a change on the payroll amount of a detail line that exceeds the specified limit
static boolean EffortCertificationDocumentRuleUtil.isTotalEffortPercentageAs100(EffortCertificationDocument document)
          detrmine if the total effort percent of the given document is 100
static boolean EffortCertificationDocumentRuleUtil.isTotalPayrollAmountOverChanged(EffortCertificationDocument document, double limitOfTotalPayrollAmountChange)
          determine if the change on the total payroll amount exceeds the specified limit
protected  boolean EffortCertificationDocumentRules.populateEffortCertificationDocument(EffortCertificationDocument effortCertificationDocument)
          determine if the given document can be populated.
 boolean EffortCertificationDocumentRules.processAddDetailLineRules(EffortCertificationDocument document, EffortCertificationDetail detailLine)
           
 boolean EffortCertificationDocumentRules.processCheckDetailLineAmountRules(EffortCertificationDocument effortCertificationDocument, EffortCertificationDetail effortCertificationDetail)
           
 boolean EffortCertificationDocumentRules.processLoadDetailLineRules(EffortCertificationDocument effortCertificationDocument)
           
 boolean EffortCertificationDocumentRules.processUpdateDetailLineRules(EffortCertificationDocument document, EffortCertificationDetail detailLine)
           
 

Uses of EffortCertificationDocument in org.kuali.kfs.module.ec.document.web.struts
 

Methods in org.kuali.kfs.module.ec.document.web.struts that return EffortCertificationDocument
 EffortCertificationDocument EffortCertificationForm.getEffortCertificationDocument()
          Gets the effortCertificationDocument attribute.
 

Methods in org.kuali.kfs.module.ec.document.web.struts with parameters of type EffortCertificationDocument
 boolean CertificationRecreateForm.validateImportingFieldValues(EffortCertificationDocument document)
          validate the importing field values
 

Uses of EffortCertificationDocument in org.kuali.kfs.module.ec.service
 

Methods in org.kuali.kfs.module.ec.service with parameters of type EffortCertificationDocument
 void EffortCertificationDocumentService.addRouteLooping(EffortCertificationDocument effortCertificationDocument)
          add the adHoc route recipient into the given document when the effort on any detail line has been changed.
 boolean EffortCertificationDocumentService.generateSalaryExpenseTransferDocument(EffortCertificationDocument effortCertificationDocument)
          generate salary expense transfer document from the given effort certification document
 boolean EffortCertificationDocumentService.populateEffortCertificationDocument(EffortCertificationDocument effortCertificationDocument, EffortCertificationDocumentBuild effortCertificationDocumentBuild)
          populate the given effort certification document with the given effort certification document build
 void EffortCertificationDocumentService.processApprovedEffortCertificationDocument(EffortCertificationDocument effortCertificationDocument)
          process the approved effort certification document
 void EffortCertificationDocumentService.removeEffortCertificationDetailLines(EffortCertificationDocument effortCertificationDocument)
          delete the detail lines associated with the given effort certification document if they have been persisted
 

Uses of EffortCertificationDocument in org.kuali.kfs.module.ec.service.impl
 

Methods in org.kuali.kfs.module.ec.service.impl with parameters of type EffortCertificationDocument
protected  void EffortCertificationDocumentServiceImpl.addAccountingLineIntoList(List<LaborLedgerExpenseTransferAccountingLine> accountingLineList, LaborLedgerExpenseTransferAccountingLine accountingLine, EffortCertificationDocument effortCertificationDocument, EffortCertificationDetail detailLine)
          add a new accounting line into the given accounting line list.
 void EffortCertificationDocumentServiceImpl.addRouteLooping(EffortCertificationDocument effortCertificationDocument)
           
protected  List<LaborLedgerExpenseTransferAccountingLine> EffortCertificationDocumentServiceImpl.buildSourceAccountingLines(EffortCertificationDocument effortCertificationDocument)
          build the source accounting lines for a salary expense transfer document from the given effort certification document.
protected  List<LaborLedgerExpenseTransferAccountingLine> EffortCertificationDocumentServiceImpl.buildTargetAccountingLines(EffortCertificationDocument effortCertificationDocument)
          build the target accounting lines for a salary expense transfer document from the given effort certification document.
 boolean EffortCertificationDocumentServiceImpl.generateSalaryExpenseTransferDocument(EffortCertificationDocument effortCertificationDocument)
           
protected  Set<String> EffortCertificationDocumentServiceImpl.getFiscalOfficersIfAmountChanged(EffortCertificationDocument effortCertificationDocument)
          get all fiscal officers of the detail line accounts where the salary amounts are changed
protected  void EffortCertificationDocumentServiceImpl.populateAccountingLine(EffortCertificationDocument effortCertificationDocument, EffortCertificationDetail detailLine, LaborLedgerExpenseTransferAccountingLine accountingLine)
          populate an accounting line from the given detail line
 boolean EffortCertificationDocumentServiceImpl.populateEffortCertificationDocument(EffortCertificationDocument effortCertificationDocument, EffortCertificationDocumentBuild effortCertificationDocumentBuild)
           
 void EffortCertificationDocumentServiceImpl.processApprovedEffortCertificationDocument(EffortCertificationDocument effortCertificationDocument)
           
 void EffortCertificationDocumentServiceImpl.removeEffortCertificationDetailLines(EffortCertificationDocument effortCertificationDocument)
           
 



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