com.rapidtransform.spec.service.impl
Class SpecServiceImpl
java.lang.Object
com.rapidtransform.core.service.impl.ServiceImpl
com.rapidtransform.core.service.impl.CRUDServiceImpl<Type>
com.rapidtransform.core.service.impl.MetaCRUDServiceImpl<Specification>
com.rapidtransform.spec.service.impl.SpecServiceImpl
- All Implemented Interfaces:
- CRUDService<Specification>, MetaCRUDService<Specification>, Service, SpecService
public class SpecServiceImpl
- extends MetaCRUDServiceImpl<Specification>
- implements SpecService
- Author:
- S. Werner
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecServiceImpl
public SpecServiceImpl()
getLog
public org.apache.commons.logging.Log getLog()
- Specified by:
getLog
in class CRUDServiceImpl<Specification>
setSpecDao
public void setSpecDao(SpecDAO dao)
setSpecCategoryDao
public void setSpecCategoryDao(SpecCategoryDAO dao)
findAllSpecifications
public java.util.List<Specification> findAllSpecifications()
- Specified by:
findAllSpecifications
in interface SpecService
findSpecification
public Specification findSpecification(java.lang.String id)
- Specified by:
findSpecification
in interface SpecService
save
@Transactional
public SpecCategory save(SpecCategory category)
- Specified by:
save
in interface SpecService
findSpecCategory
public SpecCategory findSpecCategory(java.lang.String id)
- Specified by:
findSpecCategory
in interface SpecService
findTopLevelCategories
public java.util.List<SpecCategory> findTopLevelCategories()
- Specified by:
findTopLevelCategories
in interface SpecService