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 PublisherNode
PublisherDataUtil. 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 void
PublisherDataUtil. populateData(io.vertigo.datamodel.structure.model.DtObject dto, PublisherNode publisherDataNode)
Peuple un publisherDataNode à partir de champs du Dto qui correspondent.static void
PublisherDataUtil. populateField(PublisherNode parentNode, String fieldName, io.vertigo.datamodel.structure.model.DtList<?> dtcValue)
Peuple un champs de type data dans un node.static PublisherNode
PublisherDataUtil. 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 PublisherNode
PublisherNode. createNode(String fieldName)
Crée un PublisherNodeData pour un champs donnée.PublisherNode
PublisherNode. getNode(String fieldName)
Permet de récupérer un champs de type objet.PublisherNode
PublisherData. 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 void
PublisherNode. 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 void
PublisherNode. setNodes(String fieldName, List<PublisherNode> nodes)
Ajoute un élément dans une liste.
-