Uses of Class
com.rapidtransform.core.ConveloException

Packages that use ConveloException
com.rapidtransform.core.dao   
com.rapidtransform.core.dao.hibernate   
com.rapidtransform.core.meta   
com.rapidtransform.core.model   
com.rapidtransform.core.model.namespace   
com.rapidtransform.core.service   
com.rapidtransform.core.service.impl   
com.rapidtransform.doc.service   
com.rapidtransform.part.service   
com.rapidtransform.part.service.impl   
com.rapidtransform.product.service.impl   
com.rapidtransform.spec.service   
 

Uses of ConveloException in com.rapidtransform.core.dao
 

Methods in com.rapidtransform.core.dao that throw ConveloException
 Relation RelationDAO.save(Relation relation)
           
 

Uses of ConveloException in com.rapidtransform.core.dao.hibernate
 

Methods in com.rapidtransform.core.dao.hibernate that throw ConveloException
 Relation MetaRelationDAOHibernate.save(Relation relation)
           
 

Uses of ConveloException in com.rapidtransform.core.meta
 

Subclasses of ConveloException in com.rapidtransform.core.meta
 class InvalidMetaRelationException
          Throws if the relation is not specified in a source model type's definition.
 class MetaException
          This exception is thrown when a problem occurs in the Meta layer.
 

Uses of ConveloException in com.rapidtransform.core.model
 

Subclasses of ConveloException in com.rapidtransform.core.model
 class XMLMarshalingException
           
 

Uses of ConveloException in com.rapidtransform.core.model.namespace
 

Subclasses of ConveloException in com.rapidtransform.core.model.namespace
 class InvalidQNameException
           
 

Uses of ConveloException in com.rapidtransform.core.service
 

Methods in com.rapidtransform.core.service that throw ConveloException
 Type CRUDService.create()
           
 Relation MetaCRUDService.createRelation(Type source, Model target, QName relationType)
          Creates a relation with the given type between the source and target models.
 ValidValue ValidValueService.find(java.lang.Class subclass, java.lang.Long id)
          Returns the ValidValue object for the given subclass and id.
 java.util.Collection<ValidValue> ValidValueService.findAll(java.lang.Class subclass)
          Returns a collection of all the ValidValues for the given ValidValue subclass.
 java.util.Collection<ValidValue> ValidValueService.findEnabled(java.lang.Class subclass)
          Returns a collection of all enabled ValidValues for the given ValidValue subclass.
 void ValidValueService.remove(ValidValue validValue)
          Removes the given valid value from the database.
 ValidValue ValidValueService.save(ValidValue validValue)
          Creates or updates the given ValidValue object to the database.
 

Uses of ConveloException in com.rapidtransform.core.service.impl
 

Methods in com.rapidtransform.core.service.impl that throw ConveloException
 Type CRUDServiceImpl.create()
           
 Relation MetaCRUDServiceImpl.createRelation(Type source, Model target, QName relationType)
          Creates a relation with the given type between the source and target models.
 ValidValue ValidValueServiceImpl.find(java.lang.Class subclass, java.lang.Long id)
          Returns the ValidValue object for the given subclass and id.
 java.util.Collection<ValidValue> ValidValueServiceImpl.findAll(java.lang.Class subclass)
          Returns a list of all the valid values for the given ValidValue subclass
 java.util.Collection<ValidValue> ValidValueServiceImpl.findEnabled(java.lang.Class subclass)
          Returns a collection of all enabled ValidValues for the given ValidValue subclass.
 void ValidValueServiceImpl.remove(ValidValue validValue)
          Removes the given valid value from the database.
 ValidValue ValidValueServiceImpl.save(ValidValue validValue)
           
 

Uses of ConveloException in com.rapidtransform.doc.service
 

Methods in com.rapidtransform.doc.service that throw ConveloException
 Relation<DocumentedType,Document> DocumentedService.addDocument(Documented source, Document target, java.lang.String relationType)
           
 java.util.Collection<Document> DocumentedService.getDocuments(java.lang.String relationQname, java.lang.String documentedId)
           
 

