Uses of Interface
de.hybris.platform.jalo.type.AttributeAccess
-
Packages that use AttributeAccess Package Description de.hybris.platform.jalo de.hybris.platform.jalo.type -
-
Uses of AttributeAccess in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return AttributeAccess Modifier and Type Method Description protected AttributeAccessExtensibleItem. createNonClassAccessor(AttributeDescriptor fieldDescriptor)protected AttributeAccessItem. createNonClassAccessor(AttributeDescriptor fieldDescriptor)protected AttributeAccessItem. getAccessorFor(java.lang.String qualifier, java.lang.Class myClass)Tries to find a static AttributeAccess member with_AD_+ {attribute qualifier} as name within this item's class and its super classes.Methods in de.hybris.platform.jalo with parameters of type AttributeAccess Modifier and Type Method Description protected static voidItem. internal_registerClassAccessorFor(Tenant tenant, java.lang.Class clazz, java.lang.String qualifier, AttributeAccess access)protected static voidItem. internal_registerNonClassAccessorFor(Tenant tenant, AttributeDescriptor attributeDescriptor, AttributeAccess access)static voidItem. registerAccessFor(java.lang.Class clazz, java.lang.String qualifier, AttributeAccess access)Registers an attribute access for a given item class and qualifier.static voidItem. registerAccessFor(java.lang.String extensionName, java.lang.Class clazz, java.lang.String qualifier, AttributeAccess access) -
Uses of AttributeAccess in de.hybris.platform.jalo.type
Classes in de.hybris.platform.jalo.type that implement AttributeAccess Modifier and Type Class Description classAbstractNonChangeableAttributeAccessBase class for read-only attributes.classConstantAttributeAccessinternal use only!classLocalizableFeatureAccessDefault feature access for localized properties.classOneToManyRelationAttributeAccessclassPropertyAccessDefault feature access for properties.classReflectionAttributeAccessclassRelationAttributeAccessBase class for relation attribute accesses.Methods in de.hybris.platform.jalo.type that return AttributeAccess Modifier and Type Method Description static AttributeAccessReflectionAttributeAccess. createReflectionAccess(Tenant t, java.lang.Class itemClass, AttributeDescriptor ad)
-