Package | Description |
---|---|
com.fatwire.services | |
com.fatwire.services.beans.asset.basic.template | |
com.fatwire.services.dao |
Modifier and Type | Method and Description |
---|---|
List<TemplateBean> |
TemplateService.getTemplates(Long site,
TypeBean type,
List<TemplateBean.Type> templateType,
String nameRegex)
Returns the templates in the specified editorial site as per specified
filter criteria.
|
Modifier and Type | Method and Description |
---|---|
List<TemplateBean> |
TemplatesBean.getTemplates()
List of templates returned in a paged result.
|
Modifier and Type | Method and Description |
---|---|
List<TemplateBean> |
TemplateDao.getTemplates(TypeBean type,
Long site,
List<TemplateBean.Type> templateTypes)
Returns the templates which can be applied for the the given asset type
and sub-type.
|