org.kuali.kfs.module.purap.document.service.impl
Class PurapSubObjectCodeDynamicNameLabelGeneratorImpl

java.lang.Object
  extended by org.kuali.kfs.sys.document.service.impl.SubObjectCodeDynamicNameLabelGeneratorImpl
      extended by org.kuali.kfs.module.purap.document.service.impl.PurapSubObjectCodeDynamicNameLabelGeneratorImpl
All Implemented Interfaces:
DynamicNameLabelGenerator

public class PurapSubObjectCodeDynamicNameLabelGeneratorImpl
extends SubObjectCodeDynamicNameLabelGeneratorImpl


Constructor Summary
PurapSubObjectCodeDynamicNameLabelGeneratorImpl()
           
 
Method Summary
 String getDynamicNameLabelValue(AccountingLine line, String accountingLineProperty)
          Overrides the method in SubObjectCodeDynamicNameLabelGeneratorImpl so that we could control whether to display or hide the dynamic name label in certain conditions in purap documents.
 
Methods inherited from class org.kuali.kfs.sys.document.service.impl.SubObjectCodeDynamicNameLabelGeneratorImpl
getDynamicNameLabelFieldName, getDynamicNameLabelOnBlur
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurapSubObjectCodeDynamicNameLabelGeneratorImpl

public PurapSubObjectCodeDynamicNameLabelGeneratorImpl()
Method Detail

getDynamicNameLabelValue

public String getDynamicNameLabelValue(AccountingLine line,
                                       String accountingLineProperty)
Overrides the method in SubObjectCodeDynamicNameLabelGeneratorImpl so that we could control whether to display or hide the dynamic name label in certain conditions in purap documents.

Specified by:
getDynamicNameLabelValue in interface DynamicNameLabelGenerator
Overrides:
getDynamicNameLabelValue in class SubObjectCodeDynamicNameLabelGeneratorImpl
Parameters:
line - the accounting line this label is associated with
accountingLineProperty - the property of the accounting line
Returns:
the value, or an blank String ("" or null) if no value exists
See Also:
DynamicNameLabelGenerator.getDynamicNameLabelFieldName(org.kuali.kfs.sys.businessobject.AccountingLine, java.lang.String)


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