Uses of Class
io.vertigo.studio.notebook.domain.DtSketchField
Packages that use DtSketchField
Package
Description
-
Uses of DtSketchField in io.vertigo.studio.notebook.domain
Methods in io.vertigo.studio.notebook.domain that return DtSketchFieldModifier and TypeMethodDescriptionRetourne le champ correspondant SOUS CONDITION qu'il existe sinon assertion.Methods in io.vertigo.studio.notebook.domain that return types with arguments of type DtSketchFieldModifier and TypeMethodDescriptionDtSketch.getDisplayField()DtSketch.getFields()DtSketch.getHandleField()DtSketch.getIdField()DtSketch.getKeyField()DtSketch.getSortField() -
Uses of DtSketchField in io.vertigo.studio.notebook.domain.association
Methods in io.vertigo.studio.notebook.domain.association that return DtSketchField -
Uses of DtSketchField in io.vertigo.studio.notebook.search
Methods in io.vertigo.studio.notebook.search that return DtSketchFieldModifier and TypeMethodDescriptionFacetSketch.getDtField()Ce champ est nécessairement inclus dans l'index.Methods in io.vertigo.studio.notebook.search that return types with arguments of type DtSketchFieldModifier and TypeMethodDescriptionSearchIndexSketch.getIndexCopyToFields()SearchIndexSketch.getIndexCopyToFromFields(DtSketchField toField) Methods in io.vertigo.studio.notebook.search with parameters of type DtSketchFieldModifier and TypeMethodDescriptionstatic FacetSketchFacetSketch.createCustomFacetSketch(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.LocaleMessageText label, Map<String, String> facetParams, boolean multiSelectable, FacetSketch.FacetOrder order) Creates a new facetSketch of type 'custom'.static FacetSketchFacetSketch.createFacetSketchByRange(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.LocaleMessageText label, List<FacetSketchValue> facetValues, boolean multiSelectable, FacetSketch.FacetOrder order) Creates a new facetSketch of type 'range'.static FacetSketchFacetSketch.createFacetSketchByTerm(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.LocaleMessageText label, boolean multiSelectable, FacetSketch.FacetOrder order) Creates a new facetSketch of type 'term'.SearchIndexSketch.getIndexCopyToFromFields(DtSketchField toField) Constructor parameters in io.vertigo.studio.notebook.search with type arguments of type DtSketchFieldModifierConstructorDescriptionSearchIndexSketch(String name, DtSketch keyConceptDtSketch, DtSketch indexDtSketch, Map<DtSketchField, List<DtSketchField>> indexCopyToFieldsMap, String searchLoaderId) Constructor.SearchIndexSketch(String name, DtSketch keyConceptDtSketch, DtSketch indexDtSketch, Map<DtSketchField, List<DtSketchField>> indexCopyToFieldsMap, String searchLoaderId) Constructor. -
Uses of DtSketchField in io.vertigo.studio.plugins.generator.mermaid.model
Methods in io.vertigo.studio.plugins.generator.mermaid.model that return DtSketchField -
Uses of DtSketchField in io.vertigo.studio.plugins.generator.vertigo.domain.java.model
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.java.model that return DtSketchField -
Uses of DtSketchField in io.vertigo.studio.plugins.generator.vertigo.domain.ksp.model
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.ksp.model that return DtSketchField -
Uses of DtSketchField in io.vertigo.studio.plugins.generator.vertigo.domain.sql.model
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.sql.model that return DtSketchField -
Uses of DtSketchField in io.vertigo.studio.plugins.generator.vertigo.search.model
Constructors in io.vertigo.studio.plugins.generator.vertigo.search.model with parameters of type DtSketchFieldModifierConstructorDescriptionIndexCopyToModel(DtSketchField toField, List<DtSketchField> fromFields) Constructor parameters in io.vertigo.studio.plugins.generator.vertigo.search.model with type arguments of type DtSketchFieldModifierConstructorDescriptionIndexCopyToModel(DtSketchField toField, List<DtSketchField> fromFields) -
Uses of DtSketchField in io.vertigo.studio.plugins.generator.vertigo.util
Methods in io.vertigo.studio.plugins.generator.vertigo.util with parameters of type DtSketchFieldModifier and TypeMethodDescriptionstatic StringDomainUtil.buildJavaType(DtSketchField dtField, Function<String, String> classNameFromDt) Construite le type java (sous forme de chaine de caractère) correspondant à un champ.static StringDomainUtil.buildJavaTypeLabel(DtSketchField dtField, Function<String, String> classNameFromDt) Construite le label du type java (sous forme de chaine de caractère) correspondant à un DtField.