public abstract class DefaultHierarchyLookupService<T extends IHierarchialReference,L extends AbstractCategoryLookup<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected L |
lookupById |
protected L |
lookupByName |
Constructor and Description |
---|
DefaultHierarchyLookupService() |
Modifier and Type | Method and Description |
---|---|
T |
getCategory(Long id) |
T |
getCategory(String name) |
L |
getLookupById() |
L |
getLookupByName() |
List<T> |
getParents(T p) |
void |
init() |
void |
setLookupById(L lookupById) |
void |
setLookupByName(L lookupByName) |
protected L extends AbstractCategoryLookup<T> lookupById
protected L extends AbstractCategoryLookup<T> lookupByName
Copyright © 2018. All rights reserved.