Uses of Class
de.hybris.platform.apiregistryservices.jalo.AbstractDestination
-
Packages that use AbstractDestination Package Description de.hybris.platform.apiregistryservices.jalo -
-
Uses of AbstractDestination in de.hybris.platform.apiregistryservices.jalo
Subclasses of AbstractDestination in de.hybris.platform.apiregistryservices.jalo Modifier and Type Class Description classConsumedDestinationclassExposedDestinationclassGeneratedConsumedDestinationGenerated class for typeConsumedDestination.classGeneratedExposedDestinationGenerated class for typeExposedDestination.Fields in de.hybris.platform.apiregistryservices.jalo with type parameters of type AbstractDestination Modifier and Type Field Description protected static OneToManyHandler<AbstractDestination>GeneratedDestinationTarget. DESTINATIONSHANDLEROneToManyHandlerfor handling 1:n DESTINATIONS's relation attributes from 'many' side.protected static OneToManyHandler<AbstractDestination>GeneratedEndpoint. DESTINATIONSHANDLEROneToManyHandlerfor handling 1:n DESTINATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.apiregistryservices.jalo that return types with arguments of type AbstractDestination Modifier and Type Method Description java.util.Collection<AbstractDestination>GeneratedDestinationTarget. getDestinations()Generated method - Getter of theDestinationTarget.destinationsattribute.java.util.Collection<AbstractDestination>GeneratedDestinationTarget. getDestinations(SessionContext ctx)Generated method - Getter of theDestinationTarget.destinationsattribute.java.util.Collection<AbstractDestination>GeneratedEndpoint. getDestinations()Generated method - Getter of theEndpoint.destinationsattribute.java.util.Collection<AbstractDestination>GeneratedEndpoint. getDestinations(SessionContext ctx)Generated method - Getter of theEndpoint.destinationsattribute.Methods in de.hybris.platform.apiregistryservices.jalo with parameters of type AbstractDestination Modifier and Type Method Description voidGeneratedDestinationTarget. addToDestinations(AbstractDestination value)Generated method - Addsvalueto destinations.voidGeneratedDestinationTarget. addToDestinations(SessionContext ctx, AbstractDestination value)Generated method - Addsvalueto destinations.voidGeneratedEndpoint. addToDestinations(AbstractDestination value)Generated method - Addsvalueto destinations.voidGeneratedEndpoint. addToDestinations(SessionContext ctx, AbstractDestination value)Generated method - Addsvalueto destinations.voidGeneratedDestinationTarget. removeFromDestinations(AbstractDestination value)Generated method - Removesvaluefrom destinations.voidGeneratedDestinationTarget. removeFromDestinations(SessionContext ctx, AbstractDestination value)Generated method - Removesvaluefrom destinations.voidGeneratedEndpoint. removeFromDestinations(AbstractDestination value)Generated method - Removesvaluefrom destinations.voidGeneratedEndpoint. removeFromDestinations(SessionContext ctx, AbstractDestination value)Generated method - Removesvaluefrom destinations.Method parameters in de.hybris.platform.apiregistryservices.jalo with type arguments of type AbstractDestination Modifier and Type Method Description voidGeneratedDestinationTarget. setDestinations(SessionContext ctx, java.util.Collection<AbstractDestination> value)Generated method - Setter of theDestinationTarget.destinationsattribute.voidGeneratedDestinationTarget. setDestinations(java.util.Collection<AbstractDestination> value)Generated method - Setter of theDestinationTarget.destinationsattribute.voidGeneratedEndpoint. setDestinations(SessionContext ctx, java.util.Collection<AbstractDestination> value)Generated method - Setter of theEndpoint.destinationsattribute.voidGeneratedEndpoint. setDestinations(java.util.Collection<AbstractDestination> value)Generated method - Setter of theEndpoint.destinationsattribute.
-