
Search::Circa::Categorie - provide functions to manage categorie of Circa

my $indexer = new Search::Circa::Indexer; # ... # Delete categorie 2 for account 1 $indexer->categorie->delete(1,2); ...

This module provide several function to manage categorie of Circa.

$Revision: 1.13 $

Create a new Search::Circa::Categorie object with indexer instance properties
Set a different masque ($file) for browse this categorie $id for account
Return path of masque for this categorie for account
Drop categorie $id for account $compte. (All url and words for this account)
Supprime la categorie $id pour le compte de responsable $compte et tous les liens et relation qui sont dans cette categorie
Rename category $id for account $compte in $name
Renomme la categorie $id pour le compte $compte en $nom
Move url for account $compte from one categorie $id1 to another $id2
Move categories for account $compte from one categorie $id1 to another $id2
Return two references to a list and a hash. The hash have name of categorie as key, and number of site in this categorie as value. The list is ordered keys of hash.
Return id of directory $rep. If directory didn't exist, function create it.
Create categorie $nom with parent $parent for account $responsable
Return 1 if account $idp want auto categorie. 0 else.
Return reference to hash with all categorie for account $account. Hash use id as key, and array as value. Array has two field, first name of categorie, second id of father categorie
$id : Id de la categorie parent $idr : Site selectionne
Retourne la liste des categories fils de $id dans le site $idr

Rend la chaine correspondante à la catégorie $id avec ses rubriques parentes

Alain BARBET alian@alianwebserver.com