Class InboxController
java.lang.Object
de.hybris.platform.cmssmarteditwebservices.inbox.controller.InboxController
Controller to retrieve inbox information related to all sites
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSWorkflowActionFacadeprotected DataMapperprotected WebPaginationUtilsgetWorkflowTasks(PageableWsDTO pageableDto) voidsetCmsWorkflowActionFacade(CMSWorkflowActionFacade cmsWorkflowActionFacade) voidsetDataMapper(DataMapper dataMapper) voidsetWebPaginationUtils(WebPaginationUtils webPaginationUtils)
-
Constructor Details
-
InboxController
public InboxController()
-
-
Method Details
-
getWorkflowTasks
@GetMapping("/workflowtasks") @ResponseStatus(OK) @ResponseBody public CMSWorkflowTaskListWsDTO getWorkflowTasks(@ModelAttribute PageableWsDTO pageableDto) -
getDataMapper
-
setDataMapper
-
getCmsWorkflowActionFacade
-
setCmsWorkflowActionFacade
-
getWebPaginationUtils
-
setWebPaginationUtils
-