Uses of Class
de.hybris.bootstrap.typesystem.YIndex
-
Packages that use YIndex Package Description de.hybris.bootstrap.typesystem -
-
Uses of YIndex in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return YIndex Modifier and Type Method Description YIndexPatchedYTypeSystemLoader. loadIndex(IndexDTO indexDTO)YIndexYTypeSystemHandler. loadIndex(IndexDTO indexDTO)YIndexYTypeSystemLoader. loadIndex(IndexDTO dto)Methods in de.hybris.bootstrap.typesystem that return types with arguments of type YIndex Modifier and Type Method Description java.util.Set<YIndex>YTypeSystem. getIndexes()java.util.Set<YIndex>YTypeSystem. getIndexes(java.lang.String composedTypeCode)java.util.Set<YIndex>YNamespace. getOwnIndexes()java.util.Set<YIndex>YNamespace. getOwnIndexes(java.lang.String enclosingTypeCode)Methods in de.hybris.bootstrap.typesystem with parameters of type YIndex Modifier and Type Method Description protected voidYTypeSystem. deployIndex(YIndex idx)Constructors in de.hybris.bootstrap.typesystem with parameters of type YIndex Constructor Description YIndexDeployment(YIndex index)
-