|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface EpmCustomDataManager
CustomDataManager service implementation. This implementation
utilizes the EntityPropertyManager
service to provide custom attribute support for Product Catalog items.
EpmCustomDataManagerHome,
EpmCustomDataManagerImpl| Method Summary | |
|---|---|
long |
createUniqueId(CatalogRequest request,
String jndiHomeName,
String pkString)
Deprecated See BEA Commerce product offering |
Map |
getProperties(CatalogRequest request,
CatalogItemKey itemKey)
Deprecated See BEA Commerce product offering |
Object |
getProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key,
Object defaultValue)
Deprecated See BEA Commerce product offering |
Object |
getProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key,
boolean returnDefault)
Deprecated See BEA Commerce product offering |
void |
removeProperties(CatalogRequest request,
CatalogItemKey itemKey)
Deprecated See BEA Commerce product offering |
Object |
removeProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key)
Deprecated See BEA Commerce product offering |
Object |
removeProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key)
Deprecated See BEA Commerce product offering |
void |
setProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key,
Object value)
Deprecated See BEA Commerce product offering |
void |
setProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key,
Object value)
Deprecated See BEA Commerce product offering |
| 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 |
|---|
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
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.defaultValue - The value to return if that property is not set.
CatalogException - on general error.
RemoteException
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.name - The name to associate the value with.value - The value to associate with the name.
CatalogException - on general error.
RemoteException
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.name - The name to associate the value with.value - The value to associate with the name.
CatalogException - on general error.
RemoteException
Map getProperties(CatalogRequest request,
CatalogItemKey itemKey)
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
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
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
void removeProperties(CatalogRequest request,
CatalogItemKey itemKey)
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
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
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||