Class UcBaseController
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.controllers.UcBaseController
- Direct Known Subclasses:
UcUsageConsumptionReportController
Deprecated.
2208
Abstract Base Controller defining common methods and fields to be used by other API controllers.
- Since:
- 2108
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringDeprecated.protected de.hybris.platform.webservicescommons.mapping.DataMapperDeprecated.protected com.fasterxml.jackson.databind.ObjectMapperDeprecated.protected StringgetQueryStringWithoutOffsetAndLimit(javax.servlet.http.HttpServletRequest request) Deprecated.protected org.springframework.http.ResponseEntitygetUnsuccessfulResponse(String errorMessage, Exception e, org.springframework.http.HttpStatus httpStatus) Deprecated.Deprecated.protected booleanDeprecated.Checks if the user has given role.voidinit()Deprecated.protected StringDeprecated.
-
Field Details
-
ERROR
public static final int ERRORDeprecated.- See Also:
-
-
Constructor Details
-
UcBaseController
public UcBaseController()Deprecated.
-
-
Method Details
-
init
@PostConstruct public void init()Deprecated. -
handleModelNotFoundException
@ResponseStatus(NOT_FOUND) @ResponseBody @ExceptionHandler(de.hybris.platform.servicelayer.exceptions.ModelNotFoundException.class) public Error handleModelNotFoundException(Exception ex) Deprecated. -
getUnsuccessfulResponse
protected org.springframework.http.ResponseEntity getUnsuccessfulResponse(String errorMessage, Exception e, org.springframework.http.HttpStatus httpStatus) Deprecated. -
getQueryStringWithoutOffsetAndLimit
Deprecated. -
filter
Deprecated. -
hasRole
protected boolean hasRole(String role, org.springframework.security.core.Authentication authentication) Deprecated.Checks if the user has given role.- Parameters:
role- The role is provided as string- Returns:
- False if logged in user doesn't have given role, otherwise true.
-
sanitize
Deprecated. -
getDataMapper
protected de.hybris.platform.webservicescommons.mapping.DataMapper getDataMapper()Deprecated. -
getObjectMapper
protected com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()Deprecated.
-