org.broadleafcommerce.core.util.dao
Interface CodeTypeDao

All Known Implementing Classes:
CodeTypeDaoImpl

public interface CodeTypeDao


Method Summary
 CodeType create()
           
 void delete(CodeType codeType)
           
 List<CodeType> readAllCodeTypes()
           
 CodeType readCodeTypeById(Long codeTypeId)
           
 List<CodeType> readCodeTypeByKey(String key)
           
 CodeType save(CodeType codeType)
           
 

Method Detail

readAllCodeTypes

List<CodeType> readAllCodeTypes()

readCodeTypeById

CodeType readCodeTypeById(Long codeTypeId)

readCodeTypeByKey

List<CodeType> readCodeTypeByKey(String key)

save

CodeType save(CodeType codeType)

delete

void delete(CodeType codeType)

create

CodeType create()


Copyright © 2012. All Rights Reserved.