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 DtSketchFieldDtSketch. 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 DtSketchFieldAssociationSimpleSketch. 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 DtSketchFieldFacetSketch. 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 FacetSketchFacetSketch. 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 FacetSketchFacetSketch. 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 FacetSketchFacetSketch. 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 DtSketchFieldMermaidDtFieldModel. 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 DtSketchFieldStudioDtFieldModel. 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 DtSketchFieldKspDtFieldModel. 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 DtSketchFieldSqlStudioDtFieldModel. 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 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.
-