bigace.classes.category
[ class tree: bigace.classes.category ] [ index: bigace.classes.category ] [ all elements ]

Class: CategoryAdminService

Source Location: /classes/category/CategoryAdminService.php

Class Overview


The CategoryAdminService provides all kind of writing services for Categorys inside BIGACE.


Methods


Inherited Constants

Inherited Variables

Inherited Methods


Class Details

[line 31]
The CategoryAdminService provides all kind of writing services for Categorys inside BIGACE.



[ Top ]


Class Methods


method changeCategory [line 43]

Object changeCategory( int $id, String $parentid, String $position, String $name, mixed $description)

Change an existing Category.



Tags:

return:  the DB result


Parameters:

int   $id   the Category ID that represents the Category to change
String   $parentid   the new name
String   $position   the new url
String   $name   the new mimetype

[ Top ]

method createCategory [line 84]

void createCategory( mixed $data)



[ Top ]

method createCategoryLink [line 108]

void createCategoryLink( mixed $itemtype, mixed $itemid, mixed $categoryid)



[ Top ]

method deleteAllLinksForCategory [line 76]

void deleteAllLinksForCategory( int $id)

Deletes all links for a Category.



Parameters:

int   $id   the Category ID

[ Top ]

method deleteCategory [line 61]

void deleteCategory( int $id)

Deletes an Category from BIGACE



Parameters:

int   $id   the Category ID

[ Top ]

method deleteCategoryLink [line 118]

void deleteCategoryLink( mixed $itemtype, mixed $itemid, mixed $categoryid)



[ Top ]

method _getMaxID [line 138]

void _getMaxID( )



[ Top ]

method _getMaxPositionFor [line 128]

void _getMaxPositionFor( mixed $parentid)



[ Top ]


Documentation generated on Tue, 11 Oct 2005 23:01:57 +0200 by phpDocumentor 1.3.0RC2