Uses of Interface
de.xima.fc.interfaces.placeholder.params.IReplacerParams
- 
Packages that use IReplacerParams Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.interfaces.placeholder.params de.xima.fc.interfaces.plugin.param.replacer de.xima.fc.manager de.xima.fc.mdl.placeholder de.xima.fc.placeholder de.xima.fc.placeholder.replacer.appointment de.xima.fc.plugin.models.params.replacer de.xima.fc.servlet de.xima.fc.web.common.datasource  - 
- 
Uses of IReplacerParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IReplacerParams Modifier and Type Method Description de.xima.cmn.db.model.SerializableResultSetDatenbankZugriffAPI. executeDBquery(UserContext uc, Mandant mandant, String abfrageName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters)de.xima.cmn.db.model.SerializableResultSetDatenbankZugriffAPI. executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams)com.alibaba.fastjson.JSONArrayLDAPAbfrageAPI. executePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters, IReplacerParams replacerParams) - 
Uses of IReplacerParams in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IReplacerParams Modifier and Type Method Description de.xima.cmn.db.model.SerializableResultSetDatenbankzugriffHandler. executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters)de.xima.cmn.db.model.SerializableResultSetDatenbankzugriffHandler. executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams)com.alibaba.fastjson.JSONArrayLDAPAbfrageHandler. executePublicQuery(UserContext uc, Mandant client, String queryName, Serializable[] parameters, IReplacerParams replacerParams) - 
Uses of IReplacerParams in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IReplacerParams Modifier and Type Method Description de.xima.cmn.db.model.SerializableResultSetIDatenbankzugriffHandler. executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters)de.xima.cmn.db.model.SerializableResultSetIDatenbankzugriffHandler. executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams)com.alibaba.fastjson.JSONArrayILDAPAbfrageHandler. executePublicQuery(UserContext uc, Mandant man, String queryName, Serializable[] parameters, IReplacerParams replacerParams) - 
Uses of IReplacerParams in de.xima.fc.interfaces.placeholder.params
Subinterfaces of IReplacerParams in de.xima.fc.interfaces.placeholder.params Modifier and Type Interface Description interfaceIContextReplacerParamsinterfaceIFormReplacerParamsinterfaceII18nValueReplacerParamsinterfaceIPlaceholderValueParamsInterface for placeholder params that implements all interfaces for the different placeholder types.interfaceISessionReplacerParamsinterfaceISystemReplacerParamsinterfaceITemplateReplacerParams - 
Uses of IReplacerParams in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return IReplacerParams Modifier and Type Method Description IReplacerParamsIPluginGenericReplacerParams. getReplacerParams() - 
Uses of IReplacerParams in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type IReplacerParams Modifier and Type Method Description static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, IReplacerParams placeholderParams, Serializable... parameters)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams placeholderParams, Serializable... parameters)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. executePublicDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams replacerParams, Serializable... parameters)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executePublicQuery(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters, IReplacerParams replacerParams)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters, IReplacerParams replacerParams)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(LDAPAbfrage ldapQuery, MandantLdapData data, Serializable[] queryParameter, String[] attributeArray, IReplacerParams replacerParams)Executes a given LDAP query and return the result asJSONArray.static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters, IReplacerParams replacerParams)static PreparedStatementDBQueryManager. prepareStatement(Connection con, String sql, IReplacerParams replacerParameters, Serializable... args)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. query(IEntityContext ec, Integer dbZugriffId, String sql, boolean suppressStatementLimits, IReplacerParams params, Serializable... args)static de.xima.cmn.db.model.SerializableResultSetDBQueryManager. query(Connection con, String sql, IReplacerParams params, boolean suppressStatementLimits, Serializable... args) - 
Uses of IReplacerParams in de.xima.fc.mdl.placeholder
Classes in de.xima.fc.mdl.placeholder that implement IReplacerParams Modifier and Type Class Description classDefaultReplacerParametersConstructors in de.xima.fc.mdl.placeholder with parameters of type IReplacerParams Constructor Description DefaultReplacerParameters(IReplacerParams params) - 
Uses of IReplacerParams in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type IReplacerParams Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<String,List<String>>PlaceholderReplacer. extractAndReplace(String text, String replacement, IReplacerParams params)Searches after all placeholders (with pattern:CmnConst.PH_PATTERN_ALLin given text.static StringPlaceholderReplacer. parse(IEntityContext ec, String text, IReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. parse(String text, IReplacerParams parameters) - 
Uses of IReplacerParams in de.xima.fc.placeholder.replacer.appointment
Methods in de.xima.fc.placeholder.replacer.appointment with parameters of type IReplacerParams Modifier and Type Method Description static StringAppointmentDataCreator. createHtmlDescription(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)Creats the html descriptionstatic StringAppointmentDataCreator. createPlainDescription(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)Creats the plain text descriptionstatic StringAppointmentDataCreator. createSubject(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams)Creats the subjectConstructors in de.xima.fc.placeholder.replacer.appointment with parameters of type IReplacerParams Constructor Description AppointmentLinkBuilder(Vorgang formRecord, Appointment appointment, String baseUrl, IReplacerParams replacerParams, EAppointmentLinkType linkType)AppointmentLinkBuilder(Vorgang formRecord, List<Appointment> appointments, String baseUrl, IReplacerParams replacerParams, EAppointmentLinkType linkType)AppointmentListBuilder(Vorgang formRecord, List<Appointment> appointments, String baseUrl, IReplacerParams replacerParams) - 
Uses of IReplacerParams in de.xima.fc.plugin.models.params.replacer
Fields in de.xima.fc.plugin.models.params.replacer declared as IReplacerParams Modifier and Type Field Description protected IReplacerParamsPluginGenericReplacerParams. replacerParamsprotected IReplacerParamsPluginGenericReplacerParams. replacerParamsprotected IReplacerParamsPluginGenericReplacerParams. replacerParamsprotected IReplacerParamsPluginGenericReplacerParams. replacerParams - 
Uses of IReplacerParams in de.xima.fc.servlet
Methods in de.xima.fc.servlet with parameters of type IReplacerParams Modifier and Type Method Description protected StringADataSourceServlet. replacePlaceholder(String value, IReplacerParams replacerParams) - 
Uses of IReplacerParams in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource with parameters of type IReplacerParams Modifier and Type Method Description static IDatenquelleResolverDatenquelleResolverFactory. createDatenquelleItemResolver(String datasourceName, Mandant mandant, Datenquelle datenquelle, IReplacerParams placeholderParams, IDatenquelleParams params, IPluginDataSourceParams pluginParams)static IDatenquelleResolverDatenquelleResolverFactory. createSystemDatenquelleItemResolver(Datenquelle datenquelle, IReplacerParams placeholderParams, IDatenquelleParams params)Diese Methode liefert eine Instanz vom TypIDatenquelleResolver.Constructors in de.xima.fc.web.common.datasource with parameters of type IReplacerParams Constructor Description CSVDatenquelleResolver(Datenquelle datenquelle, IReplacerParams replacerParams, IDatenquelleParams params)DBDatenquelleResolver(Datenquelle datenquelle, IReplacerParams replacerParams, IDatenquelleParams params) 
 -