public class GetPageCommentsProcessor extends Object implements CallProcessor
| Constructor and Description |
|---|
GetPageCommentsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMethods() |
String[] |
process(String method,
Map<String,String> parameters)
Processes a certain Werk II Comet call
|
void |
setCometLogTools(CometLogTools cometLogTools) |
void |
setModelService(ModelService modelService) |
void |
setNotesArchivingService(NotesArchivingService notesArchivingService) |
void |
setPage2NotesTranslatorService(Page2NotesTranslatorService page2NotesTranslatorService) |
void |
setPageDao(PageDao pageDao) |
protected void |
setReceivedByDtp(List<CommentModel> abstractComments) |
void |
setUserService(UserService userService) |
public static final String[] METHODS
public String[] getMethods()
getMethods in interface Processorpublic String[] process(String method, Map<String,String> parameters) throws CometException
CallProcessorprocess in interface CallProcessormethod - The name of the incoming Werk II Comet callparameters - The call's parametersCometException - If an error occurs while processing the callprotected void setReceivedByDtp(List<CommentModel> abstractComments)
public void setCometLogTools(CometLogTools cometLogTools)
public void setModelService(ModelService modelService)
public void setNotesArchivingService(NotesArchivingService notesArchivingService)
public void setPage2NotesTranslatorService(Page2NotesTranslatorService page2NotesTranslatorService)
public void setPageDao(PageDao pageDao)
public void setUserService(UserService userService)
Copyright © 2017 SAP SE. All Rights Reserved.