| Package | Description |
|---|---|
| org.broadleafcommerce.common.config.domain | |
| org.broadleafcommerce.common.config.service | |
| org.broadleafcommerce.common.config.service.type |
| Modifier and Type | Method and Description |
|---|---|
SystemPropertyFieldType |
SystemPropertyImpl.getPropertyType() |
SystemPropertyFieldType |
SystemProperty.getPropertyType()
Returns the property field type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemPropertyImpl.setPropertyType(SystemPropertyFieldType propertyType) |
void |
SystemProperty.setPropertyType(SystemPropertyFieldType type)
Sets the property field type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SystemPropertiesServiceImpl.isValueValidForType(String value,
SystemPropertyFieldType type) |
boolean |
SystemPropertiesService.isValueValidForType(String value,
SystemPropertyFieldType type)
Determines if the given value is valid for the specified type
|
| Modifier and Type | Field and Description |
|---|---|
static SystemPropertyFieldType |
SystemPropertyFieldType.BOOLEAN_TYPE |
static SystemPropertyFieldType |
SystemPropertyFieldType.DOUBLE_TYPE |
static SystemPropertyFieldType |
SystemPropertyFieldType.INT_TYPE |
static SystemPropertyFieldType |
SystemPropertyFieldType.LONG_TYPE |
static SystemPropertyFieldType |
SystemPropertyFieldType.STRING_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static SystemPropertyFieldType |
SystemPropertyFieldType.getInstance(String type) |
Copyright © 2014. All Rights Reserved.