Class InboundChannelConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.integrationservices.model.InboundChannelConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type InboundChannelConfiguration first defined at extension integrationservices.
Relates an Integration Object to an Authentication Type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofInboundChannelConfiguration.authenticationTypeattribute defined at extensionintegrationservices.static final StringGenerated constant - Attribute key ofInboundChannelConfiguration.exposedDestinationsattribute defined at extensioninboundservices.static final StringGenerated constant - Attribute key ofInboundChannelConfiguration.integrationObjectattribute defined at extensionintegrationservices.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.InboundChannelConfigurationModel(IntegrationObjectModel _integrationObject) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInboundChannelConfigurationModel(IntegrationObjectModel _integrationObject, 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theInboundChannelConfiguration.authenticationTypeattribute defined at extensionintegrationservices.Generated method - Getter of theInboundChannelConfiguration.exposedDestinationsattribute defined at extensioninboundservices.Generated method - Getter of theInboundChannelConfiguration.integrationObjectattribute defined at extensionintegrationservices.voidGenerated method - Setter ofInboundChannelConfiguration.authenticationTypeattribute defined at extensionintegrationservices.voidGenerated method - Setter ofInboundChannelConfiguration.exposedDestinationsattribute defined at extensioninboundservices.voidGenerated method - Setter ofInboundChannelConfiguration.integrationObjectattribute defined at extensionintegrationservices.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:
-
INTEGRATIONOBJECT
Generated constant - Attribute key ofInboundChannelConfiguration.integrationObjectattribute defined at extensionintegrationservices.- See Also:
-
AUTHENTICATIONTYPE
Generated constant - Attribute key ofInboundChannelConfiguration.authenticationTypeattribute defined at extensionintegrationservices.- See Also:
-
EXPOSEDDESTINATIONS
Generated constant - Attribute key ofInboundChannelConfiguration.exposedDestinationsattribute defined at extensioninboundservices.- See Also:
-
-
Constructor Details
-
InboundChannelConfigurationModel
public InboundChannelConfigurationModel()Generated constructor - Default constructor for generic creation. -
InboundChannelConfigurationModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
InboundChannelConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public InboundChannelConfigurationModel(IntegrationObjectModel _integrationObject) 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:
_integrationObject- initial attribute declared by typeInboundChannelConfigurationat extensionintegrationservices
-
InboundChannelConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public InboundChannelConfigurationModel(IntegrationObjectModel _integrationObject, 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:
_integrationObject- initial attribute declared by typeInboundChannelConfigurationat extensionintegrationservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAuthenticationType
@Accessor(qualifier="authenticationType", type=GETTER) public AuthenticationType getAuthenticationType()Generated method - Getter of theInboundChannelConfiguration.authenticationTypeattribute defined at extensionintegrationservices.- Returns:
- the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
-
getExposedDestinations
@Accessor(qualifier="exposedDestinations", type=GETTER) public List<ExposedDestinationModel> getExposedDestinations()Generated method - Getter of theInboundChannelConfiguration.exposedDestinationsattribute defined at extensioninboundservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the exposedDestinations
-
getIntegrationObject
@Accessor(qualifier="integrationObject", type=GETTER) public IntegrationObjectModel getIntegrationObject()Generated method - Getter of theInboundChannelConfiguration.integrationObjectattribute defined at extensionintegrationservices.- Returns:
- the integrationObject - Integration Object configured with authentication for an Inbound Request
-
setAuthenticationType
@Accessor(qualifier="authenticationType", type=SETTER) public void setAuthenticationType(AuthenticationType value) Generated method - Setter ofInboundChannelConfiguration.authenticationTypeattribute defined at extensionintegrationservices.- Parameters:
value- the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
-
setExposedDestinations
@Accessor(qualifier="exposedDestinations", type=SETTER) public void setExposedDestinations(List<ExposedDestinationModel> value) Generated method - Setter ofInboundChannelConfiguration.exposedDestinationsattribute defined at extensioninboundservices.- Parameters:
value- the exposedDestinations
-
setIntegrationObject
@Accessor(qualifier="integrationObject", type=SETTER) public void setIntegrationObject(IntegrationObjectModel value) Generated method - Setter ofInboundChannelConfiguration.integrationObjectattribute defined at extensionintegrationservices.- Parameters:
value- the integrationObject - Integration Object configured with authentication for an Inbound Request
-