com.beasys.commerce.ebusiness.catalog.service.category
Interface CategoryManager

All Superinterfaces
BusinessSmartComponent, CatalogService, CategoryManagerBusiness, javax.ejb.EJBObject, Remote, Serializable, Session

Deprecated

@Deprecated
public interface CategoryManager
extends CatalogService, CategoryManagerBusiness

The CategoryManager is a catalog service provider that manages the creation, update and deletion of categories. In addition it also controls the mapping of product items into categories.

See Also
CategoryManagerBusiness, CategoryManagerHome, CategoryManagerImpl

Method Summary
 
Methods inherited from interface com.beasys.commerce.ebusiness.catalog.service.CatalogService
getCatalogManager
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 
Methods inherited from interface com.beasys.commerce.ebusiness.catalog.service.category.CategoryManagerBusiness
addItem, createCategory, getAncestors, getCategories, getCategories, getCategory, getCategoryCount, getCategoryKeys, getItemCategories, getItemCategories, getItemCount, getItemKeys, getItems, getOrphanedItemCount, getOrphanedItemKeys, getOrphanedItems, getParent, getRootCategory, getSiblingCount, getSiblingKeys, getSiblings, getSubCategories, getSubCategoryCount, getSubCategoryKeys, moveCategory, removeCategory, removeItem, updateCategory
 



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.