@Service(value="blCodeTypeService") @Deprecated public class CodeTypeServiceImpl extends Object implements CodeTypeService
| Modifier and Type | Field and Description |
|---|---|
protected CodeTypeDao |
codeTypeDao
Deprecated.
|
| Constructor and Description |
|---|
CodeTypeServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCodeType(CodeType codeTypeId)
Deprecated.
|
List<CodeType> |
findAllCodeTypes()
Deprecated.
|
CodeType |
lookupCodeTypeById(Long codeTypeId)
Deprecated.
|
List<CodeType> |
lookupCodeTypeByKey(String key)
Deprecated.
|
CodeType |
save(CodeType codeType)
Deprecated.
|
protected CodeTypeDao codeTypeDao
public void deleteCodeType(CodeType codeTypeId)
deleteCodeType in interface CodeTypeServicepublic List<CodeType> findAllCodeTypes()
findAllCodeTypes in interface CodeTypeServicepublic CodeType lookupCodeTypeById(Long codeTypeId)
lookupCodeTypeById in interface CodeTypeServicepublic List<CodeType> lookupCodeTypeByKey(String key)
lookupCodeTypeByKey in interface CodeTypeServicepublic CodeType save(CodeType codeType)
save in interface CodeTypeServiceCopyright © 2014. All Rights Reserved.