Class DataHubRequestCreator
- java.lang.Object
-
- de.hybris.y2ysync.task.runner.internal.DataHubRequestCreator
-
public class DataHubRequestCreator extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classDataHubRequestCreator.BasicAuthorizationInterceptor
-
Constructor Summary
Constructors Constructor Description DataHubRequestCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.web.client.RestTemplateaddBasicAuthentication(org.springframework.web.client.RestTemplate template)protected java.lang.StringgetDataHubPassword()protected java.lang.StringgetDataHubUserName()voidsendRequest(Y2YSyncContext syncContext)voidsetRestTemplate(org.springframework.web.client.RestTemplate restTemplate)voidsetY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)
-
-
-
Method Detail
-
sendRequest
public void sendRequest(Y2YSyncContext syncContext)
-
setY2YSyncDAO
public void setY2YSyncDAO(Y2YSyncDAO y2YSyncDAO)
-
setRestTemplate
public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
-
addBasicAuthentication
protected org.springframework.web.client.RestTemplate addBasicAuthentication(org.springframework.web.client.RestTemplate template)
-
getDataHubUserName
protected java.lang.String getDataHubUserName()
-
getDataHubPassword
protected java.lang.String getDataHubPassword()
-
-