Uses of ConveloException in com.rapidtransform.part.service
 

Methods in com.rapidtransform.part.service that throw ConveloException
 Item ItemService.findItem(java.lang.String itemId)
           
 java.util.List ItemService.findItems(java.lang.Integer resultsPerPage)
           
 ItemVersion ItemService.revise(Item item)
           
 Assembly ItemService.saveAssembly(Assembly assembly)
           
 CollectionView ItemService.saveCollectionView(CollectionView collectionView)
           
 ItemInstance ItemService.saveItemInstance(ItemInstance itemInstance)
           
 ItemView ItemService.saveItemView(ItemView itemView)
           
 QuantifiedInstance ItemService.saveQuantifiedInstance(QuantifiedInstance quantifiedInstance)
           
 SelectedInstance ItemService.saveSelectedInstance(SelectedInstance selectedInstance)
           
 SingleInstance ItemService.saveSingleInstance(SingleInstance singleInstance)
           
 SpecifiedInstance ItemService.saveSpecifiedInstance(SpecifiedInstance specifiedInstance)
           
 

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

Methods in com.rapidtransform.part.service.impl that throw ConveloException
 Relation<ItemVersion,Document> ItemServiceImpl.addDocument(Documented source, Document target, java.lang.String relationType)
           
 Relation<ItemVersion,Specification> ItemServiceImpl.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 ItemVersion ItemServiceImpl.create()
          Creates a new Item and returns the initial version (ItemVersion) for the Item.
 Item ItemServiceImpl.findItem(java.lang.String itemId)
          Returns the Item with the specified Id.
 java.util.List ItemServiceImpl.findItems(java.lang.Integer resultsPerPage)
          Returns a paged list of Items.
 java.util.Collection<Document> ItemServiceImpl.getDocuments(java.lang.String relationQname, java.lang.String documentedId)
           
 java.util.Collection<Specification> ItemServiceImpl.getSpecifications(java.lang.String relationQname, java.lang.String specifiedId)
           
 ItemVersion ItemServiceImpl.revise(Item item)
          Creates a new version for the given item.
 Assembly ItemServiceImpl.saveAssembly(Assembly assembly)
           
 CollectionView ItemServiceImpl.saveCollectionView(CollectionView collectionView)
           
 ItemInstance ItemServiceImpl.saveItemInstance(ItemInstance itemInstance)
           
 ItemView ItemServiceImpl.saveItemView(ItemView itemView)
           
 QuantifiedInstance ItemServiceImpl.saveQuantifiedInstance(QuantifiedInstance quantifiedInstance)
           
 SelectedInstance ItemServiceImpl.saveSelectedInstance(SelectedInstance selectedInstance)
           
 SingleInstance ItemServiceImpl.saveSingleInstance(SingleInstance singleInstance)
           
 SpecifiedInstance ItemServiceImpl.saveSpecifiedInstance(SpecifiedInstance specifiedInstance)
           
 

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

Methods in com.rapidtransform.product.service.impl that throw ConveloException
 Relation<Product,Document> ProductServiceImpl.addDocument(Documented source, Document target, java.lang.String relationType)
           
 Relation<Product,Specification> ProductServiceImpl.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 java.util.Collection<Document> ProductServiceImpl.getDocuments(java.lang.String relationQname, java.lang.String documentedId)
           
 java.util.Collection<Specification> ProductServiceImpl.getSpecifications(java.lang.String relationType, java.lang.String specifiedId)
           
 

Uses of ConveloException in com.rapidtransform.spec.service
 

Methods in com.rapidtransform.spec.service that throw ConveloException
 Relation<SpecifiedType,Specification> SpecifiedService.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 java.util.Collection<Specification> SpecifiedService.getSpecifications(java.lang.String relationQname, java.lang.String specifiedId)