|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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(String manyToField,
String foreignKeyClass,
String dataSourceName,
ForeignKeyRestrictionType restrictionType)
|
|
ForeignKey(String manyToField,
String foreignKeyClass,
String dataSourceName,
ForeignKeyRestrictionType restrictionType,
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||