public class AccountingLineViewDefinition extends org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
Constructor and Description |
---|
AccountingLineViewDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Checks that this accounting line view has at least one child renderable element.
|
List<TableJoining> |
getAccountingLineLayoutElements(Class<? extends AccountingLine> accountingLineClass)
Creates a list of layout elements for this accounting line view
|
List<AccountingLineViewRenderableElementDefinition> |
getElements()
Gets the elements attribute.
|
void |
setElements(List<AccountingLineViewRenderableElementDefinition> elements)
Sets the elements attribute value.
|
completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
public AccountingLineViewDefinition()
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation
in interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
completeValidation
in class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
DataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)
public List<AccountingLineViewRenderableElementDefinition> getElements()
public void setElements(List<AccountingLineViewRenderableElementDefinition> elements)
elements
- The elements to set.public List<TableJoining> getAccountingLineLayoutElements(Class<? extends AccountingLine> accountingLineClass)
accountingLineClass
- the class of the accounting line to be rendered by this viewCopyright © 2004–2014 The Kuali Foundation. All rights reserved.