Class AtomicTypeModelRetriever
java.lang.Object
de.hybris.platform.integrationservices.util.AtomicTypeModelRetriever
A helper class to retrieve AtomicTypeModels given a type code.
-
Constructor Summary
ConstructorsConstructorDescriptionAtomicTypeModelRetriever(FlexibleSearchService flexibleSearchService) Creates new instance of the retriever. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the AtomicTypeModel present in the type system.
-
Constructor Details
-
AtomicTypeModelRetriever
Creates new instance of the retriever.- Parameters:
flexibleSearchService- to search for the AtomicTypeModel.
-
-
Method Details
-
get
Retrieves the AtomicTypeModel present in the type system.- Parameters:
type- value for the AtomicTypeModel requested.- Returns:
- an AtomicTypeModel for the given type or null if the type isn't found.
-