| Package | Description |
|---|---|
| com.fatwire.services | |
| com.fatwire.services.dao |
| Modifier and Type | Method and Description |
|---|---|
List<ArgumentBean> |
TemplateService.getArguments(AssetId assetId)
Returns a list containing the arguments associated with a template for the specified asset type.
|
List<ArgumentBean> |
TemplateService.getTemplateArguments(String templateName, String assetType)
Returns a list containing the arguments associated with a template for the specified asset type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArgumentBean> |
TemplateDao.getArguments(AssetId assetId)
Returns a list containing the arguments associated with a template for the specified asset type.
|
List<ArgumentBean> |
TemplateDao.getTemplateArguments(String templateName, String assetType)
Returns a list containing the arguments associated with a template for the specified asset type.
|