public class OperationPunchOutProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
| Constructor and Description |
|---|
OperationPunchOutProcessingAction() |
| Modifier and Type | Method and Description |
|---|---|
NewSessionPunchOutProcessingAction |
getNewSessionPunchOutProcessingAction() |
PunchOutSessionService |
getPunchOutSessionService() |
void |
process(CXML input,
CXML output)
Processes the input and populates the output.
|
void |
setNewSessionPunchOutProcessingAction(NewSessionPunchOutProcessingAction newSessionPunchOutProcessingAction) |
void |
setPunchOutSessionService(PunchOutSessionService punchoutSessionService) |
public void process(CXML input, CXML output)
PunchOutProcessingActionprocess in interface PunchOutProcessingAction<CXML,CXML>input - the input objectoutput - the output objectpublic NewSessionPunchOutProcessingAction getNewSessionPunchOutProcessingAction()
public void setNewSessionPunchOutProcessingAction(NewSessionPunchOutProcessingAction newSessionPunchOutProcessingAction)
public PunchOutSessionService getPunchOutSessionService()
public void setPunchOutSessionService(PunchOutSessionService punchoutSessionService)
Copyright © 2018 SAP SE. All Rights Reserved.