public class IsvHybrisMerchantService
extends DefaultMerchantService
Constructor and Description |
---|
IsvHybrisMerchantService() |
Modifier and Type | Method and Description |
---|---|
protected Merchant |
createMerchant(IsvMerchantModel merchantModel) |
protected MerchantProfile |
createMerchantProfile(IsvMerchantProfileModel model,
Merchant merchant) |
java.util.List<Merchant> |
getAllMerchants() |
protected BaseSiteService |
getBaseSiteService() |
protected CommonI18NService |
getCommonI18NService() |
CredentialHolderFactory |
getCredentialHolderFactory() |
Merchant |
getCurrentMerchant(PaymentType paymentType) |
MerchantProfile |
getCurrentMerchantProfile(MerchantProfileType profileType) |
protected EnumerationService |
getEnumerationService() |
protected FlexibleSearchService |
getFlexibleSearchService() |
Merchant |
getMerchant(java.lang.String merchantId) |
MerchantProfile |
getMerchantProfileForPaymentType(PaymentType paymentType,
MerchantProfileType profileType) |
protected PaymentConfigurationService |
getPaymentConfigurationService() |
void |
setCredentialHolderFactory(CredentialHolderFactory credentialHolderFactory) |
public Merchant getCurrentMerchant(PaymentType paymentType)
public Merchant getMerchant(java.lang.String merchantId)
public MerchantProfile getCurrentMerchantProfile(MerchantProfileType profileType)
public MerchantProfile getMerchantProfileForPaymentType(PaymentType paymentType, MerchantProfileType profileType)
public java.util.List<Merchant> getAllMerchants()
protected Merchant createMerchant(IsvMerchantModel merchantModel)
protected MerchantProfile createMerchantProfile(IsvMerchantProfileModel model, Merchant merchant)
public CredentialHolderFactory getCredentialHolderFactory()
public void setCredentialHolderFactory(CredentialHolderFactory credentialHolderFactory)
protected BaseSiteService getBaseSiteService()
protected CommonI18NService getCommonI18NService()
protected PaymentConfigurationService getPaymentConfigurationService()
protected FlexibleSearchService getFlexibleSearchService()
protected EnumerationService getEnumerationService()