O - the type of entitypublic final class UiListUnmodifiable<O extends io.vertigo.dynamo.domain.model.DtObject> extends AbstractUiList<O> implements UiList<O>
storeManager, transactionManagermodCount| Constructor and Description |
|---|
UiListUnmodifiable(io.vertigo.dynamo.domain.model.DtList<O> dtList)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
void |
check(UiObjectValidator<O> validator,
UiMessageStack uiMessageStack)
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
|
io.vertigo.dynamo.domain.model.DtList<O> |
flush() |
protected io.vertigo.dynamo.domain.model.DtList<O> |
obtainDtList()
Récupère la liste des elements.
|
String |
toString() |
io.vertigo.dynamo.domain.model.DtList<O> |
validate(UiObjectValidator<O> validator,
UiMessageStack uiMessageStack)
Vérifie les UiObjects de la liste, met à jour les objets métiers et retourne la liste.
|
clearUiObjectBuffer, get, getById, getDtDefinition, 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, waitgetDtDefinitionadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic UiListUnmodifiable(io.vertigo.dynamo.domain.model.DtList<O> dtList)
dtList - Liste à encapsulerprotected io.vertigo.dynamo.domain.model.DtList<O> obtainDtList()
obtainDtList in class AbstractUiList<O extends io.vertigo.dynamo.domain.model.DtObject>public io.vertigo.dynamo.domain.model.DtList<O> validate(UiObjectValidator<O> validator, UiMessageStack uiMessageStack)
public void check(UiObjectValidator<O> validator, UiMessageStack uiMessageStack)
public io.vertigo.dynamo.domain.model.DtList<O> flush()
public String toString()
toString in class AbstractCollection<UiObject<O extends io.vertigo.dynamo.domain.model.DtObject>>Copyright © 2016. All Rights Reserved.