com.beasys.commerce.ebusiness.catalog
Interface MutableCategory

All Superinterfaces
CatalogItem, Category, ConfigurableEntity, MutableCatalogItem, Serializable
All Known Implementing Classes:
MutableCategoryImpl

Deprecated See BEA Commerce product offering

@Deprecated
public interface MutableCategory
extends Category, MutableCatalogItem

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


Field Summary
 
Fields inherited from interface com.beasys.commerce.ebusiness.catalog.Category
ROOT_NAME
 
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
 
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
 void setJsp(JspInfo jspInfo)
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface com.beasys.commerce.ebusiness.catalog.Category
getJsp
 
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
 
Methods inherited from interface com.beasys.commerce.ebusiness.catalog.MutableCatalogItem
setContributor, setCoverage, setCreationDate, setCreator, setDescription, setImage, setLanguage, setModifiedDate, setName, setPublisher, setRelation, setRights, setSource
 
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
 

Method Detail

setJsp

void setJsp(JspInfo jspInfo)
Deprecated See BEA Commerce product offering

Assigns the JspInfo for this category.

Parameters
jspInfo - the new JSP display information.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved