Uses of Class
com.rapidtransform.part.model.ItemView

Packages that use ItemView
com.rapidtransform.part.model   
com.rapidtransform.part.service   
com.rapidtransform.part.service.impl   
 

Uses of ItemView in com.rapidtransform.part.model
 

Subclasses of ItemView in com.rapidtransform.part.model
 class Assembly
          An Assembly is a type of ItemView that represents an ItemVersion with sub-items.
 class CollectionView
          Definition of an ItemVersion that serves as a collection of ItemInstance objects that are on the same product but may not be assembled together.
 

Methods in com.rapidtransform.part.model that return ItemView
 ItemView ItemInstance.getItemView()
           
 ItemView ItemViewRelation.getRelated()
           
 ItemView ItemViewRelation.getRelating()
           
 ItemView ItemViewInstanceRelation.getView()
           
 

Methods in com.rapidtransform.part.model that return types with arguments of type ItemView
 java.util.Collection<ItemView> ItemVersion.getItemViews()
           
 

Methods in com.rapidtransform.part.model with parameters of type ItemView
 void ItemVersion.addItemView(ItemView itemView)
           
 void ItemInstance.setItemView(ItemView itemView)
           
 void ItemViewRelation.setRelated(ItemView related)
           
 void ItemViewRelation.setRelating(ItemView relating)
           
 void ItemViewInstanceRelation.setView(ItemView view)
           
 

Method parameters in com.rapidtransform.part.model with type arguments of type ItemView
 void ItemVersion.setItemViews(java.util.Set<ItemView> itemViews)
           
 

Constructors in com.rapidtransform.part.model with parameters of type ItemView
QuantifiedInstance(ItemView forView, java.lang.Integer quantity)
          Construct a QuantifiedInstance with the given quantity and ItemVersion.
SelectedInstance(ItemView forView)
          Creates an instance of the specified version.
SingleInstance(ItemView forView)
          Create an instance for the specified IntemVersion.
SpecifiedInstance(ItemView forView)
          Create an instance for the specified IntemVersion.
 

Uses of ItemView in com.rapidtransform.part.service
 

Methods in com.rapidtransform.part.service that return ItemView
 ItemView ItemService.saveItemView(ItemView itemView)
           
 

Methods in com.rapidtransform.part.service with parameters of type ItemView
 ItemView ItemService.saveItemView(ItemView itemView)
           
 

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

Methods in com.rapidtransform.part.service.impl that return ItemView
 ItemView ItemServiceImpl.saveItemView(ItemView itemView)
           
 

Methods in com.rapidtransform.part.service.impl with parameters of type ItemView
 ItemView ItemServiceImpl.saveItemView(ItemView itemView)