Uses of Class
com.rapidtransform.spec.model.Specification

Packages that use Specification
com.rapidtransform.part.dao   
com.rapidtransform.part.dao.hibernate   
com.rapidtransform.part.service.impl   
com.rapidtransform.product.dao   
com.rapidtransform.product.dao.hibernate   
com.rapidtransform.product.service   
com.rapidtransform.product.service.impl   
com.rapidtransform.spec.model   
com.rapidtransform.spec.service   
com.rapidtransform.spec.service.impl   
 

Uses of Specification in com.rapidtransform.part.dao
 

Methods in com.rapidtransform.part.dao that return types with arguments of type Specification
 java.util.Collection<Specification> ItemVersionDAO.getSpecifications(QName relationQname, java.lang.String itemId)
           
 

Uses of Specification in com.rapidtransform.part.dao.hibernate
 

Methods in com.rapidtransform.part.dao.hibernate that return types with arguments of type Specification
 java.util.Collection<Specification> ItemVersionDAOHibernate.getSpecifications(QName relationQname, java.lang.String itemId)
           
 

Uses of Specification in com.rapidtransform.part.service.impl
 

Methods in com.rapidtransform.part.service.impl that return types with arguments of type Specification
 Relation<ItemVersion,Specification> ItemServiceImpl.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 java.util.Collection<Specification> ItemServiceImpl.getSpecifications(java.lang.String relationQname, java.lang.String specifiedId)
           
 

Methods in com.rapidtransform.part.service.impl with parameters of type Specification
 Relation<ItemVersion,Specification> ItemServiceImpl.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 

Uses of Specification in com.rapidtransform.product.dao
 

Methods in com.rapidtransform.product.dao that return types with arguments of type Specification
 java.util.List<Specification> ProductClassDAO.getSpecifications(ProductClass prodClass)
           
 java.util.Collection<Specification> ProductDAO.getSpecifications(QName relationQname, java.lang.String productId)
           
 

Uses of Specification in com.rapidtransform.product.dao.hibernate
 

Methods in com.rapidtransform.product.dao.hibernate that return types with arguments of type Specification
 java.util.List<Specification> ProductClassDAOHibernate.getSpecifications(ProductClass prodClass)
           
 java.util.Collection<Specification> ProductDAOHibernate.getSpecifications(QName relationQname, java.lang.String productId)
           
 

Uses of Specification in com.rapidtransform.product.service
 

Methods in com.rapidtransform.product.service that return types with arguments of type Specification
 java.util.List<Specification> ProductDesignService.getSpecifications(ProductClass productClass)
          Returns all Specifications associated with the given product class.
 

Uses of Specification in com.rapidtransform.product.service.impl
 

Methods in com.rapidtransform.product.service.impl that return types with arguments of type Specification
 Relation<Product,Specification> ProductServiceImpl.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 java.util.List<Specification> ProductDesignServiceImpl.getSpecifications(ProductClass productClass)
          Returns the specifications for the given product class.
 java.util.Collection<Specification> ProductServiceImpl.getSpecifications(java.lang.String relationType, java.lang.String specifiedId)
           
 

Methods in com.rapidtransform.product.service.impl with parameters of type Specification
 Relation<Product,Specification> ProductServiceImpl.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 

Uses of Specification in com.rapidtransform.spec.model
 

Methods in com.rapidtransform.spec.model that return Specification
 Specification AbstractSpecRelation.getSpecification()
           
 Specification BaseSpecRelation.getTarget()
           
 

Methods in com.rapidtransform.spec.model with parameters of type Specification
 void AbstractSpecRelation.setSpecification(Specification specification)
           
 void SpecRelation.setTarget(Specification target)
           
 void BaseSpecRelation.setTarget(Specification target)
           
 

Uses of Specification in com.rapidtransform.spec.service
 

Methods in com.rapidtransform.spec.service that return Specification
 Specification SpecService.findSpecification(java.lang.String id)
           
 

Methods in com.rapidtransform.spec.service that return types with arguments of type Specification
 Relation<SpecifiedType,Specification> SpecifiedService.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 java.util.List<Specification> SpecService.findAllSpecifications()
           
 java.util.Collection<Specification> SpecifiedService.getSpecifications(java.lang.String relationQname, java.lang.String specifiedId)
           
 

Methods in com.rapidtransform.spec.service with parameters of type Specification
 Relation<SpecifiedType,Specification> SpecifiedService.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 

Uses of Specification in com.rapidtransform.spec.service.impl
 

Methods in com.rapidtransform.spec.service.impl that return Specification
 Specification SpecServiceImpl.findSpecification(java.lang.String id)
           
 

Methods in com.rapidtransform.spec.service.impl that return types with arguments of type Specification
 java.util.List<Specification> SpecServiceImpl.findAllSpecifications()