Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
scrutaridata:exportapi:ficheexport [2010/02/10 18:08] – vincent | scrutaridata:exportapi:ficheexport [2012/09/14 17:45] (Version actuelle) – vincent | ||
---|---|---|---|
Ligne 31: | Ligne 31: | ||
* **Signature : ** void !!setHref!! (**String** href) | * **Signature : ** void !!setHref!! (**String** href) | ||
* **Utilisation : ** indique l'URL | * **Utilisation : ** indique l'URL | ||
- | |||
- | ==== setFicheType() ==== | ||
- | |||
- | * **Signature : ** void !!setFicheType!! (**String** ficheType) | ||
- | * **Utilisation : ** indique le type de fiche (n'est pas normalisé et utilisé pour le moment) | ||
==== setFicheIcon() ==== | ==== setFicheIcon() ==== | ||
Ligne 41: | Ligne 36: | ||
* **Signature : ** void !!setFicheIcon!! (**String** ficheIcon) | * **Signature : ** void !!setFicheIcon!! (**String** ficheIcon) | ||
* **Utilisation : ** indique l' | * **Utilisation : ** indique l' | ||
+ | |||
+ | ==== setGeoloc() ==== | ||
+ | |||
+ | * **Signature : ** void !!setGeoloc!! (**String** latitude, **String** longitude) | ||
+ | * **Utilisation : ** indique les coordonnées géographiques associées à la fiche | ||
==== addComplement() ==== | ==== addComplement() ==== | ||
Ligne 46: | Ligne 46: | ||
* **Signature : ** void !!addComplement!! (**int** complementNumber, | * **Signature : ** void !!addComplement!! (**int** complementNumber, | ||
* **Utilisation : ** ajoute la valeur du champ complémentaire de numéro // | * **Utilisation : ** ajoute la valeur du champ complémentaire de numéro // | ||
+ | |||
+ | ==== addAttributeValue() ==== | ||
+ | |||
+ | * **Signature : ** void !!addAttributeValue!! (**String** nameSpace, **String** localKey, **String** attributeValue) | ||
+ | * **Utilisation : ** ajoute une valeur pour un attribut donné, peut-être invoqué plusieurs fois pour un attribut multi-valué | ||