Package | Description |
---|---|
com.fatwire.services |
Modifier and Type | Method and Description |
---|---|
TemplatesBean |
TemplateService.fetchTemplates(Long site,
TypeBean type,
List<TemplateBean.Type> templateType,
String nameRegex,
Integer start,
Integer pageSize)
Fetches the templates in the specified editorial site as per specified
filter criteria and returns paged results.
|
TemplatesBean |
TemplateService.fetchTemplates(Long site,
TypeBean type,
List<TemplateBean.Type> templateType,
String nameRegex,
Integer start,
Integer pageSize,
String deviceGroupSuffix)
Fetches the templates in the specified editorial site as per specified
filter criteria and returns paged results.
|