D - Type d'objet métier.P - Type de la clef primaire.public class BrokerBatchImpl<D extends DtObject,P> extends Object implements BrokerBatch<D,P>
| Constructor and Description |
|---|
BrokerBatchImpl(DtDefinition dtDefinition)
Construit une instance de BrokerBatchImpl.
|
| Modifier and Type | Method and Description |
|---|---|
DtList<D> |
getList(Collection<P> idList) |
<O> DtList<D> |
getListByField(String fieldName,
Collection<O> value) |
Map<P,D> |
getMap(Collection<P> idList) |
<O> Map<O,DtList<D>> |
getMapByField(String fieldName,
Collection<O> value) |
public BrokerBatchImpl(DtDefinition dtDefinition)
dtDefinition - Définition associé à l'objet gérépublic DtList<D> getList(Collection<P> idList)
getList in interface BrokerBatch<D extends DtObject,P>public Map<P,D> getMap(Collection<P> idList)
getMap in interface BrokerBatch<D extends DtObject,P>public <O> DtList<D> getListByField(String fieldName, Collection<O> value)
getListByField in interface BrokerBatch<D extends DtObject,P>public <O> Map<O,DtList<D>> getMapByField(String fieldName, Collection<O> value)
getMapByField in interface BrokerBatch<D extends DtObject,P>Copyright © 2014. All Rights Reserved.