|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.DictionaryBeanBase org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
public abstract class DataDictionaryDefinitionBase
Common base class for DataDictionaryDefinition types.
Field Summary | |
---|---|
protected boolean |
embeddedDataObjectMetadata
|
protected boolean |
generatedFromMetadata
|
protected String |
id
|
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
---|
componentCode, namespaceCode |
Constructor Summary | |
---|---|
DataDictionaryDefinitionBase()
|
Method Summary | |
---|---|
void |
completeValidation(Class<?> rootBusinessObjectClass,
Class<?> otherBusinessObjectClass)
Deprecated. |
void |
completeValidation(Class<?> rootBusinessObjectClass,
Class<?> otherBusinessObjectClass,
ValidationTrace tracer)
Empty implementation so that all subclasses do not need to implement this method if they have no local validation to perform. |
String |
getId()
|
boolean |
hasEmbeddedDataObjectMetadata()
Returns true if the given object contains an embedded KRAD Data metadata object which may be used for defaulting certain attributes. |
void |
setEmbeddedDataObjectMetadata(boolean embeddedDataObjectMetadata)
|
void |
setGeneratedFromMetadata(boolean generatedFromMetadata)
|
void |
setId(String id)
A unique identifier for this data dictionary element. |
boolean |
wasGeneratedFromMetadata()
Returns true if this data dictionary object was completely generated from KRAD Data metadata. |
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
---|
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, preventModification, setComponentCode, setNamespaceCode, unwrap |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean |
---|
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode |
Field Detail |
---|
protected String id
protected boolean embeddedDataObjectMetadata
protected boolean generatedFromMetadata
Constructor Detail |
---|
public DataDictionaryDefinitionBase()
Method Detail |
---|
public String getId()
getId
in interface DataDictionaryDefinition
public void setId(String id)
public boolean hasEmbeddedDataObjectMetadata()
public boolean wasGeneratedFromMetadata()
public void setEmbeddedDataObjectMetadata(boolean embeddedDataObjectMetadata)
public void setGeneratedFromMetadata(boolean generatedFromMetadata)
@Deprecated public void completeValidation(Class<?> rootBusinessObjectClass, Class<?> otherBusinessObjectClass)
completeValidation
in interface DataDictionaryDefinition
rootBusinessObjectClass
- Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass
- other stuff required to complete validationpublic void completeValidation(Class<?> rootBusinessObjectClass, Class<?> otherBusinessObjectClass, ValidationTrace tracer)
completeValidation
in interface DataDictionaryDefinition
rootBusinessObjectClass
- Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass
- other stuff required to complete validationtracer
- ValidationTrace
class used to track what was being validated at the time of any problems discovered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |