com.rapidtransform.product.dao
Interface ProductClassDAO

All Superinterfaces:
DAO, GenericDAO<ProductClass,java.lang.Long>
All Known Implementing Classes:
ProductClassDAOHibernate

public interface ProductClassDAO
extends GenericDAO<ProductClass,java.lang.Long>

Author:
S. Werner

Method Summary
 java.util.List<Specification> getSpecifications(ProductClass prodClass)
           
 
Methods inherited from interface com.rapidtransform.core.dao.GenericDAO
findAll, findById, findByType, remove, save
 

Method Detail

getSpecifications

java.util.List<Specification> getSpecifications(ProductClass prodClass)
                                                throws org.springframework.dao.DataAccessException
Throws:
org.springframework.dao.DataAccessException