com.beasys.commerce.ebusiness.shipping
Class ShippingHelperImpl
java.lang.Object
|
+--com.beasys.commerce.foundation.SessionImpl
|
+--com.beasys.commerce.ebusiness.shipping.ShippingHelperImpl
- public class ShippingHelperImpl
- extends SessionImpl
Implements the ShippingHelper interface.
- See Also:
ShippingHelper
,
ShippingHelperHome
, Serialized Form
Methods inherited from class com.beasys.commerce.foundation.SessionImpl |
clearRelationalBinding,
clearRelationalBinding,
clearRelationalBinding,
clearRelationalBinding,
doRelationalBinding,
doRelationalBinding,
doRelationalBindingOnElement,
doRelationalBindingOnElement,
doRelationalBindingOnElement,
doRelationalBindingOnSingleton,
doRelationalBindingOnSingleton,
doRelationalBindingOnSingleton,
doRelationalBindingWithMapKey,
doRelationalBindingWithMapKey,
doRelationalBindingWithMapKey,
enumerateRelationalBinding,
enumerateRelationalBinding,
getEnvironmentNamingContext,
getEnvironmentProperty,
getEnvironmentProperty,
getEnvironmentPropertyCache,
getPersistenceHelperPlugin,
getSessionContext |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
shippingMethodList
protected java.util.List shippingMethodList
ShippingHelperImpl
public ShippingHelperImpl()
ejbCreate
public void ejbCreate()
throws javax.ejb.CreateException
- Overrides:
- ejbCreate in class SessionImpl
ejbPostCreate
public void ejbPostCreate()
throws javax.ejb.CreateException
- Overrides:
- ejbPostCreate in class SessionImpl
ejbActivate
public void ejbActivate()
throws javax.ejb.EJBException
- Overrides:
- ejbActivate in class SessionImpl
ejbPassivate
public void ejbPassivate()
throws javax.ejb.EJBException
- Overrides:
- ejbPassivate in class SessionImpl
ejbRemove
public void ejbRemove()
throws javax.ejb.EJBException
- Overrides:
- ejbRemove in class SessionImpl
setSessionContext
public void setSessionContext(javax.ejb.SessionContext ctx)
throws javax.ejb.EJBException
- Overrides:
- setSessionContext in class SessionImpl
getShippingMethodList
public java.util.List getShippingMethodList()
- Gets a list of available shipping methods.
This method finds all the available shipping
methods and returns a list of
ShippingMethodValue
objects.
- Returns:
java.util.List
list of ShippingMethodValue
objects.- Throws:
RemoteException
- on Remote error.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved