Class DefaultConsumedDestinationLocatorStrategy
java.lang.Object
de.hybris.platform.apiregistryservices.strategies.impl.DefaultConsumedDestinationLocatorStrategy
- All Implemented Interfaces:
ConsumedDestinationLocatorStrategy
public class DefaultConsumedDestinationLocatorStrategy
extends Object
implements ConsumedDestinationLocatorStrategy
Default implementation of interface
ConsumedDestinationLocatorStrategy:
Find the ConsumedDestinationModel by client type name-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DestinationService<AbstractDestinationModel>Lookup the consumed destination for the given client typevoidsetDestinationService(DestinationService<AbstractDestinationModel> destinationService)
-
Field Details
-
CLIENT_CLASS_NAME
- See Also:
-
-
Constructor Details
-
DefaultConsumedDestinationLocatorStrategy
public DefaultConsumedDestinationLocatorStrategy()
-
-
Method Details
-
lookup
Description copied from interface:ConsumedDestinationLocatorStrategyLookup the consumed destination for the given client type- Specified by:
lookupin interfaceConsumedDestinationLocatorStrategy- Parameters:
clientTypeName- the name of client type- Returns:
- the consumed destination for the given client type
-
getDestinationService
-
setDestinationService
-