| Package | Description |
|---|---|
| com.fatwire.mda | |
| com.openmarket.xcelerate.common |
| Modifier and Type | Method and Description |
|---|---|
DimensionableAssetInstance.DimensionParentRelationship |
DimensionableAssetManager.getParent(AssetId asset,
String group)
Get the dimensionable asset parent relationship for a given asset in a particular group
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DimensionableAssetInstance.DimensionParentRelationship> |
DimensionableAssetInstance.getDimensionableAssetParents()
Get the dimensionable asset parent relationships for this asset
|
Collection<DimensionableAssetInstance.DimensionParentRelationship> |
DimensionableAssetManager.getParents(AssetId asset)
Get the dimensionable asset parent relationships for a given asset
|
| Modifier and Type | Method and Description |
|---|---|
void |
DimensionableAssetManager.resetParent(AssetId asset,
DimensionableAssetInstance.DimensionParentRelationship oldParent,
DimensionableAssetInstance.DimensionParentRelationship newParent)
Reset the dimensionable asset parent relationships for an input asset with a new value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DimensionableAssetInstance.setDimensionableAssetParents(Collection<DimensionableAssetInstance.DimensionParentRelationship> parents)
Set the relationships between this asset and its dimensionable asset
parents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DimParentRelationshipImpl
This class represent a dimension parent relationship implementation.
|