org.kuali.kfs.module.purap.document.service.impl
Class PurapObjectCodeDynamicNameLabelGeneratorImpl
java.lang.Object
org.kuali.kfs.sys.document.service.impl.ObjectCodeDynamicNameLabelGeneratorImpl
org.kuali.kfs.module.purap.document.service.impl.PurapObjectCodeDynamicNameLabelGeneratorImpl
- All Implemented Interfaces:
- DynamicNameLabelGenerator
public class PurapObjectCodeDynamicNameLabelGeneratorImpl
- extends ObjectCodeDynamicNameLabelGeneratorImpl
Method Summary |
String |
getDynamicNameLabelValue(AccountingLine line,
String accountingLineProperty)
Overrides the method in ObjectCodeDynamicNameLabelGeneratorImpl 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 |
PurapObjectCodeDynamicNameLabelGeneratorImpl
public PurapObjectCodeDynamicNameLabelGeneratorImpl()
getDynamicNameLabelValue
public String getDynamicNameLabelValue(AccountingLine line,
String accountingLineProperty)
- Overrides the method in ObjectCodeDynamicNameLabelGeneratorImpl 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 ObjectCodeDynamicNameLabelGeneratorImpl
- 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.