public abstract class ImplHelper extends Object
| Constructor and Description |
|---|
ImplHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends de.taimos.dao.IEntity<?>> |
assertModelFound(T model) |
protected void |
assertName(String name,
de.cinovo.cloudconductor.api.model.INamed object) |
protected <T extends de.taimos.dao.IEntity<?>> |
findByName(IFindNamed<T> dao,
Set<String> names) |
protected <T extends de.taimos.dao.IEntity<?>> |
findByName(IFindNamed<T> dao,
String name) |
protected final <T extends de.taimos.dao.IEntity<?>> void assertModelFound(T model)
T - the type of the model objectmodel - the model objectprotected final void assertName(String name, de.cinovo.cloudconductor.api.model.INamed object)
protected final <T extends de.taimos.dao.IEntity<?>> T findByName(IFindNamed<T> dao, String name)
protected final <T extends de.taimos.dao.IEntity<?>> List<T> findByName(IFindNamed<T> dao, Set<String> names)
Copyright © 2014 Cinovo AG. All Rights Reserved.