| Package | Description |
|---|---|
| org.kuali.rice.krad.data | |
| org.kuali.rice.krad.data.provider.impl |
| Modifier and Type | Field and Description |
|---|---|
static MaterializeOption |
MaterializeOption.COLLECTIONS
Specify that only collections should be materialized.
|
static MaterializeOption |
MaterializeOption.INCLUDE_EAGER_REFS
Specify that non-lazy-loaded references should also be reloaded from the persistence provider.
|
static MaterializeOption |
MaterializeOption.NULL_INVALID_REFS
If this option is set, when the foreign key fields do not point to a saved object (per the persistence provider),
the object reference will be nulled out.
|
static MaterializeOption |
MaterializeOption.REFERENCES
Specify that only references should be materialized.
|
static MaterializeOption |
MaterializeOption.UPDATE_UPDATABLE_REFS
Specify that references and/or collections which are saved when the wrapped object is saved should also be
refreshed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataObjectWrapper.materializeReferencedObjects(MaterializeOption... options)
Fetches and populates referenced objects within the wrapped object.
|
void |
DataObjectWrapper.materializeReferencedObjectsToDepth(int maxDepth,
MaterializeOption... options)
Fetches and populates referenced objects within the wrapped object.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MetadataChild> |
DataObjectWrapperBase.getChildrenMatchingOptions(MaterializeOption... options)
This method retrieves the
MetadataChild objects (DataObjectRelationship or
DataObjectCollection) which match the given MaterializeOption options. |
void |
DataObjectWrapperBase.materializeReferencedObjects(MaterializeOption... options)
Fetches and populates referenced objects within the wrapped object.
|
void |
DataObjectWrapperBase.materializeReferencedObjectsToDepth(int maxDepth,
MaterializeOption... options)
Fetches and populates referenced objects within the wrapped object.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.