Uses of Class
org.broadleafcommerce.openadmin.client.presentation.SupportedFieldType

Packages that use SupportedFieldType
org.broadleafcommerce.openadmin.client.dto   
org.broadleafcommerce.openadmin.client.presentation   
org.broadleafcommerce.openadmin.server.dao   
org.broadleafcommerce.openadmin.server.domain   
 

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

Methods in org.broadleafcommerce.openadmin.client.dto that return SupportedFieldType
 SupportedFieldType FieldPresentationAttributes.getExplicitFieldType()
           
 SupportedFieldType FieldMetadata.getFieldType()
           
 SupportedFieldType FieldMetadata.getSecondaryType()
           
 

Methods in org.broadleafcommerce.openadmin.client.dto with parameters of type SupportedFieldType
 void FieldPresentationAttributes.setExplicitFieldType(SupportedFieldType fieldType)
           
 void FieldMetadata.setFieldType(SupportedFieldType fieldType)
           
 void FieldMetadata.setSecondaryType(SupportedFieldType secondaryType)
           
 

Uses of SupportedFieldType in org.broadleafcommerce.openadmin.client.presentation
 

Methods in org.broadleafcommerce.openadmin.client.presentation that return SupportedFieldType
static SupportedFieldType SupportedFieldType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SupportedFieldType[] SupportedFieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

Uses of SupportedFieldType in org.broadleafcommerce.openadmin.server.domain
 

Fields in org.broadleafcommerce.openadmin.server.domain declared as SupportedFieldType
protected  SupportedFieldType PropertyImpl.secondaryType
           
 

Methods in org.broadleafcommerce.openadmin.server.domain that return SupportedFieldType
 SupportedFieldType Property.getSecondaryType()
           
 SupportedFieldType PropertyImpl.getSecondaryType()
           
 

Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type SupportedFieldType
 void Property.setSecondaryType(SupportedFieldType secondaryType)
           
 void PropertyImpl.setSecondaryType(SupportedFieldType secondaryType)
           
 



Copyright © 2011. All Rights Reserved.