|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueMap | |
---|---|
org.jminor.common.model.valuemap | |
org.jminor.framework.domain |
Uses of ValueMap in org.jminor.common.model.valuemap |
---|
Subinterfaces of ValueMap in org.jminor.common.model.valuemap | |
---|---|
interface |
ValueChangeMap<K,V>
A ValueMap extension which keeps track of value modifications. |
Classes in org.jminor.common.model.valuemap that implement ValueMap | |
---|---|
class |
ValueChangeMapImpl<K,V>
A default ValueChangeMap implementation. |
class |
ValueMapImpl<K,V>
A default ValueMap implementation. |
Methods in org.jminor.common.model.valuemap with parameters of type ValueMap | |
---|---|
boolean |
ValueMapValidator.isNullable(ValueMap<K,V> valueMap,
K key)
|
boolean |
DefaultValueMapValidator.isNullable(ValueMap<K,V> valueMap,
K key)
|
boolean |
ValueMapValidator.isValid(ValueMap<K,V> valueMap,
int action)
|
boolean |
DefaultValueMapValidator.isValid(ValueMap<K,V> valueMap,
int action)
|
String |
ValueMap.ToString.toString(ValueMap<K,?> valueMap)
Returns a string representation of the given value map |
String |
StringProvider.toString(ValueMap<K,?> valueMap)
Builds a string from the given value map |
void |
ValueMapValidator.validate(ValueMap<K,V> valueMap,
int action)
Checks if the values in the given value map are valid |
void |
DefaultValueMapValidator.validate(ValueMap<K,V> valueMap,
int action)
Checks if the values in the given value map are valid |
void |
ValueMapValidator.validate(ValueMap<K,V> valueMap,
K key,
int action)
Checks if the value associated with the give key is valid, throws a ValidationException if not |
void |
DefaultValueMapValidator.validate(ValueMap<K,V> valueMap,
K key,
int action)
Checks if the value associated with the give key is valid, throws a ValidationException if not |
Uses of ValueMap in org.jminor.framework.domain |
---|
Subinterfaces of ValueMap in org.jminor.framework.domain | |
---|---|
interface |
Entity
An ORM entity interface, providing access to the property values via the ValueMap interface. |
static interface |
Entity.Key
A class representing a primary key. |
Methods in org.jminor.framework.domain with parameters of type ValueMap | |
---|---|
boolean |
Entities.Validator.isNullable(ValueMap<String,Object> valueMap,
String key)
Returns true if the given property accepts a null value for the given entity, by default this method simply returns property.isNullable() |
void |
Entities.Validator.validate(ValueMap<String,Object> valueMap,
int action)
Checks if the values in the given value map are valid |
void |
Entities.Validator.validate(ValueMap<String,Object> valueMap,
String key,
int action)
Checks if the value associated with the give key is valid, throws a ValidationException if not |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |