Class DefaultIntegrationServicesConfiguration
- java.lang.Object
-
- de.hybris.platform.integrationservices.config.BaseIntegrationServicesConfiguration
-
- de.hybris.platform.integrationservices.config.DefaultIntegrationServicesConfiguration
-
- All Implemented Interfaces:
IntegrationServicesConfiguration,ItemSearchConfiguration,ReadOnlyAttributesConfiguration
public class DefaultIntegrationServicesConfiguration extends BaseIntegrationServicesConfiguration implements IntegrationServicesConfiguration, ReadOnlyAttributesConfiguration, ItemSearchConfiguration
Encapsulates the extension configuration properties
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.integrationservices.config.BaseIntegrationServicesConfiguration
FALLBACK_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description DefaultIntegrationServicesConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemTypeMatchgetItemTypeMatch()Provides the ItemTypeMatchjava.lang.StringgetMediaPersistenceMediaNamePrefix()Provides the value of the prefix used in the persisted mediajava.util.Set<java.lang.String>getReadOnlyAttributes()Provides the read-only attributesintgetSapPassportServiceValue()Provides the value of the SAP passport servicejava.lang.StringgetSapPassportSystemId()Provides the value of the SAP passport system idjava.lang.StringgetSapPassportUser()Provides the value of the SAP passport userprotected UsergetSessionUser()booleanisAccessRightsEnabled()Provides the value of the authorization by access rights flag.voidsetItemTypeMatch(ItemTypeMatch match)-
Methods inherited from class de.hybris.platform.integrationservices.config.BaseIntegrationServicesConfiguration
getBooleanProperty, getConfigurationService, getIntegerProperty, getStringProperty, setConfigurationService
-
-
-
-
Method Detail
-
getMediaPersistenceMediaNamePrefix
public java.lang.String getMediaPersistenceMediaNamePrefix()
Description copied from interface:IntegrationServicesConfigurationProvides the value of the prefix used in the persisted media- Specified by:
getMediaPersistenceMediaNamePrefixin interfaceIntegrationServicesConfiguration- Returns:
- String with the value of the prefix
-
getSapPassportSystemId
public java.lang.String getSapPassportSystemId()
Description copied from interface:IntegrationServicesConfigurationProvides the value of the SAP passport system id- Specified by:
getSapPassportSystemIdin interfaceIntegrationServicesConfiguration- Returns:
- String with the systemId value.
-
getSapPassportServiceValue
public int getSapPassportServiceValue()
Description copied from interface:IntegrationServicesConfigurationProvides the value of the SAP passport service- Specified by:
getSapPassportServiceValuein interfaceIntegrationServicesConfiguration- Returns:
- int with the service value.
-
getSapPassportUser
public java.lang.String getSapPassportUser()
Description copied from interface:IntegrationServicesConfigurationProvides the value of the SAP passport user- Specified by:
getSapPassportUserin interfaceIntegrationServicesConfiguration- Returns:
- String with the user value.
-
isAccessRightsEnabled
public boolean isAccessRightsEnabled()
Description copied from interface:IntegrationServicesConfigurationProvides the value of the authorization by access rights flag.- Specified by:
isAccessRightsEnabledin interfaceIntegrationServicesConfiguration- Returns:
- true if access rights is enabled, false if it's not.
-
getReadOnlyAttributes
public java.util.Set<java.lang.String> getReadOnlyAttributes()
Description copied from interface:ReadOnlyAttributesConfigurationProvides the read-only attributes- Specified by:
getReadOnlyAttributesin interfaceReadOnlyAttributesConfiguration- Returns:
- set of strings of read-only attribute qualifiers
-
getSessionUser
protected User getSessionUser()
-
getItemTypeMatch
public ItemTypeMatch getItemTypeMatch()
Description copied from interface:ItemSearchConfigurationProvides the ItemTypeMatch- Specified by:
getItemTypeMatchin interfaceItemSearchConfiguration- Returns:
- the ItemTypeMatch
-
setItemTypeMatch
public void setItemTypeMatch(ItemTypeMatch match)
-
-