public interface LookupDao
Modifier and Type | Method and Description |
---|---|
void |
deactivateLookup(Lookup lookup) |
void |
deleteLookup(Lookup lookup) |
Lookup |
getDefaultLookupForType(Integer typeId) |
Lookup |
getLookup(Integer lookupId) |
Lookup |
getLookupByDataValue(String dataValue,
Integer orgId) |
List<Integer> |
getLookupIdsByLookupTypes(List<Integer> lookupTypeIds) |
List<Lookup> |
getLookupList(Integer type) |
void |
saveLookup(Lookup lookup) |
void |
saveLookupList(List<Lookup> lookups) |
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.