Class LookupTask<A>
java.lang.Object
ch.tocco.nice2.persist.core.api.exec.tasks.PersistTaskBase<A,Entity>
 
ch.tocco.nice2.persist.core.api.exec.tasks.LookupTask<A>
- All Implemented Interfaces:
- PersistTask<A,- Entity> 
Deprecated.
Creates tasks to lookup entities either by primary key or unique id.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final StringDeprecated.protected final booleanDeprecated.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedLookupTask(String entityModel, boolean required) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionstatic PersistTaskBase<EntityId, Entity> getById(boolean required) Deprecated.static PersistTaskBase<PrimaryKey, Entity> Deprecated.static PersistTaskBase<String, Entity> getByPkString(String entityModel, boolean required) Deprecated.static PersistTaskBase<String, Entity> getByUniqueId(String entityModel, boolean required) Deprecated.Methods inherited from class ch.tocco.nice2.persist.core.api.exec.tasks.PersistTaskBaseasListTask, compose, expand, expandFlatMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTaskandThenDo, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, run, skipErrors, unwrap
- 
Field Details- 
entityModelDeprecated.
- 
requiredprotected final boolean requiredDeprecated.
 
- 
- 
Constructor Details- 
LookupTaskDeprecated.
 
- 
- 
Method Details- 
getByIdDeprecated.
- 
getByPkDeprecated.
- 
getByPkStringDeprecated.
- 
getByUniqueIdDeprecated.
 
- 
EntityTasks