public class AccountingLineViewLinesDefinition extends org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase implements AccountingLineViewRenderableElementDefinition
| Constructor and Description |
|---|
AccountingLineViewLinesDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Validates that:
1) there is at least one child line
|
TableJoining |
createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Returns the TableJoining element that this definition requires to be part of the accounting line view
|
String |
getElementName()
Gets the elementName attribute.
|
protected List<AccountingLineViewLineFillingElement> |
getLayoutElementsForLines(Class<? extends AccountingLine> accountingLineClass)
Generates layout elements for all the child lines of this lines definition
|
List<AccountingLineViewLineFillingDefinition> |
getLines()
Gets the lines attribute.
|
void |
setElementName(String elementName)
Sets the elementName attribute value.
|
void |
setLines(List<AccountingLineViewLineFillingDefinition> lines)
Sets the lines attribute value.
|
afterPropertiesSet, getId, setIdcopy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodepublic AccountingLineViewLinesDefinition()
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation in interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)public List<AccountingLineViewLineFillingDefinition> getLines()
public void setLines(List<AccountingLineViewLineFillingDefinition> lines)
lines - The lines to set.public String getElementName()
public void setElementName(String elementName)
elementName - The elementName to set.public TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
AccountingLineViewRenderableElementDefinitioncreateLayoutElement in interface AccountingLineViewRenderableElementDefinitionorg.kuali.ole.sys.document.datadictionary.AccountingLineViewRenderableElementDefinition#createLayoutElement()protected List<AccountingLineViewLineFillingElement> getLayoutElementsForLines(Class<? extends AccountingLine> accountingLineClass)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.