com.rapidtransform.product.service
Interface ProductService

All Superinterfaces:
CRUDService<Product>, DocumentedService<Product>, MetaCRUDService<Product>, Service, SpecifiedService<Product>
All Known Implementing Classes:
ProductServiceImpl

public interface ProductService
extends MetaCRUDService<Product>, SpecifiedService<Product>, DocumentedService<Product>

Author:
S. Werner

Method Summary
 
Methods inherited from interface com.rapidtransform.core.service.MetaCRUDService
create, createRelation, findByMetaType
 
Methods inherited from interface com.rapidtransform.core.service.CRUDService
create, find, findAll, save
 
Methods inherited from interface com.rapidtransform.spec.service.SpecifiedService
addSpecification, getSpecifications
 
Methods inherited from interface com.rapidtransform.doc.service.DocumentedService
addDocument, getDocuments