org.broadleafcommerce.core.util.service
Class CodeTypeServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.util.service.CodeTypeServiceImpl
All Implemented Interfaces:
CodeTypeService

Deprecated.

@Service(value="blCodeTypeService")
@Deprecated
public class CodeTypeServiceImpl
extends Object
implements CodeTypeService


Field Summary
protected  CodeTypeDao codeTypeDao
          Deprecated.  
 
Constructor Summary
CodeTypeServiceImpl()
          Deprecated.  
 
Method Summary
 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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codeTypeDao

protected CodeTypeDao codeTypeDao
Deprecated. 
Constructor Detail

CodeTypeServiceImpl

public CodeTypeServiceImpl()
Deprecated. 
Method Detail

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.