Uses of Class
org.broadleafcommerce.gwt.client.datasource.relations.ForeignKeyRestrictionType

Packages that use ForeignKeyRestrictionType
org.broadleafcommerce.gwt.client.datasource.relations   
 

Uses of ForeignKeyRestrictionType in org.broadleafcommerce.gwt.client.datasource.relations
 

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

Methods in org.broadleafcommerce.gwt.client.datasource.relations with parameters of type ForeignKeyRestrictionType
 void ForeignKey.setRestrictionType(ForeignKeyRestrictionType restrictionType)
           
 

Constructors in org.broadleafcommerce.gwt.client.datasource.relations with parameters of type ForeignKeyRestrictionType
ForeignKey(java.lang.String manyToField, java.lang.String foreignKeyClass, java.lang.String dataSourceName, ForeignKeyRestrictionType restrictionType)
           
ForeignKey(java.lang.String manyToField, java.lang.String foreignKeyClass, java.lang.String dataSourceName, ForeignKeyRestrictionType restrictionType, java.lang.String displayValueProperty)
           
 



Copyright © 2011. All Rights Reserved.