Uses of Class
org.broadleafcommerce.openadmin.client.dto.FieldPresentationAttributes

Packages that use FieldPresentationAttributes
org.broadleafcommerce.openadmin.client.dto   
org.broadleafcommerce.openadmin.server.dao   
 

Uses of FieldPresentationAttributes in org.broadleafcommerce.openadmin.client.dto
 

Methods in org.broadleafcommerce.openadmin.client.dto that return FieldPresentationAttributes
 FieldPresentationAttributes FieldPresentationAttributes.cloneFieldPresentationAttributes()
           
 FieldPresentationAttributes FieldMetadata.getPresentationAttributes()
           
 

Methods in org.broadleafcommerce.openadmin.client.dto with parameters of type FieldPresentationAttributes
 void FieldMetadata.setPresentationAttributes(FieldPresentationAttributes presentationAttributes)
           
 

Uses of FieldPresentationAttributes in org.broadleafcommerce.openadmin.server.dao
 

Methods in org.broadleafcommerce.openadmin.server.dao that return types with arguments of type FieldPresentationAttributes
protected  Map<String,FieldPresentationAttributes> DynamicEntityDaoImpl.getFieldPresentationAttributes(Class<?> targetClass)
           
 

Methods in org.broadleafcommerce.openadmin.server.dao with parameters of type FieldPresentationAttributes
protected  void DynamicEntityDaoImpl.buildProperty(Class<?> targetClass, ForeignKey foreignField, ForeignKey[] additionalForeignFields, MergedPropertyType mergedPropertyType, List<org.hibernate.mapping.Property> componentProperties, Map<String,FieldMetadata> fields, String idProperty, String prefix, String propertyName, org.hibernate.type.Type type, boolean isPropertyForeignKey, int additionalForeignKeyIndexPosition, FieldPresentationAttributes presentationAttribute, SupportedFieldType explicitType, Class<?> returnedClass)
           
protected  FieldMetadata DynamicEntityDaoImpl.getFieldMetadata(String prefix, String propertyName, List<org.hibernate.mapping.Property> componentProperties, SupportedFieldType type, SupportedFieldType secondaryType, org.hibernate.type.Type entityType, Class<?> targetClass, FieldPresentationAttributes presentationAttribute, MergedPropertyType mergedPropertyType)
           
protected  FieldMetadata DynamicEntityDaoImpl.getFieldMetadata(String prefix, String propertyName, List<org.hibernate.mapping.Property> componentProperties, SupportedFieldType type, org.hibernate.type.Type entityType, Class<?> targetClass, FieldPresentationAttributes presentationAttribute, MergedPropertyType mergedPropertyType)
           
 Boolean DynamicEntityDaoImpl.testPropertyInclusion(FieldPresentationAttributes presentationAttribute)
           
 

Method parameters in org.broadleafcommerce.openadmin.server.dao with type arguments of type FieldPresentationAttributes
protected  void DynamicEntityDaoImpl.buildProperties(Class<?> targetClass, ForeignKey foreignField, ForeignKey[] additionalForeignFields, String[] additionalNonPersistentProperties, MergedPropertyType mergedPropertyType, Map<String,FieldPresentationAttributes> presentationAttributes, List<org.hibernate.mapping.Property> componentProperties, Map<String,FieldMetadata> fields, List<String> propertyNames, List<org.hibernate.type.Type> propertyTypes, String idProperty, Boolean populateManyToOneFields, String[] includeFields, String[] excludeFields, String configurationKey, String ceilingEntityFullyQualifiedClassname, List<Class<?>> parentClasses, String prefix, Boolean isParentExcluded)
           
 



Copyright © 2012. All Rights Reserved.