Class DefaultPunchOutConfigurationService
- java.lang.Object
-
- de.hybris.platform.b2bpunchoutaddon.services.impl.DefaultPunchOutConfigurationService
-
- All Implemented Interfaces:
PunchOutConfigurationService
public class DefaultPunchOutConfigurationService extends java.lang.Object implements PunchOutConfigurationService
Default implementation ofPunchOutConfigurationService.
-
-
Constructor Summary
Constructors Constructor Description DefaultPunchOutConfigurationService()
-
Method Summary
-
-
-
Method Detail
-
getPunchOutLoginUrl
public java.lang.String getPunchOutLoginUrl()
- Specified by:
getPunchOutLoginUrlin interfacePunchOutConfigurationService- Returns:
- the punchout URL to be used by the punchout provider to authenticate and browse the catalog
-
getPunchOutLoginAuthToken
protected java.lang.String getPunchOutLoginAuthToken(PunchOutSession punchoutSession)
-
getCustomerFromOrganizations
protected B2BCustomerModel getCustomerFromOrganizations(java.util.List<Organization> organizationList)
-
getInexistenCustomerMessage
protected java.lang.String getInexistenCustomerMessage(java.util.List<Organization> organizationList)
-
getDefaultCostCenter
public java.lang.String getDefaultCostCenter()
- Specified by:
getDefaultCostCenterin interfacePunchOutConfigurationService- Returns:
- gets the default cost center.
-
getBaseSiteService
public BaseSiteService getBaseSiteService()
-
setBaseSiteService
public void setBaseSiteService(BaseSiteService baseSiteService)
-
getSiteBaseUrlResolutionService
public SiteBaseUrlResolutionService getSiteBaseUrlResolutionService()
-
setSiteBaseUrlResolutionService
public void setSiteBaseUrlResolutionService(SiteBaseUrlResolutionService siteBaseUrlResolutionService)
-
getConfigurationService
public ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
getPunchOutSessionService
public PunchOutSessionService getPunchOutSessionService()
-
setPunchOutSessionService
public void setPunchOutSessionService(PunchOutSessionService punchoutSessionService)
-
getPunchOutCredentialService
public PunchOutCredentialService getPunchOutCredentialService()
-
setPunchOutCredentialService
public void setPunchOutCredentialService(PunchOutCredentialService punchOutCredentialService)
-
getCipherService
public CipherService getCipherService()
-
setCipherService
public void setCipherService(CipherService cipherService)
-
getPunchOutSessionUrlPath
public java.lang.String getPunchOutSessionUrlPath()
-
setPunchOutSessionUrlPath
public void setPunchOutSessionUrlPath(java.lang.String punchOutSessionUrlPath)
-
-