| Package | Description |
|---|---|
| org.kuali.rice.krad.data | |
| org.kuali.rice.krad.data.provider.impl | |
| org.kuali.rice.krad.data.util |
| Modifier and Type | Method and Description |
|---|---|
<T> DataObjectWrapper<T> |
DataObjectService.wrap(T dataObject)
Wraps the given data object in an accessor which provides numerous utility and helper methods related to
accessing data and attributes on the data object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataObjectWrapperBase<T>
The base implementation of
DataObjectWrapper. |
| Modifier and Type | Method and Description |
|---|---|
<T> DataObjectWrapper<T> |
ProviderBasedDataObjectService.wrap(T dataObject)
Wraps the given data object in an accessor which provides numerous utility and helper methods related to
accessing data and attributes on the data object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataObjectWrapperBase.linkForeignKeysInternal(DataObjectWrapper<?> wrapped,
MetadataChild relationship,
Object relationshipValue,
boolean onlyLinkReadOnly)
Links foreign keys non-recursively using the relationship with the given name on the wrapped data object.
|
protected void |
DataObjectWrapperBase.linkForeignKeysInternalWrapped(DataObjectWrapper<?> wrapped,
boolean onlyLinkReadOnly,
Set<Object> linked)
Links all foreign keys on the wrapped data object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReferenceLinker.cascadeLinkingAnnotations(DataObjectWrapper<?> wrapped,
Map<String,Set<String>> decomposedPaths,
Set<Object> linked)
Gets indexes that have been modified.
|
protected void |
ReferenceLinker.linkBiDirectionalCollection(DataObjectWrapper<?> parentWrapper,
DataObjectWrapper<?> elementWrapper,
DataObjectCollection collectionMetadata)
Performs bi-directional collection linking, ensuring that for bi-directional collection relationships that both
sides of the relationship are properly populated.
|
protected void |
ReferenceLinker.linkBiDirectionalCollection(DataObjectWrapper<?> parentWrapper,
DataObjectWrapper<?> elementWrapper,
DataObjectCollection collectionMetadata)
Performs bi-directional collection linking, ensuring that for bi-directional collection relationships that both
sides of the relationship are properly populated.
|
protected void |
ReferenceLinker.linkCollectionChanges(DataObjectWrapper<?> wrapped,
Map<String,Set<String>> decomposedPaths,
Set<Object> linked)
Link changes for collections on the given wrapped data object.
|
protected void |
ReferenceLinker.linkRelationshipChanges(DataObjectWrapper<?> wrapped,
Map<String,Set<String>> decomposedPaths,
Set<Object> linked)
Link changes for relationships on the given wrapped data object.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.