com.beasys.commerce.ebusiness.catalog
Interface Category

All Superinterfaces
CatalogItem, ConfigurableEntity, Serializable
All Known Subinterfaces:
MutableCategory
All Known Implementing Classes:
CategoryImpl, MutableCategoryImpl

Deprecated

@Deprecated
public interface Category
extends CatalogItem

This is the interface for all categories contained by the Catalog.


Field Summary
static String ROOT_NAME
          Deprecated This is the name of the Root category
 
Fields inherited from interface com.beasys.commerce.ebusiness.catalog.CatalogItem
LARGE_IMAGE_INDEX, LONG_DESCRIPTION_INDEX, MAX_DESCRIPTION, MAX_IMAGES, SHORT_DESCRIPTION_INDEX, SMALL_IMAGE_INDEX
 
Fields inherited from interface com.bea.p13n.property.ConfigurableEntity
RESERVED_PROPERTY_SET
 
Method Summary
 JspInfo getJsp()
          Deprecated  
 
Methods inherited from interface com.beasys.commerce.ebusiness.catalog.CatalogItem
getContributor, getCoverage, getCreationDate, getCreator, getDescription, getImage, getKey, getLanguage, getModifiedDate, getName, getPublisher, getRelation, getRights, getSource
 
Methods inherited from interface com.bea.p13n.property.ConfigurableEntity
getJndiName, getPkString, getProperty, getPropertyAsString, getPropertyNoDefault, getUniqueId, removeProperty, setProperty
 

Field Detail

ROOT_NAME

static final String ROOT_NAME
Deprecated 
This is the name of the Root category

See Also
Constants Summary
Method Detail

getJsp

JspInfo getJsp()
Deprecated 
Returns
the JspInfo object for this category.


Copyright © 2000, 2009, 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.