Class SelectionServiceImpl
java.lang.Object
ch.tocco.nice2.rest.entity.impl.selection.SelectionServiceImpl
- All Implemented Interfaces:
SelectionService
-
Constructor Summary
ConstructorDescriptionSelectionServiceImpl
(Context context, CommandExecutor commandExecutor, SearchService searchService, EntityBeanFactory entityBeanFactory, DataModel dataModel) -
Method Summary
Modifier and TypeMethodDescriptionresolveEntities
(EntitySelectionBean entitySelection, boolean ignoreMissingEntities) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.rest.entity.spi.selection.SelectionService
resolveEntities
-
Constructor Details
-
SelectionServiceImpl
public SelectionServiceImpl(Context context, CommandExecutor commandExecutor, SearchService searchService, EntityBeanFactory entityBeanFactory, DataModel dataModel)
-
-
Method Details
-
resolveEntities
public PrimaryKeyList resolveEntities(EntitySelectionBean entitySelection, boolean ignoreMissingEntities) - Specified by:
resolveEntities
in interfaceSelectionService
-