Uses of Interface
com.elasticpath.sfweb.formbean.AnonymousSignInFormBean

Packages that use AnonymousSignInFormBean
com.elasticpath.sfweb.ajax.service   
com.elasticpath.sfweb.ajax.service.impl   
com.elasticpath.sfweb.formbean.impl   
 

Uses of AnonymousSignInFormBean in com.elasticpath.sfweb.ajax.service
 

Methods in com.elasticpath.sfweb.ajax.service with parameters of type AnonymousSignInFormBean
 ShoppingCartBean CustomerAjaxController.anonymousSignIn(AnonymousSignInFormBean anonymousSignInFormBean, javax.servlet.http.HttpServletRequest request)
          Perform anonymous customer sign in for dwr.
 

Uses of AnonymousSignInFormBean in com.elasticpath.sfweb.ajax.service.impl
 

Methods in com.elasticpath.sfweb.ajax.service.impl with parameters of type AnonymousSignInFormBean
 ShoppingCartBean CustomerAjaxControllerImpl.anonymousSignIn(AnonymousSignInFormBean anonymousSignInFormBean, javax.servlet.http.HttpServletRequest request)
          Perform anonymous customer sign in for dwr.
 

Uses of AnonymousSignInFormBean in com.elasticpath.sfweb.formbean.impl
 

Classes in com.elasticpath.sfweb.formbean.impl that implement AnonymousSignInFormBean
 class AnonymousSignInFormBeanImpl
          Form bean for anonymous customer sign-in.