public interface IPluginFormElementCatalogue extends IFCPlugin
CONFIG_FILENAMEATTR_NAME| Modifier and Type | Method and Description |
|---|---|
com.alibaba.fastjson.JSONArray |
getCatalogueData(String catalogueId,
Locale locale) |
com.alibaba.fastjson.JSONArray |
getCatalogueList(Locale locale) |
String |
getCatalogueName(Locale locale) |
String |
getId() |
getDescription, getName, initialize, initPlugin, install, shutdown, shutdown, uninstallcom.alibaba.fastjson.JSONArray getCatalogueData(String catalogueId, Locale locale)
catalogueId - An ID of the catalogue, as returned by getCatalogueList(Locale)locale - The locale for which the catalogue should be returned. May be used for locale-specific catalogues.com.alibaba.fastjson.JSONArray getCatalogueList(Locale locale)
List of available catalogues.String getCatalogueName(Locale locale)
locale - The Locale that may be used for locale-specific catalogues.String getId()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.