Package | Description |
---|---|
com.fatwire.assetapi.data |
Modifier and Type | Class and Description |
---|---|
class |
AttributeDataImpl
Default implementation of
AttributeData interface |
Modifier and Type | Method and Description |
---|---|
AttributeData |
AssetData.getAttributeData(String attributeName)
Returns data associated with a given attribute.
|
AttributeData |
AssetDataImpl.getAttributeData(String attributeName) |
AttributeData |
AssetData.getAttributeData(String attributeName, boolean isMetaAttribute)
Returns a data associated with a given attribute
|
AttributeData |
AssetDataImpl.getAttributeData(String attributeName, boolean isMetaDataAttribute) |
static AttributeData |
AttributeDataFactory.newArrayAttributeData(String assettype, String subtype, String attributeName, List data)
Create an attribute data of type array with a list of data
|
static AttributeData |
AttributeDataFactory.newAssetAttributeData(String assettype, String subtype, String attributeName, Long id)
Create an attribute of type asset with asset type, subtype and asset id
|
AttributeData |
AssetDataManager.newAttribiteData(String attributeName, String assetTypeName, String subtype)
Deprecated.
|
AttributeData |
AssetDataManagerImpl.newAttribiteData(String attributeName, String assetTypeName, String subtype) |
AttributeData |
AssetDataManager.newAttributeData(AttributeDef attributeDef)
Create an attributeData with an attribute definition specified
|
AttributeData |
AssetDataManagerImpl.newAttributeData(AttributeDef attributeDef) |
AttributeData |
AssetDataManager.newAttributeData(String attributeName, String assetTypeName, String subtype)
Creates an empty instance of AttributeData (of appropriate type and default)
|
AttributeData |
AssetDataManagerImpl.newAttributeData(String attributeName, String assetTypeName, String subtype) |
protected static AttributeData |
AttributeDataFactory.newAttributeData(String assettype, String subtype, String attributeName, AttributeTypeEnum type, List data)
Create an attribute data with attribute type specified
|
protected static AttributeData |
AttributeDataFactory.newAttributeData(String assettype, String subtype, String attributeName, AttributeTypeEnum type, Object data)
Create an attribute data with attribute type specified
|
static AttributeData |
AttributeDataFactory.newBlobData(String assettype, String subtype, String attributeName, BlobObject data)
Create an attribute data of type blob
|
static AttributeData |
AttributeDataFactory.newBlobData(String assettype, String subtype, String attributeName, List data)
Create an attribute data of type blob
|
static AttributeData |
AttributeDataFactory.newDateAttributeData(String assettype, String subtype, String attributeName, Date data)
Create an attribute data of type Date
|
static AttributeData |
AttributeDataFactory.newDateAttributeData(String assettype, String subtype, String attributeName, List<Date> data)
Create an attribute data of type Date
|
static AttributeData |
AttributeDataFactory.newFloatAttributeData(String assettype, String subtype, String attributeName, Float data)
Create an attribute data of type Float
|
static AttributeData |
AttributeDataFactory.newFloatAttributeData(String assettype, String subtype, String attributeName, List<Float> data)
Create an attribute data of type Float
|
static AttributeData |
AttributeDataFactory.newLargeTextAttributeData(String assettype, String subtype, String attributeName, List<String> data)
Create an attribute data of type Large Text
|
static AttributeData |
AttributeDataFactory.newLargeTextAttributeData(String assettype, String subtype, String attributeName, String data)
Create an attribute data of type Large Text
|
static AttributeData |
AttributeDataFactory.newListAttributeData(String assettype, String subtype, String attributeName, List data)
Create an attribute data of type list with a list of data
|
static AttributeData |
AttributeDataFactory.newLongAttributeData(String assettype, String subtype, String attributeName, List<Long> data)
Create an attribute data of type Long
|
static AttributeData |
AttributeDataFactory.newLongAttributeData(String assettype, String subtype, String attributeName, Long data)
Create an attribute data of type Long
|
static AttributeData |
AttributeDataFactory.newMoneyAttributeData(String assettype, String subtype, String attributeName, Float data)
Create an attribute data of type Money
|
static AttributeData |
AttributeDataFactory.newMoneyAttributeData(String assettype, String subtype, String attributeName, List<Float> data)
Create an attribute data of type Money
|
static AttributeData |
AttributeDataFactory.newOneOfAttributeData(String assettype, String subtype, String attributeName, Object data)
Create an attribute data of type one of with a list of data
|
static AttributeData |
AttributeDataFactory.newStringAttributeData(String assettype, String subtype, String attributeName, List<String> data)
Create attribute data type of String
|
static AttributeData |
AttributeDataFactory.newStringAttributeData(String assettype, String subtype, String attributeName, String data)
Create attribute data type of String
|
static AttributeData |
AttributeDataFactory.newStructAttributeData(String assettype, String subtype, String attributeName, List data)
Create an attribute data of type struct with a list of data
|
Modifier and Type | Method and Description |
---|---|
List<AttributeData> |
AssetData.getAttributeData()
Returns a list of all attribute data associated with this instance of asset
|
List<AttributeData> |
AssetDataImpl.getAttributeData() |
Modifier and Type | Method and Description |
---|---|
void |
MutableAssetData.addAttributeData(AttributeData data)
Adds an attribute data.
|
void |
AssetDataImpl.addAttributeData(AttributeData data) |
Modifier and Type | Method and Description |
---|---|
void |
MutableAssetData.setAttributeData(List<AttributeData> data)
Sets data for this instance of AssetData
|
void |
AssetDataImpl.setAttributeData(List<AttributeData> data) |