com.rapidtransform.product.service.impl
Class ProductServiceImpl
java.lang.Object
com.rapidtransform.core.service.impl.ServiceImpl
com.rapidtransform.core.service.impl.CRUDServiceImpl<Type>
com.rapidtransform.core.service.impl.MetaCRUDServiceImpl<Product>
com.rapidtransform.product.service.impl.ProductServiceImpl
- All Implemented Interfaces:
- CRUDService<Product>, MetaCRUDService<Product>, Service, DocumentedService<Product>, ProductService, SpecifiedService<Product>
public class ProductServiceImpl
- extends MetaCRUDServiceImpl<Product>
- implements ProductService
- Author:
- S. Werner
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductServiceImpl
public ProductServiceImpl()
getProductDao
public ProductDAO getProductDao()
setProductDao
public void setProductDao(ProductDAO productDao)
getLog
public org.apache.commons.logging.Log getLog()
- Specified by:
getLog
in class CRUDServiceImpl<Product>
getSpecifications
public java.util.Collection<Specification> getSpecifications(java.lang.String relationType,
java.lang.String specifiedId)
throws ConveloException
- Specified by:
getSpecifications
in interface SpecifiedService<Product>
- Throws:
ConveloException
addSpecification
public Relation<Product,Specification> addSpecification(Specified source,
Specification target,
java.lang.String relationType)
throws ConveloException
- Specified by:
addSpecification
in interface SpecifiedService<Product>
- Throws:
ConveloException
addDocument
public Relation<Product,Document> addDocument(Documented source,
Document target,
java.lang.String relationType)
throws ConveloException
- Specified by:
addDocument
in interface DocumentedService<Product>
- Throws:
ConveloException
getDocuments
public java.util.Collection<Document> getDocuments(java.lang.String relationQname,
java.lang.String documentedId)
throws ConveloException
- Specified by:
getDocuments
in interface DocumentedService<Product>
- Throws:
ConveloException