Uses of Class
de.hybris.bootstrap.typesystem.YAttributeDescriptor
Packages that use YAttributeDescriptor
Package
Description
-
Uses of YAttributeDescriptor in de.hybris.bootstrap.codegenerator.jalo
Methods in de.hybris.bootstrap.codegenerator.jalo that return YAttributeDescriptorMethods in de.hybris.bootstrap.codegenerator.jalo that return types with arguments of type YAttributeDescriptorModifier and TypeMethodDescriptionprotected Set<YAttributeDescriptor>ItemTypeWriter.getAttributes()static Map<YComposedType,List<YAttributeDescriptor>> ConstantsWriter.sortAttributes(Collection<YAttributeDescriptor> attributes) Methods in de.hybris.bootstrap.codegenerator.jalo with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionprotected static StringAbstractTypedAttributeMethod.calculateReturnType(ClassWriter forClass, YAttributeDescriptor desc) protected AddToRelationItemTypeWriter.createAddToRelation(YAttributeDescriptor desc) protected LocalizedAllGetterItemTypeWriter.createLocalizedAllGetter(YAttributeDescriptor desc) protected LocalizedAllSetterItemTypeWriter.createLocalizedAllSetter(YAttributeDescriptor desc) protected RemoveFromRelationItemTypeWriter.createRemoveFromRelation(YAttributeDescriptor desc) protected TypedGetterItemTypeWriter.createTypedGetter(YAttributeDescriptor desc) protected TypedSetterItemTypeWriter.createTypedSetter(YAttributeDescriptor desc) protected voidItemTypeWriter.fillTypedGetter(YAttributeDescriptor ad, String descr, boolean generatePrimitive) protected voidItemTypeWriter.fillTypedSetter(YAttributeDescriptor ad, String descr, boolean generatePrimitive) protected static ClassAbstractPrimitiveAttributeMethod.getPrimitiveType(YAttributeDescriptor desc) protected static StringRemoveFromRelation.getRelatedType(ClassWriter forClass, YAttributeDescriptor desc) protected StringItemTypeWriter.getRelationHandlerMemberName(YAttributeDescriptor relationAttributeDescriptor) static booleanAbstractPrimitiveAttributeMethod.isPrimitive(YAttributeDescriptor desc) protected booleanItemTypeWriter.isRedeclardAsReadable(YAttributeDescriptor ad) protected booleanItemTypeWriter.isRedeclardAsWritable(YAttributeDescriptor ad) protected booleanItemTypeWriter.mustGenerateGetter(YAttributeDescriptor ad) protected booleanItemTypeWriter.mustGenerateSetter(YAttributeDescriptor ad) Method parameters in de.hybris.bootstrap.codegenerator.jalo with type arguments of type YAttributeDescriptorModifier and TypeMethodDescriptionstatic Map<YComposedType,List<YAttributeDescriptor>> ConstantsWriter.sortAttributes(Collection<YAttributeDescriptor> attributes) Constructors in de.hybris.bootstrap.codegenerator.jalo with parameters of type YAttributeDescriptorModifierConstructorDescriptionAbstractAttributeMethodWriter(JaloClassWriter forClass, YAttributeDescriptor desc, String returnTypeFull, String methodName, boolean managerMode) AbstractTypedAttributeMethod(JaloClassWriter forClass, YAttributeDescriptor desc, String returnTypeFull, String prefix, boolean managerMode) AddToRelation(JaloClassWriter forClass, YAttributeDescriptor desc, boolean managerMode) LocalizedAllGetter(JaloClassWriter forClass, YAttributeDescriptor desc, boolean managerMode) LocalizedAllSetter(JaloClassWriter forClass, YAttributeDescriptor desc, boolean managerMode) RelationCount(JaloClassWriter forClass, YAttributeDescriptor desc, boolean managerMode) RemoveFromRelation(JaloClassWriter forClass, YAttributeDescriptor desc, boolean managerMode) TypedGetter(JaloClassWriter forClass, YAttributeDescriptor desc, boolean managerMode) TypedSetter(JaloClassWriter forClass, YAttributeDescriptor descriptor, boolean managerMode, Map<String, List<String>> customSettersSignatureInfoMap) -
Uses of YAttributeDescriptor in de.hybris.bootstrap.codegenerator.model
Methods in de.hybris.bootstrap.codegenerator.model with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionvoidModelConstructorWriter.addParameter(String type, YAttributeDescriptor desc, boolean mandatory) static StringModelNameUtils.getModelOrClass(YAttributeDescriptor attribute, CodeGenerator gen, boolean primitive) Gets the model class string to given attribute type if it is a composed type, otherwise the java class string.Constructors in de.hybris.bootstrap.codegenerator.model with parameters of type YAttributeDescriptorModifierConstructorDescriptionAlternativeModelGetterWriter(ModelGetterWriter defaultWriter, YAttributeDescriptor descriptor, String name) AlternativeModelSetterWriter(ModelSetterWriter defaultWriter, YAttributeDescriptor descriptor, String name) ModelGetterWriter(Visibility visibility, CodeGenerator gen, YAttributeDescriptor descriptor) ModelGetterWriter(Visibility visibility, CodeGenerator gen, YAttributeDescriptor descriptor, String name) ModelGetterWriter(Visibility visibility, CodeGenerator gen, YAttributeDescriptor descriptor, String name, String nullDecorator, boolean isDeprecated, String deprecatedSince) ModelSetterWriter(Visibility visibility, CodeGenerator gen, YAttributeDescriptor descriptor) ModelSetterWriter(Visibility visibility, CodeGenerator gen, YAttributeDescriptor descriptor, boolean isDeprecated, String deprecatedSince) ModelSetterWriter(Visibility visibility, CodeGenerator gen, YAttributeDescriptor descriptor, String attributeName, boolean isDeprecated, String deprecatedSince) -
Uses of YAttributeDescriptor in de.hybris.bootstrap.codegenerator.platformwebservices.dto
Methods in de.hybris.bootstrap.codegenerator.platformwebservices.dto with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionprotected booleanSingleDtoWriter.isTypeAllowed(YType type, YAttributeDescriptor attribute) Deprecated, for removal: This API element is subject to removal in a future version.Checks whether passedYTypeis supported to be a DTO property. -
Uses of YAttributeDescriptor in de.hybris.bootstrap.codegenerator.platformwebservices.resource
Methods in de.hybris.bootstrap.codegenerator.platformwebservices.resource with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionprotected booleanSimpleUniqueIdentifierResolver.isAtrributeUniqueAndAllowed(YAttributeDescriptor attribute) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of YAttributeDescriptor in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionprotected DMLRecordFactory.FactoryYRecordDMLRecordFactory.addAttributeDescriptor(YComposedType enclosingType, YAttributeDescriptor yAttributeDescriptor) protected voidDMLRecordFactory.appendRelationDescriptorAttributes(DMLRecordFactory.FactoryYRecord row, YAttributeDescriptor yAttributeDescriptor) protected booleanDatabaseModelGenerator.canReuseExistingColumnForAttribute(YColumn existingColumn, YAttributeDescriptor attributeDescriptor, YTable targetTable) protected StringDatabaseModelGenerator.getCustomPersistenceType(YAttributeDescriptor attr) protected StringDatabaseModelGenerator.getCustomPersistenceTypeFromAttribute(YAttributeDescriptor attr) protected StringDatabaseModelGenerator.getCustomPersistenceTypeFromAttributeDeployment(YAttributeDescriptor attr) protected StringDatabaseModelGenerator.getDefaultPersistenceJavaType(YAttributeDescriptor attr) protected StringDMLRecordFactory.getDescriptorKey(YComposedType enclosingType, YAttributeDescriptor yAttributeDescriptor) protected StringDatabaseModelGenerator.getPersistenceJavaTypeFromAttributeDeployment(YAttributeDescriptor attr) protected JdbcTypeDatabaseModelGenerator.getPersistenceTypeForJavaType(YAttributeDescriptor attr) -
Uses of YAttributeDescriptor in de.hybris.bootstrap.ddl.model
Methods in de.hybris.bootstrap.ddl.model that return types with arguments of type YAttributeDescriptorMethods in de.hybris.bootstrap.ddl.model with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionYDbModel.computeColumnNameForAttributeInType(YAttributeDescriptor attributeDescriptor, YComposedType enclosingType) YDbModel.findMappedColumn(YComposedType type, YAttributeDescriptor attribute) YTable.findMappedColumn(YAttributeDescriptor attr) voidYColumn.reuseByAttributeDescriptor(YAttributeDescriptor attributeDescriptor) Constructors in de.hybris.bootstrap.ddl.model with parameters of type YAttributeDescriptor -
Uses of YAttributeDescriptor in de.hybris.bootstrap.ddl.pk
Methods in de.hybris.bootstrap.ddl.pk with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionPkFactory.getOrCreatePK(YComposedType yComposedType, YAttributeDescriptor yAttributeDescriptor) -
Uses of YAttributeDescriptor in de.hybris.bootstrap.ddl.pk.impl
Methods in de.hybris.bootstrap.ddl.pk.impl with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionDbTypeSystemDecoratorForPkFactory.getOrCreatePK(YComposedType yComposedType, YAttributeDescriptor yAttributeDescriptor) DefaultPkFactory.getOrCreatePK(YComposedType yComposedType, YAttributeDescriptor yAttributeDescriptor) -
Uses of YAttributeDescriptor in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return YAttributeDescriptorModifier and TypeMethodDescriptionprotected YAttributeDescriptorYTypeSystem.createRelationEndAttribute(YRelation rel, YRelationEnd end, YRelationEnd _other) YComposedType.getAttribute(String qualifier) Returns for the givenqualifierthe YAttributeDescriptor which is defined at this current YComposedType.YTypeSystem.getAttribute(String enclosingTypeCode, String qualifier) YAttributeDeployment.getAttributeDescriptor()YComposedType.getAttributeIncludingSuperType(String qualifier) Returns for the givenqualifierthe YAttributeDescriptor.YAttributeDescriptor.getDeclaringAttribute()YRelation.getLocalizationAttribute()YRelationEnd.getMappedAttribute()YRelationEnd.getMappedLocalizationAttribute()YRelationEnd.getMappedOrderingAttribute()YRelation.getOrderingAttribute()YNamespace.getOwnAttribute(String enclosingTypeCode, String qualifier) YAttributeDescriptor.getSelectionOf()YAttributeDescriptor.getSuperAttribute()PatchedYTypeSystemLoader.loadAttribute(AttributeDTO attributeDTO) YTypeSystemHandler.loadAttribute(AttributeDTO attributeDTO) YTypeSystemLoader.loadAttribute(AttributeDTO dto) Methods in de.hybris.bootstrap.typesystem that return types with arguments of type YAttributeDescriptorModifier and TypeMethodDescriptionYComposedType.getAttributes()YTypeSystem.getAttributes()YTypeSystem.getAttributes(String enclosingTypeCode) YComposedType.YModelConstructor.getConstructorParameters()YComposedType.getDeclaredAttributes()YIndex.getIncludeAttributes()YIndex.getIndexedAttributes()YNamespace.getOwnAttributes()YNamespace.getOwnAttributes(String enclosingTypeCode) YComposedType.getRedeclaredAttributes()Methods in de.hybris.bootstrap.typesystem with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionprotected voidYTypeSystem.createInheritedAttributes(YComposedType composedType, YAttributeDescriptor inheritFrom) protected voidYTypeSystem.deployAttribute(YAttributeDescriptor attDesc) Constructors in de.hybris.bootstrap.typesystem with parameters of type YAttributeDescriptorModifierConstructorDescriptionYAttributeDeployment(YAttributeDescriptor attDesc) protectedYAttributeDeployment(YNamespace container, String deploymentName, String persistenceQualifier, String javaType, YAttributeDeployment.TableType tableType, YAttributeDescriptor attDesc) YAttributeDescriptor(String enclosingType, YAttributeDescriptor inheritedFrom) -
Uses of YAttributeDescriptor in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence that return YAttributeDescriptorModifier and TypeMethodDescriptionprotected YAttributeDescriptorSLDUnsafeTypesProviderBuilder.getYAttributeDescriptor(ComposedType type, AttributeDescriptor ad, YTypeSystem yTypeSystem) Methods in de.hybris.platform.directpersistence with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionprotected booleanSLDUnsafeTypesProviderBuilder.isExposedInModel(YAttributeDescriptor yAd) -
Uses of YAttributeDescriptor in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem that return YAttributeDescriptorMethods in de.hybris.platform.util.typesystem with parameters of type YAttributeDescriptorModifier and TypeMethodDescriptionYTypeSystemSchemaMapping.getColumn(YAttributeDescriptor ad) Retrieves the mapped column for a given attribute.YPersistedTypeSystem.getPK(YAttributeDescriptor ad)