com.rapidtransform.spec.service
Interface SpecifiedService<SpecifiedType extends Model>
- All Known Subinterfaces:
- ItemService, ProductService
- All Known Implementing Classes:
- ItemServiceImpl, ProductServiceImpl
public interface SpecifiedService<SpecifiedType extends Model>
- Author:
- Steve Werner
addSpecification
Relation<SpecifiedType,Specification> addSpecification(Specified source,
Specification target,
java.lang.String relationType)
throws ConveloException
- Throws:
ConveloException
getSpecifications
java.util.Collection<Specification> getSpecifications(java.lang.String relationQname,
java.lang.String specifiedId)
throws ConveloException
- Throws:
ConveloException