Uses of Class
io.vertigo.quarto.publisher.model.PublisherNode
-
Packages that use PublisherNode Package Description io.vertigo.quarto.impl.publisher io.vertigo.quarto.publisher.model -
-
Uses of PublisherNode in io.vertigo.quarto.impl.publisher
Methods in io.vertigo.quarto.impl.publisher that return PublisherNode Modifier and Type Method Description static PublisherNodePublisherDataUtil. populateField(PublisherNode parentNode, String fieldName, io.vertigo.datamodel.structure.model.DtObject dtoValue)Peuple un champs de type data dans un node.Methods in io.vertigo.quarto.impl.publisher with parameters of type PublisherNode Modifier and Type Method Description static voidPublisherDataUtil. populateData(io.vertigo.datamodel.structure.model.DtObject dto, PublisherNode publisherDataNode)Peuple un publisherDataNode à partir de champs du Dto qui correspondent.static voidPublisherDataUtil. populateField(PublisherNode parentNode, String fieldName, io.vertigo.datamodel.structure.model.DtList<?> dtcValue)Peuple un champs de type data dans un node.static PublisherNodePublisherDataUtil. populateField(PublisherNode parentNode, String fieldName, io.vertigo.datamodel.structure.model.DtObject dtoValue)Peuple un champs de type data dans un node. -
Uses of PublisherNode in io.vertigo.quarto.publisher.model
Methods in io.vertigo.quarto.publisher.model that return PublisherNode Modifier and Type Method Description PublisherNodePublisherNode. createNode(String fieldName)Crée un PublisherNodeData pour un champs donnée.PublisherNodePublisherNode. getNode(String fieldName)Permet de récupérer un champs de type objet.PublisherNodePublisherData. getRootNode()Methods in io.vertigo.quarto.publisher.model that return types with arguments of type PublisherNode Modifier and Type Method Description List<PublisherNode>PublisherNode. getNodes(String fieldName)Récupère la liste des noeuds d'un champlistes.Methods in io.vertigo.quarto.publisher.model with parameters of type PublisherNode Modifier and Type Method Description voidPublisherNode. setNode(String fieldName, PublisherNode node)Fixe un champ de type objet.Method parameters in io.vertigo.quarto.publisher.model with type arguments of type PublisherNode Modifier and Type Method Description voidPublisherNode. setNodes(String fieldName, List<PublisherNode> nodes)Ajoute un élément dans une liste.
-