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 -
Method Summary
Modifier and TypeMethodDescriptionProvides the ItemTypeMatchProvides the value of the prefix used in the persisted mediaProvides the read-only attributesintProvides the value of the SAP passport serviceProvides the value of the SAP passport system idProvides the value of the SAP passport userprotected UserbooleanProvides 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, getLongProperty, getStringProperty, setConfigurationService, setProperty, setProperty, setProperty
-
Constructor Details
-
DefaultIntegrationServicesConfiguration
public DefaultIntegrationServicesConfiguration()
-
-
Method Details
-
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
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
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
Description copied from interface:ReadOnlyAttributesConfigurationProvides the read-only attributes- Specified by:
getReadOnlyAttributesin interfaceReadOnlyAttributesConfiguration- Returns:
- set of strings of read-only attribute qualifiers
-
getSessionUser
-
getItemTypeMatch
Description copied from interface:ItemSearchConfigurationProvides the ItemTypeMatch- Specified by:
getItemTypeMatchin interfaceItemSearchConfiguration- Returns:
- the ItemTypeMatch
-
setItemTypeMatch
-