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 class
DataHubRequestCreator.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.RestTemplate
addBasicAuthentication(org.springframework.web.client.RestTemplate template)
protected java.lang.String
getDataHubPassword()
protected java.lang.String
getDataHubUserName()
void
sendRequest(Y2YSyncContext syncContext)
void
setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
void
setY2YSyncDAO(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()
-
-