Uses of Class
com.netgrif.application.engine.export.domain.ExportedField
-
Packages that use ExportedField Package Description com.netgrif.application.engine.export.domain com.netgrif.application.engine.export.service -
-
Uses of ExportedField in com.netgrif.application.engine.export.domain
Fields in com.netgrif.application.engine.export.domain declared as ExportedField Modifier and Type Field Description static ExportedFieldExportedField. AUTHORstatic ExportedFieldExportedField. CREATION_DATEstatic ExportedFieldExportedField. STRING_IDstatic ExportedFieldExportedField. TITLEstatic ExportedFieldExportedField. VISUAL_IDMethods in com.netgrif.application.engine.export.domain that return types with arguments of type ExportedField Modifier and Type Method Description static java.util.List<ExportedField>ExportedField. convert(java.util.List<java.lang.String> fieldIds, java.util.List<java.lang.String> fieldNames) -
Uses of ExportedField in com.netgrif.application.engine.export.service
Methods in com.netgrif.application.engine.export.service that return types with arguments of type ExportedField Modifier and Type Method Description protected java.util.List<ExportedField>XlsExportService. insertPredefinedFields(java.util.List<ExportedField> fieldToExport)protected java.util.List<ExportedField>XlsExportService. insertPredefinedFields(java.util.List<ExportedField> fieldToExport, java.lang.String processIdentifier)Method parameters in com.netgrif.application.engine.export.service with type arguments of type ExportedField Modifier and Type Method Description protected java.util.List<ExportedField>XlsExportService. insertPredefinedFields(java.util.List<ExportedField> fieldToExport)protected java.util.List<ExportedField>XlsExportService. insertPredefinedFields(java.util.List<ExportedField> fieldToExport, java.lang.String processIdentifier)
-