org.kuali.kfs.module.ar.document.validation.impl
Class CustomerInvoiceWriteoffGLPEGenerationBranchingValidation

java.lang.Object
  extended by org.kuali.kfs.sys.document.validation.ParameterizedValidation
      extended by org.kuali.kfs.sys.document.validation.BranchingValidation
          extended by org.kuali.kfs.module.ar.document.validation.impl.CustomerInvoiceWriteoffGLPEGenerationBranchingValidation
All Implemented Interfaces:
Validation

public class CustomerInvoiceWriteoffGLPEGenerationBranchingValidation
extends BranchingValidation


Field Summary
static String IS_CHART_CODE_WRITEOFF_GLPE_VALIDATION
           
static String IS_ORG_ACCOUNTING_DEFAULT_WRITEOFF_GLPE_VALIDATION
           
 
Fields inherited from class org.kuali.kfs.sys.document.validation.BranchingValidation
branchMap, parameterProperties, shouldQuitOnFail
 
Constructor Summary
CustomerInvoiceWriteoffGLPEGenerationBranchingValidation()
           
 
Method Summary
protected  String determineBranch(AttributedDocumentEvent event)
          Determines which branch, if any, within the branchMap should be used as the validation to take.
 org.kuali.rice.kns.service.ParameterService getParameterService()
           
 void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
           
 
Methods inherited from class org.kuali.kfs.sys.document.validation.BranchingValidation
getBranchMap, getParameterProperties, setBranchMap, setParameterProperties, setShouldQuitOnFail, shouldQuitOnFail, stageValidation, validate
 
Methods inherited from class org.kuali.kfs.sys.document.validation.ParameterizedValidation
populateParameterFromEvent, populateParametersFromEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_CHART_CODE_WRITEOFF_GLPE_VALIDATION

public static final String IS_CHART_CODE_WRITEOFF_GLPE_VALIDATION
See Also:
Constant Field Values

IS_ORG_ACCOUNTING_DEFAULT_WRITEOFF_GLPE_VALIDATION

public static final String IS_ORG_ACCOUNTING_DEFAULT_WRITEOFF_GLPE_VALIDATION
See Also:
Constant Field Values
Constructor Detail

CustomerInvoiceWriteoffGLPEGenerationBranchingValidation

public CustomerInvoiceWriteoffGLPEGenerationBranchingValidation()
Method Detail

determineBranch

protected String determineBranch(AttributedDocumentEvent event)
Description copied from class: BranchingValidation
Determines which branch, if any, within the branchMap should be used as the validation to take.

Specified by:
determineBranch in class BranchingValidation
Parameters:
event - the event which triggered this validation
Returns:
the name of the branch to take, or a null or empty string to not take any branch and simply pass validation as true

getParameterService

public org.kuali.rice.kns.service.ParameterService getParameterService()

setParameterService

public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)


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