org.broadleafcommerce.core.util.service
Class CodeTypeServiceImpl

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

@Service(value="blCodeTypeService")
public class CodeTypeServiceImpl
extends java.lang.Object
implements CodeTypeService


Field Summary
protected  CodeTypeDao codeTypeDao
           
 
Constructor Summary
CodeTypeServiceImpl()
           
 
Method Summary
 void deleteCodeType(CodeType codeTypeId)
           
 java.util.List<CodeType> findAllCodeTypes()
           
 CodeType lookupCodeTypeById(java.lang.Long codeTypeId)
           
 java.util.List<CodeType> lookupCodeTypeByKey(java.lang.String key)
           
 CodeType save(CodeType codeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codeTypeDao

protected CodeTypeDao codeTypeDao
Constructor Detail

CodeTypeServiceImpl

public CodeTypeServiceImpl()
Method Detail

deleteCodeType

public void deleteCodeType(CodeType codeTypeId)
Specified by:
deleteCodeType in interface CodeTypeService

findAllCodeTypes

public java.util.List<CodeType> findAllCodeTypes()
Specified by:
findAllCodeTypes in interface CodeTypeService

lookupCodeTypeById

public CodeType lookupCodeTypeById(java.lang.Long codeTypeId)
Specified by:
lookupCodeTypeById in interface CodeTypeService

lookupCodeTypeByKey

public java.util.List<CodeType> lookupCodeTypeByKey(java.lang.String key)
Specified by:
lookupCodeTypeByKey in interface CodeTypeService

save

public CodeType save(CodeType codeType)
Specified by:
save in interface CodeTypeService


Copyright © 2012. All Rights Reserved.