Uses of Class
org.cxml.CXML
-
-
Uses of CXML in de.hybris.platform.b2b.punchout
Methods in de.hybris.platform.b2b.punchout that return CXML Modifier and Type Method Description static CXMLPunchOutUtils. unmarshallCXMLFromFile(java.lang.String relativeFilePath)Methods in de.hybris.platform.b2b.punchout with parameters of type CXML Modifier and Type Method Description static java.lang.StringPunchOutUtils. marshallFromBeanTree(CXML cxml)static java.lang.StringPunchOutUtils. transformCXMLToBase64(CXML cxml)Transforms a CXML into a Base64 String. -
Uses of CXML in de.hybris.platform.b2b.punchout.actions
Methods in de.hybris.platform.b2b.punchout.actions that return types with arguments of type CXML Modifier and Type Method Description Populator<CXML,ProfileResponse>PopulateProfileResponseProcessingAction. getProfileResponsePopulator()Populator<CXML,PunchOutSession>NewSessionPunchOutProcessingAction. getPunchOutSessionPopulator()Methods in de.hybris.platform.b2b.punchout.actions with parameters of type CXML Modifier and Type Method Description protected OrderRequestPopulateCartPurchaseOrderProcessingAction. getOrderRequest(CXML input)Finds anOrderRequestfrom the input.voidAuthenticationCheckPunchOutProcessingAction. process(CXML input, CXML output)voidAuthenticationCheckPurchaseOrderProcessingAction. process(CXML input, CartModel output)voidEditOperationPunchOutSetupProcessingAction. process(CXML input, CXML output)voidNewSessionPunchOutProcessingAction. process(CXML input, PunchOutSession output)voidOperationPunchOutProcessingAction. process(CXML input, CXML output)voidPlacePurchaseOrderProcessingAction. process(CXML input, CartModel output)voidPopulateCartPurchaseOrderProcessingAction. process(CXML input, CartModel output)voidPopulateProfileResponseProcessingAction. process(CXML input, CXML output)voidPopulateResponsePunchOutProcessingAction. process(CXML input, CXML output)voidPrepareCartPurchaseOrderProcessingAction. process(CXML input, CartModel output)voidPunchOutOrderMessageHeaderProcessingAction. process(CartModel input, CXML transaction)voidPunchOutOrderMessageProcessingAction. process(CartModel input, CXML transaction)voidStoreSessionPunchOutProcessingAction. process(CXML input, CXML output)voidAuthenticationVerifier. verify(CXML request)Extracts the header information and matches the sender details with the configuration.Method parameters in de.hybris.platform.b2b.punchout.actions with type arguments of type CXML Modifier and Type Method Description voidPopulateProfileResponseProcessingAction. setProfileResponsePopulator(Populator<CXML,ProfileResponse> profileResponsePopulator)voidNewSessionPunchOutProcessingAction. setPunchOutSessionPopulator(Populator<CXML,PunchOutSession> punchOutSessionPopulator) -
Uses of CXML in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type CXML Modifier and Type Method Description voidDefaultProfileResponsePopulator. populate(CXML source, ProfileResponse target)voidDefaultPunchOutSessionPopulator. populate(CXML source, PunchOutSession target) -
Uses of CXML in de.hybris.platform.b2b.punchout.services
Methods in de.hybris.platform.b2b.punchout.services that return CXML Modifier and Type Method Description CXMLCXMLBuilder. create()protected CXMLCXMLBuilder. createNewCXML()CXMLPunchOutService. processCancelPunchOutOrderMessage()Creates the cancel message for Ariba.CXMLPunchOutService. processProfileRequest(CXML request)Processes a profile request by returned a ProfileResponse with populated supported transactions.CXMLPunchOutService. processPunchOutOrderMessage()Creates the cmxl message for aPunchOutOrderMessageto send an Order, using the session cart.CXMLPunchOutService. processPunchOutSetUpRequest(CXML request)Processes a new PunchOut setup request.CXMLPunchOutService. processPurchaseOrderRequest(CXML requestBody, CartModel cartModel)Processes a purchase order (OrderRequest) by populating a cart and handles the response in the form ofCXML.Methods in de.hybris.platform.b2b.punchout.services with parameters of type CXML Modifier and Type Method Description CXMLPunchOutService. processProfileRequest(CXML request)Processes a profile request by returned a ProfileResponse with populated supported transactions.CXMLPunchOutService. processPunchOutSetUpRequest(CXML request)Processes a new PunchOut setup request.CXMLPunchOutService. processPurchaseOrderRequest(CXML requestBody, CartModel cartModel)Processes a purchase order (OrderRequest) by populating a cart and handles the response in the form ofCXML.java.lang.StringPunchOutService. retrieveIdentity(CXML request)Retrieve the user id of the originator of the cXML request.
f.y.i.: as there may be multiple credentials declared, the first valid one will be used.Constructors in de.hybris.platform.b2b.punchout.services with parameters of type CXML Constructor Description CXMLElementBrowser(CXML cxml)Constructor. -
Uses of CXML in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl that return CXML Modifier and Type Method Description CXMLDefaultPunchOutService. processCancelPunchOutOrderMessage()CXMLDefaultPunchOutService. processProfileRequest(CXML request)CXMLDefaultPunchOutService. processPunchOutOrderMessage()CXMLDefaultPunchOutService. processPunchOutSetUpRequest(CXML request)CXMLDefaultPunchOutService. processPurchaseOrderRequest(CXML requestBody, CartModel cartModel)Methods in de.hybris.platform.b2b.punchout.services.impl that return types with arguments of type CXML Modifier and Type Method Description java.util.List<PunchOutProcessingAction<CXML,CXML>>DefaultPunchOutService. getProfileRequestProcessingActions()java.util.List<PunchOutProcessingAction<CXML,CXML>>DefaultPunchOutService. getProfileRequestProcessingActions()protected java.util.List<PunchOutProcessingAction<CartModel,CXML>>DefaultPunchOutService. getPunchOutTransactionActions()java.util.List<PunchOutProcessingAction<CXML,CartModel>>DefaultPunchOutService. getPurchaseOrderProcessingActions()java.util.List<PunchOutProcessingAction<CXML,CXML>>DefaultPunchOutService. getSetUpRequestProcessingActions()java.util.List<PunchOutProcessingAction<CXML,CXML>>DefaultPunchOutService. getSetUpRequestProcessingActions()Methods in de.hybris.platform.b2b.punchout.services.impl with parameters of type CXML Modifier and Type Method Description CXMLDefaultPunchOutService. processProfileRequest(CXML request)CXMLDefaultPunchOutService. processPunchOutSetUpRequest(CXML request)CXMLDefaultPunchOutService. processPurchaseOrderRequest(CXML requestBody, CartModel cartModel)java.lang.StringDefaultPunchOutService. retrieveIdentity(CXML request)Method parameters in de.hybris.platform.b2b.punchout.services.impl with type arguments of type CXML Modifier and Type Method Description voidDefaultPunchOutService. setProfileRequestProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CXML>> profileRequestProcessingActions)voidDefaultPunchOutService. setProfileRequestProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CXML>> profileRequestProcessingActions)voidDefaultPunchOutService. setPunchOutTransactionActions(java.util.List<PunchOutProcessingAction<CartModel,CXML>> createRequisitionReponseActions)voidDefaultPunchOutService. setPurchaseOrderProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CartModel>> purchaseOrderProcessingActions)voidDefaultPunchOutService. setSetUpRequestProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CXML>> setUpRequestProcessingActions)voidDefaultPunchOutService. setSetUpRequestProcessingActions(java.util.List<PunchOutProcessingAction<CXML,CXML>> setUpRequestProcessingActions) -
Uses of CXML in de.hybris.platform.b2bpunchoutaddon.controllers.pages
Methods in de.hybris.platform.b2bpunchoutaddon.controllers.pages that return CXML Modifier and Type Method Description CXMLDefaultProfileController. handleException(java.lang.Exception exc)CXMLDefaultPunchOutSetUpController. handleException(java.lang.Exception exc)CXMLDefaultPurchaseOrderController. handleException(java.lang.Exception exc)CXMLDefaultProfileController. handleProfileRequest(CXML request)Handles a profile request from the punch out provider.CXMLDefaultPurchaseOrderController. handlePunchOutPurchaseOrderRequest(CXML requestBody, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Handles a Order Request from the Punch Out Provider.CXMLDefaultPunchOutSetUpController. handlePunchOutSetUpRequest(CXML requestBody)Receives a request from the punchout provider and sends it the information to access the hybris site.Methods in de.hybris.platform.b2bpunchoutaddon.controllers.pages with parameters of type CXML Modifier and Type Method Description CXMLDefaultProfileController. handleProfileRequest(CXML request)Handles a profile request from the punch out provider.CXMLDefaultPurchaseOrderController. handlePunchOutPurchaseOrderRequest(CXML requestBody, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Handles a Order Request from the Punch Out Provider.CXMLDefaultPunchOutSetUpController. handlePunchOutSetUpRequest(CXML requestBody)Receives a request from the punchout provider and sends it the information to access the hybris site.protected voidDefaultPunchOutController. processRequisitionMessage(CXML cXML, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request) -
Uses of CXML in org.cxml
Fields in org.cxml with type parameters of type CXML Modifier and Type Field Description protected java.util.List<CXML>GetPendingResponse. cxmlMethods in org.cxml that return CXML Modifier and Type Method Description CXMLObjectFactory. createCXML()Create an instance ofCXMLMethods in org.cxml that return types with arguments of type CXML Modifier and Type Method Description java.util.List<CXML>GetPendingResponse. getCXML()Gets the value of the cxml property.
-