org.broadleafcommerce.core.util.dao
Interface CodeTypeDao

All Known Implementing Classes:
CodeTypeDaoImpl

public interface CodeTypeDao


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

Method Detail

readAllCodeTypes

java.util.List<CodeType> readAllCodeTypes()

readCodeTypeById

CodeType readCodeTypeById(java.lang.Long codeTypeId)

readCodeTypeByKey

java.util.List<CodeType> readCodeTypeByKey(java.lang.String key)

save

CodeType save(CodeType codeType)

delete

void delete(CodeType codeType)

create

CodeType create()


Copyright © 2012. All Rights Reserved.