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

Packages that use ForeignKeyRestrictionType
org.broadleafcommerce.openadmin.client.dto   
org.broadleafcommerce.openadmin.server.domain   
 

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

Methods in org.broadleafcommerce.openadmin.client.dto 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.openadmin.client.dto with parameters of type ForeignKeyRestrictionType
 void ForeignKey.setRestrictionType(ForeignKeyRestrictionType restrictionType)
           
 

Constructors in org.broadleafcommerce.openadmin.client.dto 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)
           
 

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

Fields in org.broadleafcommerce.openadmin.server.domain declared as ForeignKeyRestrictionType
protected  ForeignKeyRestrictionType ForeignKeyImpl.restrictionType
           
protected  ForeignKeyRestrictionType AdditionalForeignKeyImpl.restrictionType
           
 

Methods in org.broadleafcommerce.openadmin.server.domain that return ForeignKeyRestrictionType
 ForeignKeyRestrictionType ForeignKey.getRestrictionType()
           
 ForeignKeyRestrictionType ForeignKeyImpl.getRestrictionType()
           
 ForeignKeyRestrictionType AdditionalForeignKeyImpl.getRestrictionType()
           
 

Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type ForeignKeyRestrictionType
 void ForeignKey.setRestrictionType(ForeignKeyRestrictionType restrictionType)
           
 void ForeignKeyImpl.setRestrictionType(ForeignKeyRestrictionType restrictionType)
           
 void AdditionalForeignKeyImpl.setRestrictionType(ForeignKeyRestrictionType restrictionType)
           
 



Copyright © 2011. All Rights Reserved.