O - the type of entitypublic final class UiListUnmodifiable<O extends io.vertigo.dynamo.domain.model.DtObject> extends AbstractUiListUnmodifiable<O>
storeManager, transactionManagermodCount| Constructor and Description |
|---|
UiListUnmodifiable(io.vertigo.dynamo.domain.model.DtList<O> dtList,
Optional<io.vertigo.dynamo.domain.metamodel.DtFieldName<O>> keyFieldNameOpt)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkFormat(io.vertigo.vega.webservice.validation.UiMessageStack uiMessageStack)
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
|
io.vertigo.dynamo.domain.model.DtList<O> |
mergeAndCheckInput(List<io.vertigo.vega.webservice.validation.DtObjectValidator<O>> validators,
io.vertigo.vega.webservice.validation.UiMessageStack uiMessageStack)
Vérifie les UiObjects de la liste, met à jour les objets métiers et retourne la liste.
|
protected io.vertigo.dynamo.domain.model.DtList<O> |
obtainDtList()
Récupère la liste des elements.
|
String |
toString() |
clearUiObjectBuffer, get, getById, getDtDefinition, getObjectType, getUiObjectBuffer, indexOf, initUiObjectByIdIndex, initUiObjectByKeyIndex, obtainUiObjectByIdMap, sizeadd, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamprotected io.vertigo.dynamo.domain.model.DtList<O> obtainDtList()
obtainDtList in class AbstractUiListUnmodifiable<O extends io.vertigo.dynamo.domain.model.DtObject>public io.vertigo.dynamo.domain.model.DtList<O> mergeAndCheckInput(List<io.vertigo.vega.webservice.validation.DtObjectValidator<O>> validators, io.vertigo.vega.webservice.validation.UiMessageStack uiMessageStack)
validators - Validateur à utilisé, peut-être spécifique à l'objet.uiMessageStack - Pile des messages qui sera mise à jourpublic void checkFormat(io.vertigo.vega.webservice.validation.UiMessageStack uiMessageStack)
uiMessageStack - Pile des messages qui sera mise à jourpublic String toString()
toString in class AbstractCollection<io.vertigo.vega.webservice.model.UiObject<O extends io.vertigo.dynamo.domain.model.DtObject>>Copyright © 2017. All Rights Reserved.