public class SubObjectCodeDynamicNameLabelGeneratorImpl extends Object implements DynamicNameLabelGenerator
Constructor and Description |
---|
SubObjectCodeDynamicNameLabelGeneratorImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDynamicNameLabelFieldName(AccountingLine line,
String accountingLineProperty)
Always returns accountingLineProperty+".subObjectCode.financialSubObjectCodeName"
|
String |
getDynamicNameLabelOnBlur(AccountingLine line,
String accountingLineProperty)
Builds the proper call to loadSubObjectInfo
|
String |
getDynamicNameLabelValue(AccountingLine line,
String accountingLineProperty)
If the subObjectCode reference on the line is refreshable, returns the sub object code's name; otherwise returns null
|
public SubObjectCodeDynamicNameLabelGeneratorImpl()
public String getDynamicNameLabelValue(AccountingLine line, String accountingLineProperty)
getDynamicNameLabelValue
in interface DynamicNameLabelGenerator
line
- the accounting line this label is associated withaccountingLineProperty
- the property of the accounting lineDynamicNameLabelGenerator.getDynamicNameLabelFieldName(org.kuali.ole.sys.businessobject.AccountingLine, java.lang.String)
public String getDynamicNameLabelOnBlur(AccountingLine line, String accountingLineProperty)
getDynamicNameLabelOnBlur
in interface DynamicNameLabelGenerator
line
- the accounting line this label is associated withaccountingLineProperty
- the property of the accounting lineDynamicNameLabelGenerator.getDynamicNameLabelOnBlur(org.kuali.ole.sys.businessobject.AccountingLine, java.lang.String)
public String getDynamicNameLabelFieldName(AccountingLine line, String accountingLineProperty)
getDynamicNameLabelFieldName
in interface DynamicNameLabelGenerator
line
- the accounting line this label is associated withaccountingLineProperty
- the property of the accounting lineorg.kuali.ole.sys.document.service.DynamicNameLabelGenerator#getDynamicNameLabelName(org.kuali.ole.sys.businessobject.AccountingLine, java.lang.String)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.