Uses of Annotation Interface
de.hybris.platform.acceleratorstorefrontcommons.annotations.RequireHardLogIn

Packages that use RequireHardLogIn
  • Uses of RequireHardLogIn in de.hybris.platform.b2ctelcoaddon.controllers.pages

    Modifier and Type
    Method
    Description
    CartPageController.cartCheck(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
    Handle the '/cart/checkout' request url.
    CartPageController.initCheck(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, CheckoutFlowEnum checkoutFlow, CheckoutPciOptionEnum checkoutPci)
     
    TmaCheckoutController.orderConfirmation(String orderCode, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
     
    TmaSubscriptionPageController.subscription(String subscriptionId, String actionVal, org.springframework.ui.Model model)
    Get method finds available subscription details for loggedin user for manage subscription Page.
    TmaSubscriptionPageController.subscriptionBaseServices(String billingSystemId, String subscriberIdentity, org.springframework.ui.Model model)
    Get method finds available subscription-base details for loggedin user for show related service details.
    TmaSubscriptionPageController.subscriptions(org.springframework.ui.Model model)
    subscriptions is get method.It finds available subscriptions, paymentInfoMap, Breadcrum for loggedin user.
  • Uses of RequireHardLogIn in de.hybris.platform.b2ctelcoaddon.controllers.pages.checkout.steps

    Modifier and Type
    Method
    Description
    DeliveryAddressCheckoutStepController.add(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
     
    PaymentMethodCheckoutStepController.add(org.springframework.ui.Model model, PaymentDetailsForm paymentDetailsForm, org.springframework.validation.BindingResult bindingResult)
     
    DeliveryAddressCheckoutStepController.back(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    DeliveryMethodCheckoutStepController.back(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    MultiStepCheckoutController.back(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    PaymentMethodCheckoutStepController.back(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    PickupLocationCheckoutStepController.back(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    SummaryCheckoutStepController.back(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    HopPaymentResponseController.doHandleHopResponse(javax.servlet.http.HttpServletRequest request)
     
    SopPaymentResponseController.doHandleSopResponse(javax.servlet.http.HttpServletRequest request, @Valid SopPaymentDetailsForm sopPaymentDetailsForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
    Handle SOP response.
    DeliveryAddressCheckoutStepController.doSelectDeliveryAddress(String selectedAddressCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
    This method gets called when the "Use this Address" button is clicked.
    PickupLocationCheckoutStepController.doSelectDeliveryLocation(String posName, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    DeliveryMethodCheckoutStepController.doSelectDeliveryMode(String selectedDeliveryMethod)
    This method gets called when the "Use Selected Delivery Method" button is clicked.
    PaymentMethodCheckoutStepController.doSelectPaymentMethod(String selectedPaymentMethodId)
    This method gets called when the "Use These Payment Details" button is clicked.
    DeliveryAddressCheckoutStepController.doSelectSuggestedAddress(AddressForm addressForm, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
    Select address from list.
    DeliveryAddressCheckoutStepController.edit(AddressForm addressForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
    Save resource.
    DeliveryAddressCheckoutStepController.editAddressForm(String editAddressCode, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
    Edit resource.
    DeliveryAddressCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    DeliveryMethodCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    PaymentMethodCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    PickupLocationCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    SummaryCheckoutStepController.enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    MultiStepCheckoutController.getTermsAndConditions(org.springframework.ui.Model model)
     
    DeliveryAddressCheckoutStepController.next(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    DeliveryMethodCheckoutStepController.next(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    MultiStepCheckoutController.next(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    PaymentMethodCheckoutStepController.next(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    PickupLocationCheckoutStepController.next(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    SummaryCheckoutStepController.next(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    MultiStepCheckoutController.performExpressCheckout(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
    Express checkout.
    SummaryCheckoutStepController.placeOrder(PlaceOrderForm placeOrderForm, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel)
    Place order form.
    PaymentMethodCheckoutStepController.remove(String paymentMethodId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
     
    DeliveryAddressCheckoutStepController.removeAddress(String addressCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel, org.springframework.ui.Model model)
    Delete resource.
  • Uses of RequireHardLogIn in de.hybris.platform.b2ctelcoaddon.controllers.pages.myaccount

    Modifier and Type
    Method
    Description
    SopPaymentResponseController.doHandleSopResponse(javax.servlet.http.HttpServletRequest request, @Valid SopPaymentDetailsForm sopPaymentDetailsForm, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
    Handle SOP response.
    PaymentDetailsPageController.paymentDetails(org.springframework.ui.Model model)
     
    PaymentDetailsPageController.removePaymentMethod(org.springframework.ui.Model model, String paymentMethodId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
    Remove the selected Payment Method.
    PaymentDetailsPageController.setDefaultPaymentDetails(String paymentInfoId)