O - Type d'objetpublic final class ContextList<O extends io.vertigo.dynamo.domain.model.DtObject> extends Object
| Constructor and Description |
|---|
ContextList(String contextKey,
AbstractActionSupport action)
Constructeur.
|
ContextList(String contextKey,
io.vertigo.dynamo.domain.metamodel.DtFieldName<O> keyFieldName,
AbstractActionSupport action)
Constructeur.
|
ContextList(String contextKey,
io.vertigo.vega.webservice.validation.DtObjectValidator<O> validator,
AbstractActionSupport action)
Constructeur.
|
ContextList(String contextKey,
io.vertigo.vega.webservice.validation.DtObjectValidator<O> validator,
Optional<io.vertigo.dynamo.domain.metamodel.DtFieldName<O>> keyFieldNameOpt,
AbstractActionSupport action)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
void |
publish(io.vertigo.dynamo.domain.model.DtList<O> dtList)
Ajoute une liste au context.
|
io.vertigo.dynamo.domain.model.DtList<O> |
readDtList() |
public ContextList(String contextKey, AbstractActionSupport action)
contextKey - Clé dans le contextaction - Action strutspublic ContextList(String contextKey, io.vertigo.dynamo.domain.metamodel.DtFieldName<O> keyFieldName, AbstractActionSupport action)
contextKey - Clé dans le contextaction - Action strutspublic ContextList(String contextKey, io.vertigo.vega.webservice.validation.DtObjectValidator<O> validator, AbstractActionSupport action)
contextKey - Clé dans le contextvalidator - Validator a utiliseraction - Action strutspublic ContextList(String contextKey, io.vertigo.vega.webservice.validation.DtObjectValidator<O> validator, Optional<io.vertigo.dynamo.domain.metamodel.DtFieldName<O>> keyFieldNameOpt, AbstractActionSupport action)
contextKey - Clé dans le contextvalidator - Validator a utiliseraction - Action strutspublic void publish(io.vertigo.dynamo.domain.model.DtList<O> dtList)
dtList - List à publierpublic io.vertigo.dynamo.domain.model.DtList<O> readDtList()
Copyright © 2017. All Rights Reserved.