| Package | Description |
|---|---|
| com.fatwire.services | |
| com.fatwire.services.beans.response | |
| com.fatwire.services.dao |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AssetService.delete(AssetId assetId,
MessageCollectors.DeleteAssetsMessageCollector collector)
Deletes an asset.
|
List<AssetId> |
AssetService.delete(List<AssetId> assetIds,
MessageCollectors.DeleteAssetsMessageCollector collector)
Deletes a list of assets identified by the asset identifiers in
assetsToDelete.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MessageCollectors.MessagesUtil.collect(MessageCollectors.DeleteAssetsMessageCollector target,
MessageCollectors.VersioningMessageCollector source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AssetDao.delete(AssetId assetId,
MessageCollectors.DeleteAssetsMessageCollector collector)
Deletes an asset.
|
List<AssetId> |
AssetDao.delete(List<AssetId> assetIds,
MessageCollectors.DeleteAssetsMessageCollector collector)
Deletes a list of assets identified by the asset identifiers in
assetsToDelete.
|