Uses of Interface
de.xima.fc.interfaces.placeholder.params.IReplacerParams
Packages that use IReplacerParams
Package
Description
Package for the API access of the model classes.
- 
Uses of IReplacerParams in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IReplacerParamsModifier and TypeMethodDescriptionde.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 IReplacerParamsModifier and TypeMethodDescriptionde.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 IReplacerParamsModifier and TypeMethodDescriptionde.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.paramsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceInterface for placeholder params that implements all interfaces for the different placeholder types.interfaceinterfaceinterface - 
Uses of IReplacerParams in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return IReplacerParams - 
Uses of IReplacerParams in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type IReplacerParamsModifier and TypeMethodDescriptionstatic 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 IReplacerParamsConstructors in de.xima.fc.mdl.placeholder with parameters of type IReplacerParams - 
Uses of IReplacerParams in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type IReplacerParamsModifier and TypeMethodDescriptionPlaceholderReplacer.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 IReplacerParamsModifier and TypeMethodDescriptionstatic 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 IReplacerParamsModifierConstructorDescriptionAppointmentLinkBuilder(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 IReplacerParamsModifier and TypeFieldDescriptionprotected final IReplacerParamsPluginGenericReplacerParams.replacerParamsprotected final IReplacerParamsPluginGenericReplacerParams.replacerParamsprotected final IReplacerParamsPluginGenericReplacerParams.replacerParamsprotected final IReplacerParamsPluginGenericReplacerParams.replacerParams - 
Uses of IReplacerParams in de.xima.fc.servlet
Methods in de.xima.fc.servlet with parameters of type IReplacerParamsModifier and TypeMethodDescriptionprotected 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 IReplacerParamsModifier and TypeMethodDescriptionstatic 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 IReplacerParamsModifierConstructorDescriptionCSVDatenquelleResolver(Datenquelle datenquelle, IReplacerParams replacerParams, IDatenquelleParams params) DBDatenquelleResolver(Datenquelle datenquelle, IReplacerParams replacerParams, IDatenquelleParams params)