org.kuali.kfs.module.purap.document.service.impl
Class PurapSubObjectCodeDynamicNameLabelGeneratorImpl
java.lang.Object
org.kuali.kfs.sys.document.service.impl.SubObjectCodeDynamicNameLabelGeneratorImpl
org.kuali.kfs.module.purap.document.service.impl.PurapSubObjectCodeDynamicNameLabelGeneratorImpl
- All Implemented Interfaces:
- DynamicNameLabelGenerator
public class PurapSubObjectCodeDynamicNameLabelGeneratorImpl
- extends SubObjectCodeDynamicNameLabelGeneratorImpl
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PurapSubObjectCodeDynamicNameLabelGeneratorImpl
public PurapSubObjectCodeDynamicNameLabelGeneratorImpl()
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 withaccountingLineProperty
- 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.