Uses of Class
de.hybris.platform.apiregistryservices.jalo.ExposedDestination
-
Packages that use ExposedDestination Package Description de.hybris.platform.apiregistryservices.jalo de.hybris.platform.inboundservices.jalo -
-
Uses of ExposedDestination in de.hybris.platform.apiregistryservices.jalo
Methods in de.hybris.platform.apiregistryservices.jalo that return ExposedDestination Modifier and Type Method Description ExposedDestinationGeneratedApiregistryservicesManager. createExposedDestination(SessionContext ctx, java.util.Map attributeValues)ExposedDestinationGeneratedApiregistryservicesManager. createExposedDestination(java.util.Map attributeValues) -
Uses of ExposedDestination in de.hybris.platform.inboundservices.jalo
Fields in de.hybris.platform.inboundservices.jalo with type parameters of type ExposedDestination Modifier and Type Field Description protected static OneToManyHandler<ExposedDestination>GeneratedInboundChannelConfiguration. EXPOSEDDESTINATIONSHANDLEROneToManyHandlerfor handling 1:n EXPOSEDDESTINATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.inboundservices.jalo that return types with arguments of type ExposedDestination Modifier and Type Method Description java.util.List<ExposedDestination>GeneratedInboundChannelConfiguration. getExposedDestinations()Generated method - Getter of theInboundChannelConfiguration.exposedDestinationsattribute.java.util.List<ExposedDestination>GeneratedInboundChannelConfiguration. getExposedDestinations(SessionContext ctx)Generated method - Getter of theInboundChannelConfiguration.exposedDestinationsattribute.Methods in de.hybris.platform.inboundservices.jalo with parameters of type ExposedDestination Modifier and Type Method Description voidGeneratedInboundChannelConfiguration. addToExposedDestinations(ExposedDestination value)Generated method - Addsvalueto exposedDestinations.voidGeneratedInboundChannelConfiguration. addToExposedDestinations(SessionContext ctx, ExposedDestination value)Generated method - Addsvalueto exposedDestinations.voidGeneratedInboundChannelConfiguration. removeFromExposedDestinations(ExposedDestination value)Generated method - Removesvaluefrom exposedDestinations.voidGeneratedInboundChannelConfiguration. removeFromExposedDestinations(SessionContext ctx, ExposedDestination value)Generated method - Removesvaluefrom exposedDestinations.Method parameters in de.hybris.platform.inboundservices.jalo with type arguments of type ExposedDestination Modifier and Type Method Description voidGeneratedInboundChannelConfiguration. setExposedDestinations(SessionContext ctx, java.util.List<ExposedDestination> value)Generated method - Setter of theInboundChannelConfiguration.exposedDestinationsattribute.voidGeneratedInboundChannelConfiguration. setExposedDestinations(java.util.List<ExposedDestination> value)Generated method - Setter of theInboundChannelConfiguration.exposedDestinationsattribute.
-