Uses of Class
io.vertigo.studio.notebook.domain.DtSketch
-
-
Uses of DtSketch in io.vertigo.studio.notebook.domain
Methods in io.vertigo.studio.notebook.domain that return DtSketch Modifier and Type Method Description DtSketchDtSketchBuilder. build()Methods in io.vertigo.studio.notebook.domain that return types with arguments of type DtSketch Modifier and Type Method Description Optional<DtSketch>DtSketch. getFragment()Methods in io.vertigo.studio.notebook.domain with parameters of type DtSketch Modifier and Type Method Description DtSketchBuilderDtSketchBuilder. withFragment(DtSketch fragment)Sets fragment -
Uses of DtSketch in io.vertigo.studio.notebook.domain.association
Methods in io.vertigo.studio.notebook.domain.association that return DtSketch Modifier and Type Method Description DtSketchAssociationSketchNode. getDtSketch()Constructors in io.vertigo.studio.notebook.domain.association with parameters of type DtSketch Constructor Description AssociationSketchNode(DtSketch dtSketch, boolean isNavigable, String role, String label, boolean isMultiple, boolean isNotNull)Constructeur d'un noeud. -
Uses of DtSketch in io.vertigo.studio.notebook.search
Methods in io.vertigo.studio.notebook.search that return DtSketch Modifier and Type Method Description DtSketchFacetedQuerySketch. getIndexDtSketch()Définition du dtIndex de cette recherche.DtSketchFacetSketch. getIndexDtSketch()Le DtSketch de l'index.DtSketchSearchIndexSketch. getIndexDtSketch()Définition de l'objet représentant le contenu de l'index (indexé et résultat).DtSketchSearchIndexSketch. getKeyConceptDtSketch()Définition du keyConcept maitre de cet index.Methods in io.vertigo.studio.notebook.search with parameters of type DtSketch 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'.Constructors in io.vertigo.studio.notebook.search with parameters of type DtSketch Constructor Description FacetedQuerySketch(String name, DtSketch indexDtSketch, List<FacetSketch> facetSketchs, DomainSketch criteriaDomain, String listFilterBuilderClassName, String listFilterBuilderQuery, Optional<String> geoSearchQuery)Constructor.SearchIndexSketch(String name, DtSketch keyConceptDtSketch, DtSketch indexDtSketch, Map<DtSketchField,List<DtSketchField>> indexCopyToFieldsMap, String searchLoaderId)Constructor. -
Uses of DtSketch in io.vertigo.studio.plugins.generator.mermaid.model
Methods in io.vertigo.studio.plugins.generator.mermaid.model that return DtSketch Modifier and Type Method Description DtSketchMermaidDtModel. getDtSketch()Constructors in io.vertigo.studio.plugins.generator.mermaid.model with parameters of type DtSketch Constructor Description MermaidDtModel(DtSketch dtSketch, List<AssociationSketch> associationSketchs, Function<String,String> classNameFromDt)Constructeur. -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.authorization.model
Constructors in io.vertigo.studio.plugins.generator.vertigo.authorization.model with parameters of type DtSketch Constructor Description SecuredEntityModel(List<SecuredFeatureSketch> securedFeatureSketchs, DtSketch dtSketch) -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.domain.java.model
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.java.model that return DtSketch Modifier and Type Method Description DtSketchStudioDtModel. getDtSketch()Constructors in io.vertigo.studio.plugins.generator.vertigo.domain.java.model with parameters of type DtSketch Constructor Description StudioDtModel(DtSketch dtSketch, List<? extends AssociationSketch> associationSketches, Function<String,String> classNameFromDt)Constructeur. -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.domain.java.model.masterdata
Constructors in io.vertigo.studio.plugins.generator.vertigo.domain.java.model.masterdata with parameters of type DtSketch Constructor Description MasterDataModel(DtSketch dtSketch, Map<String,MasterDataValue> masterDataValuesByDtDefinition)MasterDataValueModel(DtSketch dtSketch, String enumNameValue, Map<String,String> allFieldValues) -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.domain.js.model
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.js.model that return DtSketch Modifier and Type Method Description DtSketchJSDtModel. getDtDefinition()Constructors in io.vertigo.studio.plugins.generator.vertigo.domain.js.model with parameters of type DtSketch Constructor Description JSDtModel(DtSketch dtSketch)Constructeur. -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.domain.ksp.model
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.ksp.model that return DtSketch Modifier and Type Method Description DtSketchKspDtDefinitionModel. getDtSketch()Constructors in io.vertigo.studio.plugins.generator.vertigo.domain.ksp.model with parameters of type DtSketch Constructor Description KspDtDefinitionModel(DtSketch dtSketch)Constructeur. -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.domain.sql.model
Constructors in io.vertigo.studio.plugins.generator.vertigo.domain.sql.model with parameters of type DtSketch Constructor Description SqlMasterDataModel(DtSketch dtSketch, Map<String,MasterDataValue> masterDataValuesByDtSketch)SqlMasterDataValueModel(DtSketch dtSketch, Map<String,String> allFieldValues)SqlStudioDtDefinitionModel(DtSketch dtSketch)Constructeur. -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.domain.ts.model
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.ts.model that return DtSketch Modifier and Type Method Description DtSketchTSStudioDtModel. getDtDefinition()Constructors in io.vertigo.studio.plugins.generator.vertigo.domain.ts.model with parameters of type DtSketch Constructor Description TSMasterDataModel(DtSketch dtSketch, Map<String,MasterDataValue> masterDataValuesByDtDefinition)TSMasterDataValueModel(DtSketch dtSketch, Map<String,String> allFieldValues)TSStudioDtModel(DtSketch dtSketch)Constructeur. -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.search.model
Constructors in io.vertigo.studio.plugins.generator.vertigo.search.model with parameters of type DtSketch Constructor Description SearchDtModel(DtSketch dtSketch)Constructeur. -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.task.model
Constructors in io.vertigo.studio.plugins.generator.vertigo.task.model with parameters of type DtSketch Constructor Description DAOModel(GeneratorConfig generatorConfig, DtSketch dtSketch, Collection<TaskSketch> taskSketches, Function<String,String> classNameFromDt)Constructeur. -
Uses of DtSketch in io.vertigo.studio.plugins.generator.vertigo.util
Methods in io.vertigo.studio.plugins.generator.vertigo.util that return types with arguments of type DtSketch Modifier and Type Method Description static Map<String,Collection<DtSketch>>DomainUtil. getDtSketchCollectionMap(Notebook notebook)static Collection<DtSketch>DomainUtil. getDtSketchs(Notebook notebook)static List<DtSketch>DomainUtil. sortSketchCollection(Collection<DtSketch> sketchCollection)trie de la collection.Method parameters in io.vertigo.studio.plugins.generator.vertigo.util with type arguments of type DtSketch Modifier and Type Method Description static List<DtSketch>DomainUtil. sortSketchCollection(Collection<DtSketch> sketchCollection)trie de la collection.
-