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.SerializableResultSet
DatenbankZugriffAPI.executeDBquery
(UserContext uc, Mandant mandant, String abfrageName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters) de.xima.cmn.db.model.SerializableResultSet
DatenbankZugriffAPI.executePublicDBquery
(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams) com.alibaba.fastjson.JSONArray
LDAPAbfrageAPI.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.SerializableResultSet
DatenbankzugriffHandler.executeDBquery
(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters) de.xima.cmn.db.model.SerializableResultSet
DatenbankzugriffHandler.executePublicDBquery
(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams) com.alibaba.fastjson.JSONArray
LDAPAbfrageHandler.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.SerializableResultSet
IDatenbankzugriffHandler.executeDBquery
(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters) de.xima.cmn.db.model.SerializableResultSet
IDatenbankzugriffHandler.executePublicDBquery
(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters, IReplacerParams replacerParams) com.alibaba.fastjson.JSONArray
ILDAPAbfrageHandler.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 TypeInterfaceDescriptioninterface
interface
interface
interface
Interface for placeholder params that implements all interfaces for the different placeholder types.interface
interface
interface
-
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.SerializableResultSet
DBQueryManager.executeDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, boolean publicOnly, IReplacerParams placeholderParams, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.executeDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams placeholderParams, Serializable... parameters) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.executePublicDBquery
(IEntityContext ec, Mandant mandant, String datenquellenName, boolean suppressStatementLimits, IReplacerParams replacerParams, Serializable... parameters) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executePublicQuery
(IEntityContext ec, Mandant client, String queryName, Serializable[] parameters, IReplacerParams replacerParams) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters, IReplacerParams replacerParams) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.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.JSONArray
LDAPQueryManager.executeQuery
(IEntityContext ec, Mandant client, String queryName, boolean publicOnly, Serializable[] parameters, IReplacerParams replacerParams) static PreparedStatement
DBQueryManager.prepareStatement
(Connection con, String sql, IReplacerParams replacerParameters, Serializable... args) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.query
(IEntityContext ec, Integer dbZugriffId, String sql, boolean suppressStatementLimits, IReplacerParams params, Serializable... args) static de.xima.cmn.db.model.SerializableResultSet
DBQueryManager.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_ALL
in given text.static String
PlaceholderReplacer.parse
(IEntityContext ec, String text, IReplacerParams parameters) Deprecated.static String
PlaceholderReplacer.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 String
AppointmentDataCreator.createHtmlDescription
(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams) Creats the html descriptionstatic String
AppointmentDataCreator.createPlainDescription
(Locale locale, AppointmentTemplate template, Appointment appointment, Vorgang formRecord, IReplacerParams replacerParams) Creats the plain text descriptionstatic String
AppointmentDataCreator.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 IReplacerParams
PluginGenericReplacerParams.replacerParams
protected final IReplacerParams
PluginGenericReplacerParams.replacerParams
protected final IReplacerParams
PluginGenericReplacerParams.replacerParams
protected final IReplacerParams
PluginGenericReplacerParams.replacerParams
-
Uses of IReplacerParams in de.xima.fc.servlet
Methods in de.xima.fc.servlet with parameters of type IReplacerParamsModifier and TypeMethodDescriptionprotected String
ADataSourceServlet.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 IDatenquelleResolver
DatenquelleResolverFactory.createDatenquelleItemResolver
(String datasourceName, Mandant mandant, Datenquelle datenquelle, IReplacerParams placeholderParams, IDatenquelleParams params, IPluginDataSourceParams pluginParams) static IDatenquelleResolver
DatenquelleResolverFactory.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)