com.beasys.commerce.ebusiness.shipping
Class ShippingHelperImpl

java.lang.Object
  extended by com.beasys.commerce.foundation.SessionImpl
      extended by com.beasys.commerce.ebusiness.shipping.ShippingHelperImpl

public class ShippingHelperImpl
extends SessionImpl

Implements the ShippingHelper interface.

See Also
ShippingHelper, ShippingHelperHome

Field Summary
protected  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.
 List getShippingMethodList()
          Gets a list of available shipping methods.
 void setSessionContext(SessionContext ctx)
          setSessionContext method.
 
Methods inherited from class com.beasys.commerce.foundation.SessionImpl
clearRelationalBinding, clearRelationalBinding, clearRelationalBinding, clearRelationalBinding, doRelationalBinding, doRelationalBinding, doRelationalBindingOnElement, doRelationalBindingOnElement, doRelationalBindingOnSingleton, doRelationalBindingOnSingleton, 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
 

Field Detail

shippingMethodList

protected List shippingMethodList
Constructor Detail

ShippingHelperImpl

public ShippingHelperImpl()
Method Detail

ejbCreate

public void ejbCreate()
               throws CreateException
Description copied from class: SessionImpl
ejbCreate method.

Overrides:
ejbCreate in class SessionImpl
Throws
CreateException

ejbPostCreate

public void ejbPostCreate()
                   throws CreateException
Description copied from class: SessionImpl
ejbPostCreate method.

Overrides:
ejbPostCreate in class SessionImpl
Throws
CreateException

ejbActivate

public void ejbActivate()
                 throws EJBException
Description copied from class: SessionImpl
ejbActivate method.

Overrides:
ejbActivate in class SessionImpl
Throws
EJBException

ejbPassivate

public void ejbPassivate()
                  throws EJBException
Description copied from class: SessionImpl
ejbPassivate method.

Overrides:
ejbPassivate in class SessionImpl
Throws
EJBException

ejbRemove

public void ejbRemove()
               throws EJBException
Description copied from class: SessionImpl
ejbRemove method.

Overrides:
ejbRemove in class SessionImpl
Throws
EJBException

setSessionContext

public void setSessionContext(SessionContext ctx)
                       throws EJBException
Description copied from class: SessionImpl
setSessionContext method.

Overrides:
setSessionContext in class SessionImpl
Throws
EJBException

getShippingMethodList

public 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 © 2006 BEA Systems, Inc. All Rights Reserved