Package | Description |
---|---|
com.fatwire.mda |
Modifier and Type | Method and Description |
---|---|
Dimension |
DimensionManager.loadDimension(long id)
Given a dimension id, load the dimension asset
|
Dimension |
DimensionManager.loadDimension(String name)
Given a dimension name, load the dimension asset
|
Modifier and Type | Method and Description |
---|---|
Collection<Dimension> |
DimensionableAssetInstance.getDimensions()
Return a collection of the dimensions that pertain to this asset.
|
Collection<Dimension> |
DimensionableAssetManager.getDimensionsForAsset(AssetId asset)
Return the dimensions for the specified asset
|
List<Dimension> |
DimensionManager.loadDimensions(Collection<AssetId> ids)
Given an input list of asset IDs, load the dimension assets and return
the list of dimensions.
|
Collection<Dimension> |
DimensionableAssetInstance.setDimensions(Collection<Dimension> dimensions)
Set the dimensions for the current asset.
|
Modifier and Type | Method and Description |
---|---|
void |
DimensionableAssetInstance.addDimension(Dimension dimension)
Add a dimension to this asset.
|
void |
DimensionableAssetInstance.removeDimension(Dimension dimension)
Remove a dimension from the current asset
|
Modifier and Type | Method and Description |
---|---|
Collection<Dimension> |
DimensionableAssetInstance.setDimensions(Collection<Dimension> dimensions)
Set the dimensions for the current asset.
|