public class ObjectCodeDynamicNameLabelGeneratorImpl extends Object implements DynamicNameLabelGenerator
| Constructor and Description | 
|---|
| ObjectCodeDynamicNameLabelGeneratorImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDynamicNameLabelFieldName(AccountingLine line,
                                                        String accountingLineProperty)Always returns accountingLineProperty+".objectCode.financialObjectCodeName" | 
| String | getDynamicNameLabelOnBlur(AccountingLine line,
                                                  String accountingLineProperty)Builds the proper call to loadObjectInfo | 
| String | getDynamicNameLabelValue(AccountingLine line,
                                                String accountingLineProperty)If the objectCode reference on the line is refreshable, returns the object code's name; otherwise returns null | 
public ObjectCodeDynamicNameLabelGeneratorImpl()
public String getDynamicNameLabelValue(AccountingLine line, String accountingLineProperty)
getDynamicNameLabelValue in interface DynamicNameLabelGeneratorline - 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 DynamicNameLabelGeneratorline - 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 DynamicNameLabelGeneratorline - 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–2015 The Kuali Foundation. All rights reserved.