Class TmaProcessTypeManagementApiController
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaProcessTypeManagementApiController
- All Implemented Interfaces:
ProcessTypeManagementApi
@Controller
public class TmaProcessTypeManagementApiController
extends TmaBaseController
implements ProcessTypeManagementApi
Default implementation of
ProcessTypeManagementApi- Since:
- 1907
-
Field Summary
Fields inherited from class de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
BAD_REQUEST, NOT_FOUND -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ProcessType>>listProcessType(@Valid String fields) org.springframework.http.ResponseEntity<List<QualifiedProcessType>>listQualifiedProcessType(@NotNull @Valid String relatedPartyId, @Valid String fields) Methods inherited from class de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
addDefaultFields, encodeUrl, filter, getAuthentication, getDataMapper, getObjectMapper, getQueryStringWithoutOffsetAndLimit, getRequestUrl, getUnsuccessfulResponse, getUnsuccessfulResponseWithErrorRepresentation, getUser, handleInternalError, handleModelNotFoundException, handleTmaApiErrorInternal, hasRole, init, sanitize, sanitizeQueryString
-
Constructor Details
-
TmaProcessTypeManagementApiController
public TmaProcessTypeManagementApiController()
-
-
Method Details
-
listProcessType
@RequestMapping(value="processTypeManagement/processType", produces="application/json;charset=utf-8", method=GET) public org.springframework.http.ResponseEntity<List<ProcessType>> listProcessType(@Valid @RequestParam(value="fields",required=false) @Valid String fields) - Specified by:
listProcessTypein interfaceProcessTypeManagementApi
-
listQualifiedProcessType
@RequestMapping(value="processTypeManagement/qualifiedProcessType", produces="application/json;charset=utf-8", method=GET) public org.springframework.http.ResponseEntity<List<QualifiedProcessType>> listQualifiedProcessType(@NotNull @Valid @RequestParam("relatedParty.Id") @NotNull @Valid String relatedPartyId, @Valid @RequestParam(value="fields",required=false) @Valid String fields) - Specified by:
listQualifiedProcessTypein interfaceProcessTypeManagementApi
-