org.broadleafcommerce.core.util.service
Class CodeTypeServiceImpl
java.lang.Object
org.broadleafcommerce.core.util.service.CodeTypeServiceImpl
- All Implemented Interfaces:
- CodeTypeService
Deprecated.
@Service(value="blCodeTypeService")
@Deprecated
public class CodeTypeServiceImpl
- extends Object
- implements CodeTypeService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
codeTypeDao
protected CodeTypeDao codeTypeDao
- Deprecated.
CodeTypeServiceImpl
public CodeTypeServiceImpl()
- Deprecated.
deleteCodeType
public void deleteCodeType(CodeType codeTypeId)
- Deprecated.
- Specified by:
deleteCodeType in interface CodeTypeService
findAllCodeTypes
public List<CodeType> findAllCodeTypes()
- Deprecated.
- Specified by:
findAllCodeTypes in interface CodeTypeService
lookupCodeTypeById
public CodeType lookupCodeTypeById(Long codeTypeId)
- Deprecated.
- Specified by:
lookupCodeTypeById in interface CodeTypeService
lookupCodeTypeByKey
public List<CodeType> lookupCodeTypeByKey(String key)
- Deprecated.
- Specified by:
lookupCodeTypeByKey in interface CodeTypeService
save
public CodeType save(CodeType codeType)
- Deprecated.
- Specified by:
save in interface CodeTypeService
Copyright © 2012. All Rights Reserved.