public interface CodeTypeDao
CodeType
create()
void
delete(CodeType codeType)
List<CodeType>
readAllCodeTypes()
readCodeTypeById(Long codeTypeId)
readCodeTypeByKey(String key)
save(CodeType codeType)
List<CodeType> readAllCodeTypes()
CodeType readCodeTypeById(Long codeTypeId)
List<CodeType> readCodeTypeByKey(String key)
CodeType save(CodeType codeType)
void delete(CodeType codeType)
CodeType create()
Copyright © 2014. All Rights Reserved.