com.beasys.commerce.ebusiness.shipping
Class ShippingHelperImpl
com.beasys.commerce.foundation.SessionImpl
|
+--com.beasys.commerce.ebusiness.shipping.ShippingHelperImpl
- public class ShippingHelperImpl
- extends SessionImpl
Implements the ShippingHelper interface.
- See Also:
ShippingHelper
,
ShippingHelperHome
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,
|
shippingMethodList
protected java.util.List shippingMethodList
ShippingHelperImpl
public ShippingHelperImpl()
ejbCreate
public void ejbCreate()
throws javax.ejb.CreateException
- Description copied from class:
SessionImpl
- ejbCreate method.
- Overrides:
ejbCreate
in class SessionImpl
ejbPostCreate
public void ejbPostCreate()
throws javax.ejb.CreateException
- Description copied from class:
SessionImpl
- ejbPostCreate method.
- Overrides:
ejbPostCreate
in class SessionImpl
ejbActivate
public void ejbActivate()
throws javax.ejb.EJBException
- Description copied from class:
SessionImpl
- ejbActivate method.
- Overrides:
ejbActivate
in class SessionImpl
ejbPassivate
public void ejbPassivate()
throws javax.ejb.EJBException
- Description copied from class:
SessionImpl
- ejbPassivate method.
- Overrides:
ejbPassivate
in class SessionImpl
ejbRemove
public void ejbRemove()
throws javax.ejb.EJBException
- Description copied from class:
SessionImpl
- ejbRemove method.
- Overrides:
ejbRemove
in class SessionImpl
setSessionContext
public void setSessionContext(com.beasys.commerce.ebusiness.shipping.SessionContext ctx)
throws javax.ejb.EJBException
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 © 2001 BEA Systems, Inc. All Rights Reserved