|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Service interface for managing the custom attributes of Product Catalog items.
CustomDataManagerHome,
CustomDataManagerImpl,
CatalogManager,
CatalogItem| Method Summary | |
long |
createUniqueId(CatalogRequest request,
String jndiHomeName,
String pkString)
Create a record for a new ConfigurableEntity, as identified by the given jndiHomeName and pkString. |
Map |
getProperties(CatalogRequest request,
CatalogItemKey itemKey)
Retrieve all the property values |
Map |
getProperties(CatalogRequest request,
CatalogItemKey itemKey,
String namespace)
Retrieve all the property values within a namespace |
Object |
getProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key,
Object defaultValue)
Retrieve the value associated with the named key. |
Object |
getProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key,
boolean returnDefault)
Retrieve the value associated with the named key. |
void |
removeProperties(CatalogRequest request,
CatalogItemKey itemKey)
Remove all the properties for an item |
Object |
removeProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key)
Remove the property associated with the named key. |
Object |
removeProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key)
Remove the property associated with the named key. |
void |
setProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key,
Object value)
Associate the specified value with the named key. |
void |
setProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key,
Object value)
Associate the specified value with the named key. |
| Methods inherited from interface com.beasys.commerce.ebusiness.catalog.service.CatalogService |
getCatalogManager |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public long createUniqueId(CatalogRequest request,
String jndiHomeName,
String pkString)
throws RemoteException,
CatalogException
request - The catalog request.jndiHomeName - the entity's home namepkString - the entity's identifier string
CatalogException - if there is an error
RemoteException
public Map getProperties(CatalogRequest request,
CatalogItemKey itemKey)
throws RemoteException,
CatalogException
request - The catalog request.itemKey - The key of the target catalog item.
CatalogException - on general error.
RemoteException
public Map getProperties(CatalogRequest request,
CatalogItemKey itemKey,
String namespace)
throws RemoteException,
CatalogException
request - The catalog request.itemKey - The key of the target catalog item.
CatalogException - on general error.
RemoteException
public Object getProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key,
Object defaultValue)
throws RemoteException,
CatalogException
request - The catalog request.itemKey - The key of the target catalog item.key - The name of the property to retrieve.defaultValue - The value to return if that property is not set.
CatalogException - on general error.
RemoteException
public Object getProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key,
boolean returnDefault)
throws CatalogException,
RemoteException
request - The catalog request.itemKey - The key of the target catalog item.key - The name of the property to retrieve.
CatalogException - on general error.
RemoteException
public void removeProperties(CatalogRequest request,
CatalogItemKey itemKey)
throws RemoteException,
CatalogException
request - The catalog request.itemKey - The key of the target catalog item.
CatalogException - on general error.
RemoteException
public Object removeProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key)
throws RemoteException,
CatalogException
request - The catalog request.itemKey - The key of the target catalog item.key - The name of the property to remove.
CatalogException - on general error.
RemoteException
public Object removeProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key)
throws CatalogException,
RemoteException
request - The catalog request.itemKey - The key of the target catalog item.key - The name of the property to remove.
CatalogException - on general error.
RemoteException
public void setProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key,
Object value)
throws RemoteException,
CatalogException
request - The catalog request.itemKey - The key of the target catalog item.value - The value to associate with the name.
CatalogException - on general error.
RemoteException
public void setProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key,
Object value)
throws RemoteException,
CatalogException
request - The catalog request.itemKey - The key of the target catalog item.value - The value to associate with the name.
CatalogException - on general error.
RemoteException
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||