Class OperationPunchOutProcessingAction
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.actions.OperationPunchOutProcessingAction
-
- All Implemented Interfaces:
PunchOutProcessingAction<CXML,CXML>
public class OperationPunchOutProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
-
-
Constructor Summary
Constructors Constructor Description OperationPunchOutProcessingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NewSessionPunchOutProcessingActiongetNewSessionPunchOutProcessingAction()PunchOutSessionServicegetPunchOutSessionService()voidprocess(CXML input, CXML output)Processes the input and populates the output.voidsetNewSessionPunchOutProcessingAction(NewSessionPunchOutProcessingAction newSessionPunchOutProcessingAction)voidsetPunchOutSessionService(PunchOutSessionService punchoutSessionService)
-
-
-
Method Detail
-
process
public void process(CXML input, CXML output)
Description copied from interface:PunchOutProcessingActionProcesses the input and populates the output.- Specified by:
processin interfacePunchOutProcessingAction<CXML,CXML>- Parameters:
input- the input objectoutput- the output object
-
getNewSessionPunchOutProcessingAction
public NewSessionPunchOutProcessingAction getNewSessionPunchOutProcessingAction()
-
setNewSessionPunchOutProcessingAction
public void setNewSessionPunchOutProcessingAction(NewSessionPunchOutProcessingAction newSessionPunchOutProcessingAction)
-
getPunchOutSessionService
public PunchOutSessionService getPunchOutSessionService()
-
setPunchOutSessionService
public void setPunchOutSessionService(PunchOutSessionService punchoutSessionService)
-
-