Uses of Class
io.vertigo.studio.notebook.domain.DtSketchField
-
-
Uses of DtSketchField in io.vertigo.studio.notebook.domain
Methods in io.vertigo.studio.notebook.domain that return DtSketchField Modifier and Type Method Description DtSketchField
DtSketch. getField(String fieldName)
Retourne le champ correspondant SOUS CONDITION qu'il existe sinon assertion.Methods in io.vertigo.studio.notebook.domain that return types with arguments of type DtSketchField Modifier and Type Method Description Optional<DtSketchField>
DtSketch. getDisplayField()
List<DtSketchField>
DtSketch. getFields()
Optional<DtSketchField>
DtSketch. getHandleField()
Optional<DtSketchField>
DtSketch. getIdField()
Optional<DtSketchField>
DtSketch. getKeyField()
Optional<DtSketchField>
DtSketch. getSortField()
-
Uses of DtSketchField in io.vertigo.studio.notebook.domain.association
Methods in io.vertigo.studio.notebook.domain.association that return DtSketchField Modifier and Type Method Description DtSketchField
AssociationSimpleSketch. getFKField()
-
Uses of DtSketchField in io.vertigo.studio.notebook.search
Methods in io.vertigo.studio.notebook.search that return DtSketchField Modifier and Type Method Description DtSketchField
FacetSketch. getDtField()
Ce champ est nécessairement inclus dans l'index.Methods in io.vertigo.studio.notebook.search that return types with arguments of type DtSketchField Modifier and Type Method Description Set<DtSketchField>
SearchIndexSketch. getIndexCopyToFields()
List<DtSketchField>
SearchIndexSketch. getIndexCopyToFromFields(DtSketchField toField)
Methods in io.vertigo.studio.notebook.search with parameters of type DtSketchField Modifier and Type Method Description static FacetSketch
FacetSketch. createCustomFacetSketch(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.MessageText label, Map<String,String> facetParams, boolean multiSelectable, FacetSketch.FacetOrder order)
Creates a new facetSketch of type 'custom'.static FacetSketch
FacetSketch. createFacetSketchByRange(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.MessageText label, List<FacetSketchValue> facetValues, boolean multiSelectable, FacetSketch.FacetOrder order)
Creates a new facetSketch of type 'range'.static FacetSketch
FacetSketch. createFacetSketchByTerm(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.MessageText label, boolean multiSelectable, FacetSketch.FacetOrder order)
Creates a new facetSketch of type 'term'.List<DtSketchField>
SearchIndexSketch. getIndexCopyToFromFields(DtSketchField toField)
Constructor parameters in io.vertigo.studio.notebook.search with type arguments of type DtSketchField Constructor Description SearchIndexSketch(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 Modifier and Type Method Description DtSketchField
MermaidDtFieldModel. getSource()
-
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 Modifier and Type Method Description DtSketchField
StudioDtFieldModel. getSource()
-
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 Modifier and Type Method Description DtSketchField
KspDtFieldModel. getSource()
-
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 Modifier and Type Method Description DtSketchField
SqlStudioDtFieldModel. getSource()
-
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 DtSketchField Constructor Description IndexCopyToModel(DtSketchField toField, List<DtSketchField> fromFields)
Constructor parameters in io.vertigo.studio.plugins.generator.vertigo.search.model with type arguments of type DtSketchField Constructor Description IndexCopyToModel(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 DtSketchField Modifier and Type Method Description static String
DomainUtil. buildJavaType(DtSketchField dtField, Function<String,String> classNameFromDt)
Construite le type java (sous forme de chaine de caractère) correspondant à un champ.static String
DomainUtil. buildJavaTypeLabel(DtSketchField dtField, Function<String,String> classNameFromDt)
Construite le label du type java (sous forme de chaine de caractère) correspondant à un DtField.
-