Uses of Interface
de.xima.fc.mdl.fdv.ITableColumn
- 
Packages that use ITableColumn Package Description de.xima.fc.common.form de.xima.fc.dao.impl de.xima.fc.dao.impl.sqlbuilder de.xima.fc.dao.interfaces de.xima.fc.dao.interfaces.sqlbuilder de.xima.fc.interfaces.form de.xima.fc.mdl.fdv Klassen zur Formulardatenverarbeitung - 
- 
Uses of ITableColumn in de.xima.fc.common.form
Method parameters in de.xima.fc.common.form with type arguments of type ITableColumn Modifier and Type Method Description Map<String,String>FormDataAdapterWrapper. buildDatatableValuesMap(ITableTemplate<? extends ITableColumn> template) - 
Uses of ITableColumn in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with type parameters of type ITableColumn Modifier and Type Method Description <T extends ITableColumn>
booleanVorgangsDataDao. executeInsert(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, long formEingangID, Map<String,String> dataMap)<T extends ITableColumn>
voidVorgangsDataDao. fillData(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, long formEingangID, Map<String,String> dataMap)Methods in de.xima.fc.dao.impl that return types with arguments of type ITableColumn Modifier and Type Method Description Map<String,ITableColumn>VorgangsDataDao. getFieldMap(EProjectSpecificDBTable tableType, Projekt pro)Deprecated. - 
Uses of ITableColumn in de.xima.fc.dao.impl.sqlbuilder
Method parameters in de.xima.fc.dao.impl.sqlbuilder with type arguments of type ITableColumn Modifier and Type Method Description javax.persistence.QueryAVorgangsDataSQLBuilder. createInsertQuery(IEntityContext ec, Map<String,ITableColumn> columns, Projekt projekt, long formEingangID, Map<String,String> dataMap)protected StringAVorgangsDataSQLBuilder. getOrderByClause(Projekt project, Map<String,ITableColumn> fieldMap, de.xima.cmn.criteria.SortingCriterion sorting) - 
Uses of ITableColumn in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type ITableColumn Modifier and Type Method Description <T extends ITableColumn>
booleanIVorgangsDataDao. executeInsert(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, long formEingangID, Map<String,String> dataMap)<T extends ITableColumn>
voidIVorgangsDataDao. fillData(IEntityContext ec, EProjectSpecificDBTable tableType, Projekt projekt, long formEingangID, Map<String,String> dataMap) - 
Uses of ITableColumn in de.xima.fc.dao.interfaces.sqlbuilder
Method parameters in de.xima.fc.dao.interfaces.sqlbuilder with type arguments of type ITableColumn Modifier and Type Method Description default javax.persistence.QueryIVorgangsDataSQLBuilder. createAllQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm)Deprecated.default javax.persistence.QueryIVorgangsDataSQLBuilder. createCountQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, Postfach pf, de.xima.cmn.criteria.QueryCriteriaManager qcm)Deprecated.javax.persistence.QueryIVorgangsDataSQLBuilder. createInsertQuery(IEntityContext ec, Map<String,ITableColumn> fieldMap, Projekt projekt, long formEingangID, Map<String,String> dataMap) - 
Uses of ITableColumn in de.xima.fc.interfaces.form
Method parameters in de.xima.fc.interfaces.form with type arguments of type ITableColumn Modifier and Type Method Description default Map<String,String>IFormDataAdapter. buildDatatableValuesMap(ITableTemplate<? extends ITableColumn> template) - 
Uses of ITableColumn in de.xima.fc.mdl.fdv
Classes in de.xima.fc.mdl.fdv with type parameters of type ITableColumn Modifier and Type Interface Description interfaceITableTemplate<T extends ITableColumn>Classes in de.xima.fc.mdl.fdv that implement ITableColumn Modifier and Type Class Description classDataTableColumnclassPostfachColumn 
 -