Class SAPCPIConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.hybris.scpiconnector.model.SAPCPIConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type SAPCPIConfiguration first defined at extension scpiconnector.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSAPCPIConfiguration.baseUrlattribute defined at extensionscpiconnector.static final StringGenerated constant - Attribute key ofSAPCPIConfiguration.iflowConfigurationattribute defined at extensionscpiconnector.static final StringGenerated constant - Attribute key ofSAPCPIConfiguration.nameattribute defined at extensionscpiconnector.static final StringGenerated constant - Attribute key ofSAPCPIConfiguration.passwordattribute defined at extensionscpiconnector.static final StringGenerated constant - Attribute key ofSAPCPIConfiguration.proxyUrlattribute defined at extensionscpiconnector.static final StringGenerated constant - Attribute key ofSAPCPIConfiguration.usernameattribute defined at extensionscpiconnector.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SAPCPIConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSAPCPIConfigurationModel(String _baseUrl) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCPIConfigurationModel(String _baseUrl, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSAPCPIConfiguration.baseUrlattribute defined at extensionscpiconnector.Generated method - Getter of theSAPCPIConfiguration.iflowConfigurationattribute defined at extensionscpiconnector.getName()Generated method - Getter of theSAPCPIConfiguration.nameattribute defined at extensionscpiconnector.Generated method - Getter of theSAPCPIConfiguration.passwordattribute defined at extensionscpiconnector.Generated method - Getter of theSAPCPIConfiguration.proxyUrlattribute defined at extensionscpiconnector.Generated method - Getter of theSAPCPIConfiguration.usernameattribute defined at extensionscpiconnector.voidsetBaseUrl(String value) Generated method - Setter ofSAPCPIConfiguration.baseUrlattribute defined at extensionscpiconnector.voidGenerated method - Setter ofSAPCPIConfiguration.iflowConfigurationattribute defined at extensionscpiconnector.voidGenerated method - Setter ofSAPCPIConfiguration.nameattribute defined at extensionscpiconnector.voidsetPassword(String value) Generated method - Setter ofSAPCPIConfiguration.passwordattribute defined at extensionscpiconnector.voidsetProxyUrl(String value) Generated method - Setter ofSAPCPIConfiguration.proxyUrlattribute defined at extensionscpiconnector.voidsetUsername(String value) Generated method - Setter ofSAPCPIConfiguration.usernameattribute defined at extensionscpiconnector.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
NAME
Generated constant - Attribute key ofSAPCPIConfiguration.nameattribute defined at extensionscpiconnector.- See Also:
-
USERNAME
Generated constant - Attribute key ofSAPCPIConfiguration.usernameattribute defined at extensionscpiconnector.- See Also:
-
PASSWORD
Generated constant - Attribute key ofSAPCPIConfiguration.passwordattribute defined at extensionscpiconnector.- See Also:
-
BASEURL
Generated constant - Attribute key ofSAPCPIConfiguration.baseUrlattribute defined at extensionscpiconnector.- See Also:
-
PROXYURL
Generated constant - Attribute key ofSAPCPIConfiguration.proxyUrlattribute defined at extensionscpiconnector.- See Also:
-
IFLOWCONFIGURATION
Generated constant - Attribute key ofSAPCPIConfiguration.iflowConfigurationattribute defined at extensionscpiconnector.- See Also:
-
-
Constructor Details
-
SAPCPIConfigurationModel
public SAPCPIConfigurationModel()Generated constructor - Default constructor for generic creation. -
SAPCPIConfigurationModel
public SAPCPIConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SAPCPIConfigurationModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_baseUrl- initial attribute declared by typeSAPCPIConfigurationat extensionscpiconnector
-
SAPCPIConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPCPIConfigurationModel(String _baseUrl, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_baseUrl- initial attribute declared by typeSAPCPIConfigurationat extensionscpiconnector_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getBaseUrl
Generated method - Getter of theSAPCPIConfiguration.baseUrlattribute defined at extensionscpiconnector.- Returns:
- the baseUrl - Base URL of the CPI tenant.
-
getIflowConfiguration
@Accessor(qualifier="iflowConfiguration", type=GETTER) public List<IflowConfigurationModel> getIflowConfiguration()Generated method - Getter of theSAPCPIConfiguration.iflowConfigurationattribute defined at extensionscpiconnector. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the iflowConfiguration - The List if Iflow Specific Configurations.
-
getName
Generated method - Getter of theSAPCPIConfiguration.nameattribute defined at extensionscpiconnector.- Returns:
- the name - Name of the Configuration item.
-
getPassword
Generated method - Getter of theSAPCPIConfiguration.passwordattribute defined at extensionscpiconnector.- Returns:
- the password - Password of the CPI User.
-
getProxyUrl
Generated method - Getter of theSAPCPIConfiguration.proxyUrlattribute defined at extensionscpiconnector.- Returns:
- the proxyUrl - Proxy if required for connection.
-
getUsername
Generated method - Getter of theSAPCPIConfiguration.usernameattribute defined at extensionscpiconnector.- Returns:
- the username - Username of the CPI User.
-
setBaseUrl
Generated method - Setter ofSAPCPIConfiguration.baseUrlattribute defined at extensionscpiconnector.- Parameters:
value- the baseUrl - Base URL of the CPI tenant.
-
setIflowConfiguration
@Accessor(qualifier="iflowConfiguration", type=SETTER) public void setIflowConfiguration(List<IflowConfigurationModel> value) Generated method - Setter ofSAPCPIConfiguration.iflowConfigurationattribute defined at extensionscpiconnector.- Parameters:
value- the iflowConfiguration - The List if Iflow Specific Configurations.
-
setName
Generated method - Setter ofSAPCPIConfiguration.nameattribute defined at extensionscpiconnector.- Parameters:
value- the name - Name of the Configuration item.
-
setPassword
Generated method - Setter ofSAPCPIConfiguration.passwordattribute defined at extensionscpiconnector.- Parameters:
value- the password - Password of the CPI User.
-
setProxyUrl
Generated method - Setter ofSAPCPIConfiguration.proxyUrlattribute defined at extensionscpiconnector.- Parameters:
value- the proxyUrl - Proxy if required for connection.
-
setUsername
Generated method - Setter ofSAPCPIConfiguration.usernameattribute defined at extensionscpiconnector.- Parameters:
value- the username - Username of the CPI User.
-