© 2001 BEA Systems, Inc.

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

Field Summary
protected  java.util.List shippingMethodList
           
 
Fields inherited from class com.beasys.commerce.foundation.SessionImpl
_ctx, _environmentNamingContext, _environmentPropertyCache, _isDirty
 
Constructor Summary
ShippingHelperImpl()
           
 
Method Summary
 void ejbActivate()
          ejbActivate method.
 void ejbCreate()
          ejbCreate method.
 void ejbPassivate()
          ejbPassivate method.
 void ejbPostCreate()
          ejbPostCreate method.
 void ejbRemove()
          ejbRemove method.
 java.util.List getShippingMethodList()
          Gets a list of available shipping methods.
 void setSessionContext(com.beasys.commerce.ebusiness.shipping.SessionContext ctx)
           
 
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,
 

Field Detail

shippingMethodList

protected java.util.List shippingMethodList
Constructor Detail

ShippingHelperImpl

public ShippingHelperImpl()
Method Detail

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.

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved