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

Class: CategoryService

Source Location: /classes/category/CategoryService.php

Class Overview


The CategoryService serves all kinds of Category Objects.


Methods


Inherited Constants

Inherited Variables

Inherited Methods


Class Details

[line 36]
The CategoryService serves all kinds of Category Objects.

You can receive:

  • CategoryAdminService for writing any kind of Category Information
  • Category for receiving information about a special Category
  • CategoryTreeWalker for getting information about all registered Categorys




[ Top ]


Class Methods


constructor CategoryService [line 43]

CategoryService CategoryService( )



[ Top ]

method countLinksForCategory [line 109]

void countLinksForCategory( mixed $categoryid)



[ Top ]

method getAllItemsForCategory [line 100]

void getAllItemsForCategory( mixed $categoryid)



[ Top ]

method getCategory [line 68]

Object getCategory( int $id)

Returns a Category Object to access information about the Category with the given ID.



Tags:

return:  a CategoryAdminService Object


Parameters:

int   $id   the Category ID

[ Top ]

method getCategoryAdminService [line 56]

Object getCategoryAdminService( )

Returns a new instance of CategoryAdminService for writing any Category information.



Tags:

return:  a CategoryAdminService Object


[ Top ]

method getCategoryEnumeration [line 85]

void getCategoryEnumeration( )

Returns a new CategoryTreeWalker to get information about Categorys, in their tree-order



[ Top ]

method getCategoryList [line 76]

void getCategoryList( )

Returns a CategoryList with all available Categorys.



[ Top ]

method getCategorysForItem [line 95]

void getCategorysForItem( mixed $itemtype_id, mixed $item_id)



[ Top ]

method getItemsForCategory [line 90]

void getItemsForCategory( mixed $itemtype_id, mixed $categoryid)



[ Top ]

method getTopLevel [line 47]

void getTopLevel( )



[ Top ]

method isItemLinkedToCategory [line 115]

void isItemLinkedToCategory( mixed $itemtype_id, mixed $item_id, mixed $category_id)



[ Top ]


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