|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.foundation.SessionImpl
com.beasys.commerce.ebusiness.catalog.service.CatalogServiceImpl
com.beasys.commerce.ebusiness.catalog.service.data.EpmCustomDataManagerImpl
@Deprecated public class EpmCustomDataManagerImpl
The implementation class for the EpmCustomDataManager Session EJB.
EpmCustomDataManager,
EpmCustomDataManagerHome,
Serialized Form| Field Summary | |
|---|---|
protected static String |
CATALOG_PROPERTY_SET_TYPE
Deprecated See BEA Commerce product offering |
protected static String |
CATEGORY_JNDI_NAME
Deprecated See BEA Commerce product offering |
protected static String |
PRODUCT_ITEM_JNDI_NAME
Deprecated See BEA Commerce product offering |
| Fields inherited from class com.beasys.commerce.ebusiness.catalog.service.CatalogServiceImpl |
|---|
CATALOG_MANAGER_HOME, CATALOG_QUERY_DELEGATE, CATEGORY_DELEGATE, CUSTOM_DATA_DELEGATE, PRODUCT_ITEM_DELEGATE |
| Fields inherited from class com.beasys.commerce.foundation.SessionImpl |
|---|
_ctx, _environmentNamingContext, _environmentPropertyCache, _isDirty |
| Constructor Summary | |
|---|---|
EpmCustomDataManagerImpl()
Deprecated See BEA Commerce product offering |
|
| Method Summary | |
|---|---|
protected PropertyLocator |
createPropertyLocator(CatalogItemKey itemKey)
Deprecated See BEA Commerce product offering |
protected PropertyLocator |
createPropertyLocator(CatalogItemKey itemKey,
String propertySetType)
Deprecated See BEA Commerce product offering |
long |
createUniqueId(CatalogRequest request,
String jndiHomeName,
String pkString)
Deprecated See BEA Commerce product offering |
void |
ejbActivate()
Deprecated See BEA Commerce product offering |
void |
ejbCreate()
Deprecated See BEA Commerce product offering |
void |
ejbPassivate()
Deprecated See BEA Commerce product offering |
void |
ejbPostCreate()
Deprecated See BEA Commerce product offering |
void |
ejbRemove()
Deprecated See BEA Commerce product offering |
Map |
getProperties(CatalogRequest request,
CatalogItemKey itemKey)
Deprecated See BEA Commerce product offering |
Map |
getProperties(CatalogRequest request,
CatalogItemKey itemKey,
String namespace)
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 |
void |
setSessionContext(javax.ejb.SessionContext ctx)
Deprecated See BEA Commerce product offering |
| Methods inherited from class com.beasys.commerce.ebusiness.catalog.service.CatalogServiceImpl |
|---|
getCatalogManager, getCatalogManagerJndiName, getConfigBean, setDelegateName, validateAuthorization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String PRODUCT_ITEM_JNDI_NAME
protected static final String CATEGORY_JNDI_NAME
protected static final String CATALOG_PROPERTY_SET_TYPE
| Constructor Detail |
|---|
public EpmCustomDataManagerImpl()
| Method Detail |
|---|
public void ejbCreate()
throws javax.ejb.CreateException
SessionImpl
ejbCreate in class CatalogServiceImpljavax.ejb.CreateException
public void ejbPostCreate()
throws javax.ejb.CreateException
SessionImpl
ejbPostCreate in class CatalogServiceImpljavax.ejb.CreateException
public void ejbActivate()
throws javax.ejb.EJBException
SessionImpl
ejbActivate in interface javax.ejb.SessionBeanejbActivate in class CatalogServiceImpljavax.ejb.EJBException
public void ejbPassivate()
throws javax.ejb.EJBException
SessionImpl
ejbPassivate in interface javax.ejb.SessionBeanejbPassivate in class CatalogServiceImpljavax.ejb.EJBException
public void ejbRemove()
throws javax.ejb.EJBException
SessionImpl
ejbRemove in interface javax.ejb.SessionBeanejbRemove in class CatalogServiceImpljavax.ejb.EJBException
public void setSessionContext(javax.ejb.SessionContext ctx)
throws javax.ejb.EJBException
SessionImpl
setSessionContext in interface javax.ejb.SessionBeansetSessionContext in class CatalogServiceImpljavax.ejb.EJBException
public Object getProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key,
Object defaultValue)
throws CatalogException,
RemoteException
getProperty in interface CustomDataManagerBusinessrequest - 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
getProperty in interface CustomDataManagerBusinessrequest - 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 removeProperty(CatalogRequest request,
CatalogItemKey itemKey,
String namespace,
String key)
throws CatalogException,
RemoteException
removeProperty in interface CustomDataManagerBusinessrequest - 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
removeProperty in interface CustomDataManagerBusinessrequest - 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 CatalogException,
RemoteException
setProperty in interface CustomDataManagerBusinessrequest - 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
public void setProperty(CatalogRequest request,
CatalogItemKey itemKey,
String propertySetName,
String propertySetType,
String key,
Object value)
throws RemoteException,
CatalogException
setProperty in interface CustomDataManagerBusinessrequest - 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
public Map getProperties(CatalogRequest request,
CatalogItemKey itemKey)
throws RemoteException,
CatalogException
getProperties in interface CustomDataManagerBusinessrequest - 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 Map getProperties(CatalogRequest request,
CatalogItemKey itemKey,
String namespace)
throws RemoteException,
CatalogException
getProperties in interface CustomDataManagerBusinessrequest - 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 void removeProperties(CatalogRequest request,
CatalogItemKey itemKey)
throws RemoteException,
CatalogException
removeProperties in interface CustomDataManagerBusinessrequest - 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 long createUniqueId(CatalogRequest request,
String jndiHomeName,
String pkString)
throws RemoteException,
CatalogException
createUniqueId in interface CustomDataManagerBusinessrequest - The catalog request.jndiHomeName - the entity's home namepkString - the entity's identifier string
CatalogException - if there is an error
RemoteException
protected PropertyLocator createPropertyLocator(CatalogItemKey itemKey,
String propertySetType)
throws RemoteException
RemoteException
protected PropertyLocator createPropertyLocator(CatalogItemKey itemKey)
throws RemoteException
PropertyLocator based upon the supplied CatalogItemKey.
itemKey - the key used to create a PropertyLocator
PropertyLocator based upon the supplied CatalogItemKey
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 | ||||||||