public interface IServiceDefaultStateDAO extends de.taimos.dao.IEntityDAO<EServiceDefaultState,Long>
| Modifier and Type | Method and Description |
|---|---|
EServiceDefaultState |
findByName(String name,
String template) |
List<EServiceDefaultState> |
findByTemplate(String template) |
EServiceDefaultState findByName(String name, String template)
name - the service nametemplate - the template nameList<EServiceDefaultState> findByTemplate(String template)
template - the template nameCopyright © 2014 Cinovo AG. All Rights Reserved.