Uses of Class
de.hybris.bootstrap.typesystem.YType
-
-
Uses of YType in de.hybris.bootstrap.codegenerator
Methods in de.hybris.bootstrap.codegenerator with parameters of type YType Modifier and Type Method Description java.lang.StringCodeGenerator. getJavaClassName(YType type) -
Uses of YType in de.hybris.bootstrap.codegenerator.jalo
Methods in de.hybris.bootstrap.codegenerator.jalo that return types with arguments of type YType Modifier and Type Method Description static java.util.List<YType>ConstantsWriter. sortTypes(java.util.Collection<YType> types)Method parameters in de.hybris.bootstrap.codegenerator.jalo with type arguments of type YType Modifier and Type Method Description static java.util.List<YType>ConstantsWriter. sortTypes(java.util.Collection<YType> types) -
Uses of YType in de.hybris.bootstrap.codegenerator.platformwebservices
Methods in de.hybris.bootstrap.codegenerator.platformwebservices with parameters of type YType Modifier and Type Method Description ResourceConfigWebservicesConfig. getResourceConfig(YType yType)Deprecated.Returns aResourceConfigfor passed type. -
Uses of YType in de.hybris.bootstrap.codegenerator.platformwebservices.dto
Methods in de.hybris.bootstrap.codegenerator.platformwebservices.dto with parameters of type YType Modifier and Type Method Description protected booleanSingleDtoWriter. isTypeAllowed(YType type, YAttributeDescriptor attribute)Deprecated.Checks whether passedYTypeis supported to be a DTO property. -
Uses of YType in de.hybris.bootstrap.codegenerator.platformwebservices.resource
Methods in de.hybris.bootstrap.codegenerator.platformwebservices.resource that return types with arguments of type YType Modifier and Type Method Description java.util.Map<? extends YType,java.lang.String>SubResourceResolver. getAllSubResources(YComposedType startType, WebservicesConfig provider)Deprecated.java.util.Map<? extends YType,java.lang.String>UniqueSubResourceResolver. getAllSubResources(YComposedType startType, WebservicesConfig provider)Deprecated. -
Uses of YType in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl with parameters of type YType Modifier and Type Method Description protected java.lang.StringDatabaseModelGenerator. getDefaultUnlocalizedColumnPersistenceJavaType(YType type) -
Uses of YType in de.hybris.bootstrap.typesystem
Subclasses of YType in de.hybris.bootstrap.typesystem Modifier and Type Class Description classYAtomicTypeclassYCollectionTypeclassYComposedTypeclassYEnumTypeclassYMapTypeclassYRelationMethods in de.hybris.bootstrap.typesystem with type parameters of type YType Modifier and Type Method Description <T extends YType>
TYTypeSystem. getType(java.lang.String code)Methods in de.hybris.bootstrap.typesystem that return YType Modifier and Type Method Description YTypeYMapType. getArgumentType()YTypeYCollectionType. getElementType()YTypeYNamespace. getOwnType(java.lang.String code)Finds the type with a given code within this namespace.YTypeYMapType. getReturnType()YTypeYDescriptor. getType()Methods in de.hybris.bootstrap.typesystem that return types with arguments of type YType Modifier and Type Method Description java.util.Set<? extends YType>YNamespace. getOwnTypes()java.util.Set<? extends YType>YTypeSystem. getSubtypes(java.lang.String code)java.util.Set<? extends YType>YTypeSystem. getTypes()java.util.Set<? extends YType>YTypeSystem. getTypes(java.util.Set<java.lang.String> codes)Methods in de.hybris.bootstrap.typesystem with parameters of type YType Modifier and Type Method Description protected YAtomicTypeYAttributeDescriptor. getColumnType(YType type)booleanYAtomicType. isAssignableFrom(YType type)booleanYCollectionType. isAssignableFrom(YType type)Tests whether this collection type is assignable from another collection type.booleanYComposedType. isAssignableFrom(YType type)booleanYMapType. isAssignableFrom(YType type)abstract booleanYType. isAssignableFrom(YType type) -
Uses of YType in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem that return YType Modifier and Type Method Description YTypeYPersistedTypeSystem. getType(PK pk)Methods in de.hybris.platform.util.typesystem with parameters of type YType Modifier and Type Method Description PKYPersistedTypeSystem. getPK(YType type)
-