|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.controller.map.AbstractMapping
com.acsinet_solutions.cetia4.controller.map.IntKeyDTO_SetMapping
public class IntKeyDTO_SetMapping
Performs the mapping from a set of form fields to a set property that holds a collection of DTOs with a single int key
Derechos Reservados
| Constructor Summary | |
|---|---|
IntKeyDTO_SetMapping(java.lang.Class beanClass,
java.lang.String fieldName,
java.lang.String propertyName)
Create a required set mapping |
|
| Method Summary | |
|---|---|
ValidationIssue |
performMapping(ParameterAccessor request,
java.lang.Object bean)
Iterates the input parameters, and sets the collection of DTO objects. |
| Methods inherited from class com.acsinet_solutions.cetia4.controller.map.AbstractMapping |
|---|
getFieldName, getPropertyName, getReadableName, isNullsAllowed, isRequired, performBigDecimalMapping, performBooleanMapping, performCalendarMapping, performDateMapping, performDoubleMapping, performFloatMapping, performIntMapping, performLongMapping, performStringMapping, setInvalidDateMessageKey, setInvalidIntMessageKey, setInvalidNumericMessageKey, setNullMessageKey, setNullsAllowed, setProperty, setReadableName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntKeyDTO_SetMapping(java.lang.Class beanClass,
java.lang.String fieldName,
java.lang.String propertyName)
| Method Detail |
|---|
public ValidationIssue performMapping(ParameterAccessor request,
java.lang.Object bean)
request - A not-null HttpServletRequest objectbean - A not-null Object instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||