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.client.translation   
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.client.translation
 

Methods in org.broadleafcommerce.openadmin.client.translation with parameters of type SupportedFieldType
protected  void AdvancedCriteriaToMVELTranslator.buildExpression(java.lang.StringBuffer sb, java.lang.String entityKey, java.lang.String field, java.lang.Object[] value, SupportedFieldType type, SupportedFieldType secondaryType, java.lang.String operator, boolean includeParenthesis, boolean isFieldComparison, boolean ignoreCase, boolean isNegation, boolean ignoreQuotes)
           
protected  com.smartgwt.client.data.AdvancedCriteria MVELToAdvancedCriteriaTranslator.createCriteria(Expression expression, SupportedFieldType type, SupportedFieldType secondaryType)
           
protected  java.lang.String AdvancedCriteriaToMVELTranslator.formatField(java.lang.String entityKey, SupportedFieldType type, java.lang.String field, boolean ignoreCase, boolean isNegation)
           
protected  java.lang.String AdvancedCriteriaToMVELTranslator.formatValue(java.lang.String fieldName, java.lang.String entityKey, SupportedFieldType type, SupportedFieldType secondaryType, java.lang.Object[] value, boolean isFieldComparison, boolean ignoreCase, boolean ignoreQuotes)
           
protected  void MVELToAdvancedCriteriaTranslator.postProcessCriteria(com.smartgwt.client.data.AdvancedCriteria parentCriteria, com.smartgwt.client.types.OperatorId groupOperator, java.util.List<com.smartgwt.client.data.Criterion> myCriteriaList, int count, com.smartgwt.client.data.Criterion temp, SupportedFieldType type)
           
 

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.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)
           
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)
           
 

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.