Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
X
S
save(Type)
- Method in interface com.rapidtransform.core.dao.
GenericDAO
save(Type)
- Method in class com.rapidtransform.core.dao.hibernate.
GenericDAOHibernate
save(Relation)
- Method in class com.rapidtransform.core.dao.hibernate.
MetaRelationDAOHibernate
save(Relation)
- Method in interface com.rapidtransform.core.dao.
RelationDAO
save(Type)
- Method in interface com.rapidtransform.core.service.
CRUDService
save(Type)
- Method in class com.rapidtransform.core.service.impl.
CRUDServiceImpl
save(ValidValue)
- Method in class com.rapidtransform.core.service.impl.
ValidValueServiceImpl
save(ValidValue)
- Method in interface com.rapidtransform.core.service.
ValidValueService
Creates or updates the given ValidValue object to the database.
save(ProductClass)
- Method in class com.rapidtransform.product.service.impl.
ProductDesignServiceImpl
save(Product)
- Method in class com.rapidtransform.product.service.impl.
ProductDesignServiceImpl
save(ProductClass)
- Method in interface com.rapidtransform.product.service.
ProductDesignService
save(SpecCategory)
- Method in class com.rapidtransform.spec.service.impl.
SpecServiceImpl
save(SpecCategory)
- Method in interface com.rapidtransform.spec.service.
SpecService
saveAssembly(Assembly)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
saveAssembly(Assembly)
- Method in interface com.rapidtransform.part.service.
ItemService
saveCollectionView(CollectionView)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
saveCollectionView(CollectionView)
- Method in interface com.rapidtransform.part.service.
ItemService
saveItemInstance(ItemInstance)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
saveItemInstance(ItemInstance)
- Method in interface com.rapidtransform.part.service.
ItemService
saveItemView(ItemView)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
saveItemView(ItemView)
- Method in interface com.rapidtransform.part.service.
ItemService
savePart(Part)
- Method in class com.rapidtransform.part.dao.hibernate.
PartDAOHibernate
savePart(Part)
- Method in interface com.rapidtransform.part.dao.
PartDAO
Saves the given part.
saveQuantifiedInstance(QuantifiedInstance)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
saveQuantifiedInstance(QuantifiedInstance)
- Method in interface com.rapidtransform.part.service.
ItemService
saveRole(Role)
- Method in class com.rapidtransform.admin.dao.hibernate.
RoleDAOHibernate
saveRole(Role)
- Method in interface com.rapidtransform.admin.dao.
RoleDAO
saveRole(Role)
- Method in class com.rapidtransform.admin.service.impl.
UserServiceImpl
saveRole(Role)
- Method in interface com.rapidtransform.admin.service.
UserService
saveSelectedInstance(SelectedInstance)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
saveSelectedInstance(SelectedInstance)
- Method in interface com.rapidtransform.part.service.
ItemService
saveSingleInstance(SingleInstance)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
saveSingleInstance(SingleInstance)
- Method in interface com.rapidtransform.part.service.
ItemService
saveSpecifiedInstance(SpecifiedInstance)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
saveSpecifiedInstance(SpecifiedInstance)
- Method in interface com.rapidtransform.part.service.
ItemService
saveUser(User)
- Method in class com.rapidtransform.admin.dao.hibernate.
UserDAOHibernate
saveUser(User)
- Method in interface com.rapidtransform.admin.dao.
UserDAO
saveUser(User)
- Method in class com.rapidtransform.admin.service.impl.
UserServiceImpl
saveUser(User)
- Method in interface com.rapidtransform.admin.service.
UserService
search(String, SearchCommand)
- Method in class com.rapidtransform.core.search.lucene.
CompassSearchService
Searches the Lucene index for matches to the query in the CompassSearchCommand.
search(String, SearchCommand)
- Method in interface com.rapidtransform.core.search.
SearchService
Performs a search with the given SearchCommand.
SearchCommand
- Interface in
com.rapidtransform.core.search
Interface for a RapidPLM SearchCommand.
SearchQuery
- Interface in
com.rapidtransform.core.search
SearchQueryCompass
- Class in
com.rapidtransform.core.search.lucene
The SearchQueryCompass is a simple query String.
SearchQueryCompass()
- Constructor for class com.rapidtransform.core.search.lucene.
SearchQueryCompass
default constructor
SearchQueryCompass(String)
- Constructor for class com.rapidtransform.core.search.lucene.
SearchQueryCompass
Constructs a search query object with the given query string.
SearchResult
- Class in
com.rapidtransform.core.search
SearchResult()
- Constructor for class com.rapidtransform.core.search.
SearchResult
SearchResults
- Interface in
com.rapidtransform.core.search
SearchResultsCompass
- Class in
com.rapidtransform.core.search.lucene
The results object returned by
com.rapidtransform.core.search.lucene.SearchServiceCompass
when executing a search.
SearchResultsCompass(CompassHit[], long)
- Constructor for class com.rapidtransform.core.search.lucene.
SearchResultsCompass
Constructor using the hits returned from Compass search and time for the search to execute.
SearchResultsCompass(CompassHit[])
- Constructor for class com.rapidtransform.core.search.lucene.
SearchResultsCompass
Constructor specifing only the hits returned from the search
SearchResultsCompass.Page
- Class in
com.rapidtransform.core.search.lucene
SearchResultsCompass internal class used for pagination.
SearchResultsCompass.Page()
- Constructor for class com.rapidtransform.core.search.lucene.
SearchResultsCompass.Page
Default constructor
SearchResultsCompass.Page(CompassHits[])
- Constructor for class com.rapidtransform.core.search.lucene.
SearchResultsCompass.Page
Constructor used to create a page with it's hits cached internally.
SearchService
- Interface in
com.rapidtransform.core.search
SecurityService
- Interface in
com.rapidtransform.core.service
provides convenience methods for security functionality, such as retrieving the currently logged in user.
SecurityServiceAcegi
- Class in
com.rapidtransform.core.service.impl
Implementation of the SecurityService interface that is specific to the Acegi Security framework for Spring.
SecurityServiceAcegi()
- Constructor for class com.rapidtransform.core.service.impl.
SecurityServiceAcegi
SelectedInstance
- Class in
com.rapidtransform.part.model
The SelectedInstance is an item on a product structure whose quantity depends on the selection control constraints (@see SelectionControl).
SelectedInstance()
- Constructor for class com.rapidtransform.part.model.
SelectedInstance
default constructor
SelectedInstance(ItemView)
- Constructor for class com.rapidtransform.part.model.
SelectedInstance
Creates an instance of the specified version.
SerialConfig
- Class in
com.rapidtransform.spec.model
This is a type of manufacturing config that applies from the start serial number through the end serial number specified in this class.
SerialConfig()
- Constructor for class com.rapidtransform.spec.model.
SerialConfig
Service
- Interface in
com.rapidtransform.core.service
Base interface for all RapidPLM services.
ServiceImpl
- Class in
com.rapidtransform.core.service.impl
Base class for all RapidPLM services.
ServiceImpl()
- Constructor for class com.rapidtransform.core.service.impl.
ServiceImpl
setAdditionalContexts(Set<ApplicationContext>)
- Method in class com.rapidtransform.part.model.
ItemView
setAddressLineOne(String)
- Method in class com.rapidtransform.org.model.
Address
setAddressLineTwo(String)
- Method in class com.rapidtransform.org.model.
Address
setAlias(Alias)
- Method in class com.rapidtransform.classification.model.
ClassificationAttribute
setAlias(Set<Alias>)
- Method in class com.rapidtransform.classification.model.
ClassificationSystem
setAliases(Set<Alias>)
- Method in class com.rapidtransform.classification.model.
GenericClassification
setAliases(Set<Alias>)
- Method in class com.rapidtransform.org.model.
Organization
setAliases(Set<Alias>)
- Method in class com.rapidtransform.part.model.
Item
setAliases(Set<Alias>)
- Method in class com.rapidtransform.part.model.
ItemInstance
setAliases(Set<Alias>)
- Method in class com.rapidtransform.part.model.
ItemVersion
setAliases(Set<Alias>)
- Method in class com.rapidtransform.part.model.
ItemView
setAliases(Set<Alias>)
- Method in class com.rapidtransform.product.model.
PhysicalInstance
setAliases(Set<Alias>)
- Method in class com.rapidtransform.product.model.
Product
setAliases(Set<Alias>)
- Method in class com.rapidtransform.product.model.
ProductClass
setAliases(Set<Alias>)
- Method in class com.rapidtransform.spec.model.
SpecCategory
setAliases(Set<Alias>)
- Method in class com.rapidtransform.spec.model.
Specification
setAliasId(String)
- Method in class com.rapidtransform.org.model.
Alias
setApplicationDomain(ApplicationDomain)
- Method in class com.rapidtransform.part.model.
ApplicationContext
setAppliedTo(Effective)
- Method in class com.rapidtransform.spec.model.
EffectivityAssignment
setAspects(Collection<MetaAspect>)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setAssembly(Assembly)
- Method in class com.rapidtransform.part.model.
SpecifiedInstance
setAssembly(PhysicalInstance)
- Method in class com.rapidtransform.product.model.
PhysicalAssemblyRelation
setAssignment(Set<PersonOrganizationAssignment>)
- Method in class com.rapidtransform.org.model.
PersonRole
setAssignment(EffectivityAssignment)
- Method in class com.rapidtransform.spec.model.
Effectivity
setAssociationType(String)
- Method in class com.rapidtransform.spec.model.
ClassSpecificationAssociation
setAuthor(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setAuthority(String)
- Method in class com.rapidtransform.admin.model.
Role
setBillingAddress(Address)
- Method in class com.rapidtransform.org.model.
Organization
setCategoryId(String)
- Method in class com.rapidtransform.spec.model.
SpecCategory
setChildren(Set<ItemClassification>)
- Method in class com.rapidtransform.part.model.
ItemClassification
setCity(String)
- Method in class com.rapidtransform.org.model.
Address
setClassCategories(Set<ClassCategoryAssociation>)
- Method in class com.rapidtransform.product.model.
ProductClass
setClassConditions(Set<ClassConditionAssociation>)
- Method in class com.rapidtransform.product.model.
ProductClass
setClassId(String)
- Method in class com.rapidtransform.product.model.
ProductClass
setClassification(GenericClassification)
- Method in class com.rapidtransform.classification.model.
ClassificationAttribute
setClassificationAssociation(ClassificationAssociation)
- Method in class com.rapidtransform.classification.model.
GenericClassification
setClassified(Classified)
- Method in class com.rapidtransform.classification.model.
ClassificationAssociation
setClassInclusions(Set<ClassInclusionAssociation>)
- Method in class com.rapidtransform.product.model.
ProductClass
setClassSpecs(Set<ClassSpecificationAssociation>)
- Method in class com.rapidtransform.product.model.
ProductClass
setClassStructures(Set<ClassStructureRelation>)
- Method in class com.rapidtransform.product.model.
ProductClass
setCompass(Compass)
- Method in class com.rapidtransform.core.search.lucene.
CompassSearchService
setComplexProductRelations(Set<ComplexProductRelation>)
- Method in class com.rapidtransform.product.model.
Product
setConfigs(Set<Configuration>)
- Method in class com.rapidtransform.part.model.
ItemInstance
setConfigType(Configuration.ConfigurationType)
- Method in class com.rapidtransform.spec.model.
Configuration
setConfiguration(Set<Configuration>)
- Method in class com.rapidtransform.product.model.
ProductComponent
setConfiguration(Set<Configuration>)
- Method in class com.rapidtransform.product.model.
ProductFunction
setConstraintId(String)
- Method in class com.rapidtransform.spec.model.
DesignConstraint
setContent(byte[])
- Method in class com.rapidtransform.doc.model.
Document
setContentType(String)
- Method in class com.rapidtransform.doc.model.
Document
setContext(OrganizationalData)
- Method in class com.rapidtransform.org.model.
OrganizationEvent
setCountry(String)
- Method in class com.rapidtransform.org.model.
Address
setCreatedBy(User)
- Method in class com.rapidtransform.core.model.
VersionControlled
setCreatedBy(User)
- Method in class com.rapidtransform.product.model.
ProductClass
setCreatedDate(Date)
- Method in class com.rapidtransform.core.model.
VersionControlled
setCreatedDate(Date)
- Method in class com.rapidtransform.product.model.
ProductClass
setCurrentPage(Integer)
- Method in class com.rapidtransform.core.search.
AbstractSearchCommand
setDao(GenericDAO<Type, Long>)
- Method in class com.rapidtransform.core.service.impl.
CRUDServiceImpl
setData(Map<String, String>)
- Method in class com.rapidtransform.core.search.
SearchResult
setDefaultUserRole(String)
- Method in class com.rapidtransform.admin.service.impl.
UserServiceImpl
setDefaultValue(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaProperty
setDefinition(Set<FinalDefinition>)
- Method in class com.rapidtransform.product.model.
FinalSolution
setDefinitional(Boolean)
- Method in class com.rapidtransform.classification.model.
ClassificationAssociation
setDeliveryAddress(Address)
- Method in class com.rapidtransform.org.model.
Organization
setDescription(String)
- Method in class com.rapidtransform.admin.model.
Role
setDescription(String)
- Method in class com.rapidtransform.classification.model.
ClassificationAttribute
setDescription(String)
- Method in class com.rapidtransform.classification.model.
ClassificationSystem
setDescription(String)
- Method in class com.rapidtransform.classification.model.
GenericClassification
setDescription(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaClass
setDescription(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setDescription(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaProperty
setDescription(String)
- Method in class com.rapidtransform.core.model.
ValidValue
setDescription(String)
- Method in class com.rapidtransform.doc.model.
Document
setDescription(String)
- Method in class com.rapidtransform.org.model.
Alias
setDescription(String)
- Method in class com.rapidtransform.org.model.
OrganizationEvent
setDescription(String)
- Method in class com.rapidtransform.part.model.
ApplicationContext
setDescription(String)
- Method in class com.rapidtransform.part.model.
GenericItemInstanceRelation
setDescription(String)
- Method in class com.rapidtransform.part.model.
GenericItemViewInstanceRelation
setDescription(String)
- Method in class com.rapidtransform.part.model.
GenericItemViewRelation
setDescription(String)
- Method in class com.rapidtransform.part.model.
Item
setDescription(String)
- Method in class com.rapidtransform.part.model.
ItemClassification
setDescription(String)
- Method in class com.rapidtransform.part.model.
ItemInstance
setDescription(String)
- Method in class com.rapidtransform.part.model.
ItemInstanceRelation
setDescription(String)
- Method in class com.rapidtransform.part.model.
ItemVersion
setDescription(String)
- Method in class com.rapidtransform.part.model.
ItemVersionRelation
setDescription(String)
- Method in class com.rapidtransform.part.model.
ItemViewRelation
setDescription(String)
- Method in class com.rapidtransform.part.model.
MakeFromRelation
setDescription(String)
- Method in class com.rapidtransform.part.model.
Part
setDescription(String)
- Method in class com.rapidtransform.part.model.
ReplacedByRelation
setDescription(String)
- Method in class com.rapidtransform.part.model.
ReplacedUsageRelation
setDescription(String)
- Method in class com.rapidtransform.product.model.
ItemFunctionAssociation
setDescription(String)
- Method in class com.rapidtransform.product.model.
PhysicalInstance
setDescription(String)
- Method in class com.rapidtransform.product.model.
PhysicalInstanceTestResult
setDescription(String)
- Method in class com.rapidtransform.product.model.
Product
setDescription(String)
- Method in class com.rapidtransform.product.model.
ProductClass
setDescription(String)
- Method in class com.rapidtransform.product.model.
ProductComponent
setDescription(String)
- Method in class com.rapidtransform.product.model.
ProductFunction
setDescription(String)
- Method in class com.rapidtransform.product.model.
ProductStructureRelation
setDescription(String)
- Method in class com.rapidtransform.product.model.
TechnicalSolution
setDescription(String)
- Method in class com.rapidtransform.spec.model.
ClassConditionAssociation
setDescription(String)
- Method in class com.rapidtransform.spec.model.
ClassInclusionAssociation
setDescription(String)
- Method in class com.rapidtransform.spec.model.
DescriptiveSpec
setDescription(String)
- Method in class com.rapidtransform.spec.model.
DesignConstraint
setDescription(String)
- Method in class com.rapidtransform.spec.model.
DesignConstraintAssociation
setDescription(String)
- Method in class com.rapidtransform.spec.model.
DesignConstraintRelation
setDescription(String)
- Method in class com.rapidtransform.spec.model.
Effectivity
setDescription(String)
- Method in class com.rapidtransform.spec.model.
SpecCategory
setDescription(String)
- Method in class com.rapidtransform.spec.model.
SpecExpression
setDescription(String)
- Method in class com.rapidtransform.spec.model.
Specification
setDescription(String)
- Method in class com.rapidtransform.spec.model.
SpecInclusion
setDesignConstraint(DesignConstraint)
- Method in class com.rapidtransform.spec.model.
DesignConstraintAssociation
setDesignContraintAssociations(Set<DesignConstraintAssociation>)
- Method in class com.rapidtransform.product.model.
Product
setDictionary(Dictionary)
- Method in class com.rapidtransform.core.meta.service.
MetaServiceImpl
setDisplay(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaClass
setDisplay(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setDisplay(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaPropertyValue
setDisplayKey(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaProperty
setDocumentDao(DocumentDAO)
- Method in class com.rapidtransform.doc.service.impl.
DocumentServiceImpl
setDocuments(Set<Document>)
- Method in class com.rapidtransform.classification.model.
ClassificationAttribute
setDocuments(Set<Document>)
- Method in class com.rapidtransform.classification.model.
ClassificationSystem
setDocuments(Set<Document>)
- Method in class com.rapidtransform.classification.model.
GenericClassification
setDocuments(Set<Document>)
- Method in class com.rapidtransform.org.model.
Organization
setDocuments(Set<Document>)
- Method in class com.rapidtransform.org.model.
Person
setDocuments(Set<Document>)
- Method in class com.rapidtransform.part.model.
Item
setDocuments(Set<Document>)
- Method in class com.rapidtransform.part.model.
ItemInstance
setDocuments(List<Document>)
- Method in class com.rapidtransform.part.model.
ItemInstanceRelation
setDocuments(Set<Relation>)
- Method in class com.rapidtransform.part.model.
ItemVersion
setDocuments(Set<Document>)
- Method in class com.rapidtransform.part.model.
ItemView
setDocuments(Set<Document>)
- Method in class com.rapidtransform.part.model.
ItemViewInstanceRelation
setDocuments(Set<Document>)
- Method in class com.rapidtransform.part.model.
ItemViewRelation
setDocuments(Set)
- Method in class com.rapidtransform.part.model.
Part
setDocuments(Set<Document>)
- Method in class com.rapidtransform.product.model.
PhysicalAssemblyRelation
setDocuments(Set<Document>)
- Method in class com.rapidtransform.product.model.
PhysicalInstance
setDocuments(Set<Document>)
- Method in class com.rapidtransform.product.model.
PhysicalInstanceTestResult
setDocuments(Set<Relation>)
- Method in class com.rapidtransform.product.model.
Product
setDocuments(Set<Document>)
- Method in class com.rapidtransform.product.model.
ProductStructureRelation
setDocuments(Set<Document>)
- Method in class com.rapidtransform.spec.model.
DescriptiveSpec
setDocuments(Set<Document>)
- Method in class com.rapidtransform.spec.model.
DesignConstraint
setDocuments(Set<Document>)
- Method in class com.rapidtransform.spec.model.
SpecCategory
setEffecitivityId(String)
- Method in class com.rapidtransform.spec.model.
Effectivity
setEffective(Boolean)
- Method in class com.rapidtransform.spec.model.
EffectivityAssignment
setEmail(String)
- Method in class com.rapidtransform.org.model.
Address
setEnabled(Boolean)
- Method in class com.rapidtransform.admin.model.
User
setEnabled(boolean)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaPropertyValue
setEnabled(Boolean)
- Method in class com.rapidtransform.core.model.
ValidValue
setEnd(DatedEvent)
- Method in class com.rapidtransform.spec.model.
Effectivity
setEndDate(Calendar)
- Method in class com.rapidtransform.spec.model.
DatedConfig
setEndSerialNumber(String)
- Method in class com.rapidtransform.spec.model.
SerialConfig
setEventType(String)
- Method in class com.rapidtransform.org.model.
OrganizationEvent
setExclusive(Boolean)
- Method in class com.rapidtransform.spec.model.
SpecCategory
setExpressionId(String)
- Method in class com.rapidtransform.spec.model.
SpecExpression
setExtendsClass(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaClass
setFax(String)
- Method in class com.rapidtransform.org.model.
Address
setFileName(String)
- Method in class com.rapidtransform.doc.model.
Document
setFileSize(int)
- Method in class com.rapidtransform.doc.model.
Document
setFirstName(String)
- Method in class com.rapidtransform.org.model.
Person
setFrom(int)
- Method in class com.rapidtransform.core.search.lucene.
SearchResultsCompass.Page
setFunction(ProductFunction)
- Method in class com.rapidtransform.product.model.
ItemFunctionAssociation
setHits(CompassHits[])
- Method in class com.rapidtransform.core.search.lucene.
SearchResultsCompass.Page
Set the Hits for this page.
setHits(CompassHit[])
- Method in class com.rapidtransform.core.search.lucene.
SearchResultsCompass
setId(Long)
- Method in class com.rapidtransform.core.model.
AbstractBaseModel
setIncluded(SpecOperand)
- Method in class com.rapidtransform.spec.model.
SpecInclusion
setIncludes(Collection<MetaInclude>)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setInclusion(Set<SpecInclusion>)
- Method in class com.rapidtransform.spec.model.
SpecExpression
setInclusionId(String)
- Method in class com.rapidtransform.spec.model.
SpecInclusion
setIndexed(boolean)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaProperty
setInfluencedBy(Set<ClassCategoryAssociation>)
- Method in class com.rapidtransform.product.model.
ProductComponent
setInheritanceType(Configuration.InheritanceType)
- Method in class com.rapidtransform.spec.model.
Configuration
setInitialContext(ApplicationContext)
- Method in class com.rapidtransform.part.model.
ItemView
setInstance(ItemInstance)
- Method in class com.rapidtransform.part.model.
ItemViewInstanceRelation
setInstanceRequired(Boolean)
- Method in class com.rapidtransform.product.model.
ProductComponent
setInternalLoc(String)
- Method in class com.rapidtransform.org.model.
Address
setInventoryNumber(String)
- Method in class com.rapidtransform.product.model.
PhysicalInstance
setItem(Item)
- Method in class com.rapidtransform.part.model.
ItemVersion
setItemDAO(ItemDAO)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
setItemFunctions(Set<ItemFunctionAssociation>)
- Method in class com.rapidtransform.part.model.
ItemView
setItemInstanceDAO(ItemInstanceDAO)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
setItemInstances(Set<ItemInstance>)
- Method in class com.rapidtransform.part.model.
ItemView
setItems(Set<Item>)
- Method in class com.rapidtransform.part.model.
ItemClassification
setItemVersion(ItemVersion)
- Method in class com.rapidtransform.part.model.
ItemView
setItemVersionDAO(ItemVersionDAO)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
setItemVersions(Set<ItemVersion>)
- Method in class com.rapidtransform.part.model.
Item
setItemView(ItemView)
- Method in class com.rapidtransform.part.model.
ItemInstance
setItemViewDAO(ItemViewDAO)
- Method in class com.rapidtransform.part.service.impl.
ItemServiceImpl
setItemViewRelations(Set<ItemViewRelation>)
- Method in class com.rapidtransform.part.model.
ItemView
setItemViews(Set<ItemView>)
- Method in class com.rapidtransform.part.model.
ItemVersion
setIteration(int)
- Method in class com.rapidtransform.core.model.
VersionControlled
setJavaClass(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaClass
setLastName(String)
- Method in class com.rapidtransform.org.model.
Person
setLevelType(String)
- Method in class com.rapidtransform.product.model.
ProductClass
setLoadedModels(Map<QName, MetaModel>)
- Method in class com.rapidtransform.core.meta.service.
DictionaryImpl
setLocalName(String)
- Method in class com.rapidtransform.core.model.namespace.
QName
setLocation(Address)
- Method in class com.rapidtransform.org.model.
PersonRole
setLotId(String)
- Method in class com.rapidtransform.product.model.
PhysicalInstance
setLotId(String)
- Method in class com.rapidtransform.spec.model.
LotConfig
setLotSize(String)
- Method in class com.rapidtransform.spec.model.
LotConfig
setMandatory(Boolean)
- Method in class com.rapidtransform.spec.model.
ClassCategoryAssociation
setManufacturingConfig(Set<ManufacturingConfig>)
- Method in class com.rapidtransform.part.model.
ItemInstance
setManufacturingConfigs(Set<ManufacturingConfig>)
- Method in class com.rapidtransform.part.model.
ItemInstance
setMessageSource(ResourceBundleMessageSource)
- Method in class com.rapidtransform.core.service.impl.
ServiceImpl
The message source contains the log and exception messages for the application.
setMetaEntities(Map<String, Namespace>)
- Method in class com.rapidtransform.core.meta.service.
MetaSessionFactory
setMetaService(MetaService)
- Method in class com.rapidtransform.core.dao.hibernate.
MetaRelationDAOHibernate
setMetaService(MetaService)
- Method in class com.rapidtransform.core.meta.service.
MetaSessionFactory
setMetaService(MetaService)
- Method in class com.rapidtransform.core.search.lucene.
MetaCompassBean
setMetaService(MetaService)
- Method in class com.rapidtransform.core.search.lucene.
MetaSaveAdvice
setMetaService(MetaService)
- Method in class com.rapidtransform.core.service.impl.
MetaCRUDServiceImpl
setMetaTypeName(QName)
- Method in class com.rapidtransform.core.model.
AbstractBaseModel
setMetaTypeName(QName)
- Method in interface com.rapidtransform.core.model.
Model
setMetaTypeName(QName)
- Method in class com.rapidtransform.core.type.
DynamicPropertyHolder
setMetaTypeName(QName)
- Method in interface com.rapidtransform.core.type.
PropertyHolder
setMiddleName(String)
- Method in class com.rapidtransform.org.model.
Person
setModelResources(List<Resource>)
- Method in class com.rapidtransform.core.meta.service.
MetaServiceImpl
setModels(List<String>)
- Method in class com.rapidtransform.core.meta.service.
MetaServiceImpl
setModifiedBy(User)
- Method in class com.rapidtransform.core.model.
VersionControlled
setModifiedBy(User)
- Method in class com.rapidtransform.product.model.
ProductClass
setModifiedDate(Date)
- Method in class com.rapidtransform.core.model.
VersionControlled
setModifiedDate(Date)
- Method in class com.rapidtransform.product.model.
ProductClass
setMultiselect(boolean)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaType
setName(String)
- Method in class com.rapidtransform.admin.model.
Role
setName(String)
- Method in class com.rapidtransform.classification.model.
ClassificationAttribute
setName(QName)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaClass
setName(QName)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setName(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaProperty
setName(String)
- Method in class com.rapidtransform.core.model.
ValidValue
setName(String)
- Method in class com.rapidtransform.doc.model.
Document
setName(String)
- Method in class com.rapidtransform.org.model.
Organization
setName(String)
- Method in class com.rapidtransform.part.model.
Item
setName(String)
- Method in class com.rapidtransform.part.model.
ItemView
setName(String)
- Method in class com.rapidtransform.part.model.
Part
setName(String)
- Method in class com.rapidtransform.product.model.
Product
setName(String)
- Method in class com.rapidtransform.product.model.
ProductClass
setName(String)
- Method in class com.rapidtransform.product.model.
ProductComponent
setName(String)
- Method in class com.rapidtransform.product.model.
ProductFunction
setName(String)
- Method in class com.rapidtransform.spec.model.
DescriptiveSpec
setName(String)
- Method in class com.rapidtransform.spec.model.
DesignConstraint
setName(String)
- Method in class com.rapidtransform.spec.model.
Specification
setNamespaces(Collection<MetaNamespace>)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setOffset(Duration)
- Method in class com.rapidtransform.org.model.
OrganizationEvent
setOperands(Set<SpecOperand>)
- Method in class com.rapidtransform.spec.model.
SpecExpression
setOperator(SpecExpression.Operator)
- Method in class com.rapidtransform.spec.model.
SpecExpression
setOrganization(Organization)
- Method in class com.rapidtransform.org.model.
PersonRole
setOrganization(Organization)
- Method in class com.rapidtransform.spec.model.
Effectivity
setOrganizationId(String)
- Method in class com.rapidtransform.org.model.
Organization
setOrganizations(Set<Organization>)
- Method in class com.rapidtransform.spec.model.
ManufacturingConfig
setPages(SearchResultsCompass.Page[])
- Method in class com.rapidtransform.core.search.lucene.
SearchResultsCompass
setPageSize(Integer)
- Method in class com.rapidtransform.core.search.
AbstractSearchCommand
setParameterValues(Properties)
- Method in class com.rapidtransform.core.type.
EnumUserType
setParent(SpecCategory)
- Method in class com.rapidtransform.spec.model.
SpecCategory
setParentId(Long)
- Method in class com.rapidtransform.spec.model.
AbstractSpecRelation
setPassword(String)
- Method in class com.rapidtransform.admin.model.
User
setPasswordEncoder(PasswordEncoder)
- Method in class com.rapidtransform.core.service.impl.
SecurityServiceAcegi
setPeriod(Duration)
- Method in class com.rapidtransform.spec.model.
Effectivity
setPersistentClass(Class<Type>)
- Method in class com.rapidtransform.core.dao.hibernate.
GenericDAOHibernate
setPersistentClass(Class<Type>)
- Method in class com.rapidtransform.core.service.impl.
CRUDServiceImpl
setPersistentType(Class)
- Method in class com.rapidtransform.core.type.
GenericPropertyValue
setPerson(Person)
- Method in class com.rapidtransform.admin.model.
User
setPersonDateOrg(Set<PersonDateOrg>)
- Method in class com.rapidtransform.org.model.
PersonRole
setPersonDateOrgs(Set<PersonDateOrg>)
- Method in class com.rapidtransform.org.model.
Organization
setPersonOrgAssignment(PersonOrganizationAssignment)
- Method in class com.rapidtransform.org.model.
Organization
setPersonRoleRelation(Set<PersonRoleRelation>)
- Method in class com.rapidtransform.org.model.
PersonRole
setPhone(String)
- Method in class com.rapidtransform.org.model.
Address
setPhysicalAssemblies(Set<PhysicalAssemblyRelation>)
- Method in class com.rapidtransform.product.model.
PhysicalInstance
setPhysicalInstance(PhysicalInstance)
- Method in class com.rapidtransform.product.model.
PhysicalAssemblyRelation
setPlacement(Set<ComponentPlacement>)
- Method in class com.rapidtransform.product.model.
ProductComponent
setPostalAddress(Address)
- Method in class com.rapidtransform.org.model.
Organization
setPostalCode(String)
- Method in class com.rapidtransform.org.model.
Address
setPreferredAddress(Address)
- Method in class com.rapidtransform.org.model.
Person
setPrefix(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaNamespace
setPrefix(String)
- Method in class com.rapidtransform.core.model.namespace.
QName
setProbabilityRate(Integer)
- Method in class com.rapidtransform.product.model.
SupplierSolution
setProduct(Product)
- Method in class com.rapidtransform.product.model.
ProductDesign
setProductClass(ProductClass)
- Method in class com.rapidtransform.product.model.
Product
setProductClassDao(ProductClassDAO)
- Method in class com.rapidtransform.product.service.impl.
ProductDesignServiceImpl
setProductDao(ProductDAO)
- Method in class com.rapidtransform.product.service.impl.
ProductServiceImpl
setProductDesign(ProductDesign)
- Method in class com.rapidtransform.part.model.
ItemVersion
setProductId(String)
- Method in class com.rapidtransform.product.model.
Product
setProducts(Set<Product>)
- Method in class com.rapidtransform.product.model.
ProductClass
setProductStructureRelations(Set<ProductStructureRelation>)
- Method in class com.rapidtransform.product.model.
Product
setProperties(List<MetaProperty>)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaClass
setProperties(Map<QName, MetaProperty>)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setProperties(Map<String, Object>)
- Method in class com.rapidtransform.core.type.
DynamicPropertyHolder
setProperties(Map<String, Object>)
- Method in interface com.rapidtransform.core.type.
PropertyHolder
setProperty(String, Object)
- Method in class com.rapidtransform.core.type.
DynamicPropertyHolder
setProperty(String, Object)
- Method in interface com.rapidtransform.core.type.
PropertyHolder
setPropertyHolder(PropertyHolder)
- Method in class com.rapidtransform.core.model.
AbstractBaseModel
setPropertyHolder(PropertyHolder)
- Method in interface com.rapidtransform.core.model.
Model
setPublished(Date)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setPurpose(String)
- Method in class com.rapidtransform.part.model.
CollectionView
setQuantity(Integer)
- Method in class com.rapidtransform.part.model.
QuantifiedInstance
setQuantity(Quantity)
- Method in class com.rapidtransform.part.model.
SelectedInstance
setQuantity(Integer)
- Method in class com.rapidtransform.product.model.
Quantity
The actual quantity value.
setQuery(SearchQueryCompass)
- Method in class com.rapidtransform.core.search.lucene.
CompassSearchCommand
setQuery(String)
- Method in class com.rapidtransform.core.search.lucene.
SearchQueryCompass
setRange(boolean)
- Method in class com.rapidtransform.product.model.
Quantity
setRealizationOf(ItemInstance)
- Method in class com.rapidtransform.product.model.
PhysicalAssemblyRelation
setRealizationOf(PhysicalInstanceDefinition)
- Method in class com.rapidtransform.product.model.
PhysicalInstance
setRegion(String)
- Method in class com.rapidtransform.org.model.
Address
setRelated(ItemInstance)
- Method in class com.rapidtransform.part.model.
ItemInstanceRelation
setRelated(ItemVersion)
- Method in class com.rapidtransform.part.model.
ItemVersionRelation
setRelated(ItemView)
- Method in class com.rapidtransform.part.model.
ItemViewRelation
setRelated(ItemInstance)
- Method in class com.rapidtransform.part.model.
SpecifiedInstance
setRelated(Product)
- Method in class com.rapidtransform.product.model.
ComplexProductRelation
setRelated(ItemInstance)
- Method in class com.rapidtransform.product.model.
ProductToItemInstance
setRelated(Product)
- Method in class com.rapidtransform.product.model.
ProductToProduct
setRelated(DesignConstraint)
- Method in class com.rapidtransform.spec.model.
DesignConstraintRelation
setRelating(ItemInstance)
- Method in class com.rapidtransform.part.model.
ItemInstanceRelation
setRelating(ItemVersion)
- Method in class com.rapidtransform.part.model.
ItemVersionRelation
setRelating(ItemView)
- Method in class com.rapidtransform.part.model.
ItemViewRelation
setRelating(Product)
- Method in class com.rapidtransform.product.model.
ComplexProductRelation
setRelating(Product)
- Method in class com.rapidtransform.product.model.
ProductStructureRelation
setRelating(DesignConstraint)
- Method in class com.rapidtransform.spec.model.
DesignConstraintRelation
setRelation(Set<DesignConstraintRelation>)
- Method in class com.rapidtransform.spec.model.
DesignConstraint
setRelationDao(RelationDAO)
- Method in class com.rapidtransform.core.service.impl.
MetaCRUDServiceImpl
setRelationEntities(Map<NamespaceRelation, String>)
- Method in class com.rapidtransform.core.dao.hibernate.
MetaRelationDAOHibernate
setRelations(List<MetaRelation>)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaClass
setRelations(Set<ItemInstanceRelation>)
- Method in class com.rapidtransform.part.model.
ItemInstance
setRelevantFor(Set<ApplicationContext>)
- Method in class com.rapidtransform.product.model.
ProductComponent
setRelevantFor(Set<ApplicationContext>)
- Method in class com.rapidtransform.product.model.
ProductFunction
setRequired(boolean)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaProperty
setResourceLoader(ResourceLoader)
- Method in class com.rapidtransform.core.meta.service.
MetaServiceImpl
setRole(Role)
- Method in class com.rapidtransform.admin.model.
UserRoleRelation
setRole(String)
- Method in class com.rapidtransform.classification.model.
ClassificationAssociation
setRole(String)
- Method in class com.rapidtransform.org.model.
PersonRole
setRole(EffectivityAssignment.EffectivityRole)
- Method in class com.rapidtransform.spec.model.
EffectivityAssignment
setRoleDAO(RoleDAO)
- Method in class com.rapidtransform.admin.service.impl.
UserServiceImpl
setRoles(Set<UserRoleRelation>)
- Method in class com.rapidtransform.admin.model.
User
setRoles(Set<PersonRole>)
- Method in class com.rapidtransform.org.model.
Person
setScope(Organization)
- Method in class com.rapidtransform.org.model.
Alias
setSearchable(boolean)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaClass
setSearchCriteria(Map<String, String>)
- Method in class com.rapidtransform.core.search.
AdvancedSearchCommand
setSearchTime(long)
- Method in class com.rapidtransform.core.search.lucene.
SearchResultsCompass
setSecurityService(SecurityService)
- Method in class com.rapidtransform.admin.service.impl.
UserServiceImpl
setSecurityService(SecurityService)
- Method in class com.rapidtransform.core.service.impl.
ServiceImpl
The security service is used by other services to obtain authentication or authorization information from the current session context.
setSelected(boolean)
- Method in class com.rapidtransform.core.search.lucene.
SearchResultsCompass.Page
setSelectionControl(String)
- Method in class com.rapidtransform.part.model.
SelectedInstance
setSerialNumber(String)
- Method in class com.rapidtransform.product.model.
PhysicalInstance
setSize(int)
- Method in class com.rapidtransform.core.search.lucene.
SearchResultsCompass.Page
setSolutionFor(ConfiguredSpec)
- Method in class com.rapidtransform.spec.model.
Configuration
setSolutionFor(ProductDesign)
- Method in class com.rapidtransform.spec.model.
ManufacturingConfig
setSource(ClassSource)
- Method in class com.rapidtransform.classification.model.
GenericClassification
setSource(SourceType)
- Method in class com.rapidtransform.core.model.
BaseRelation
setSource(Namespace)
- Method in class com.rapidtransform.core.model.namespace.
NamespaceRelation
setSource(SourceType)
- Method in class com.rapidtransform.spec.model.
BaseSpecRelation
setSource(SourceType)
- Method in interface com.rapidtransform.spec.model.
SpecRelation
setSpecCategory(SpecCategory)
- Method in class com.rapidtransform.spec.model.
ClassCategoryAssociation
setSpecCategory(SpecCategory)
- Method in class com.rapidtransform.spec.model.
Specification
setSpecCategoryDao(SpecCategoryDAO)
- Method in class com.rapidtransform.spec.service.impl.
SpecServiceImpl
setSpecDao(SpecDAO)
- Method in class com.rapidtransform.spec.service.impl.
SpecServiceImpl
setSpecExpression(SpecExpression)
- Method in class com.rapidtransform.spec.model.
ClassConditionAssociation
setSpecId(String)
- Method in class com.rapidtransform.spec.model.
Specification
setSpecification(Specification)
- Method in class com.rapidtransform.spec.model.
AbstractSpecRelation
setSpecInclusion(SpecInclusion)
- Method in class com.rapidtransform.spec.model.
ClassInclusionAssociation
setSpecInclusion(SpecInclusion)
- Method in class com.rapidtransform.spec.model.
Specification
setSpecPackage(Boolean)
- Method in class com.rapidtransform.spec.model.
Specification
setSpecs(Set<Relation>)
- Method in class com.rapidtransform.part.model.
ItemVersion
setSpecs(Set<Relation>)
- Method in class com.rapidtransform.product.model.
Product
setStart(DatedEvent)
- Method in class com.rapidtransform.spec.model.
Effectivity
setStartDate(Calendar)
- Method in class com.rapidtransform.spec.model.
DatedConfig
setStartSerialNumber(String)
- Method in class com.rapidtransform.spec.model.
SerialConfig
setState(LifecycleState)
- Method in class com.rapidtransform.part.model.
ApplicationContext
setState(LifecycleState)
- Method in class com.rapidtransform.part.model.
Part
setStatus(FinalSolution.Status)
- Method in class com.rapidtransform.product.model.
FinalSolution
setSubCategories(Set<SpecCategory>)
- Method in class com.rapidtransform.spec.model.
SpecCategory
setSubClassification(ItemClassification)
- Method in class com.rapidtransform.part.model.
ItemClassificationHierarchy
setSupplier(Organization)
- Method in class com.rapidtransform.product.model.
SupplierSolution
setTarget(TargetType)
- Method in class com.rapidtransform.core.model.
BaseRelation
setTarget(Namespace)
- Method in class com.rapidtransform.core.model.namespace.
NamespaceRelation
setTarget(Specification)
- Method in class com.rapidtransform.spec.model.
BaseSpecRelation
setTarget(Specification)
- Method in interface com.rapidtransform.spec.model.
SpecRelation
setTargetType(QName)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaRelation
setTechDescription(String)
- Method in class com.rapidtransform.part.model.
ToolItemRelation
setTestActivity(TestActivity)
- Method in class com.rapidtransform.product.model.
PhysicalInstanceTestResult
setTestResultId(String)
- Method in class com.rapidtransform.product.model.
PhysicalInstanceTestResult
setTestResults(Set<PhysicalInstanceTestResult>)
- Method in class com.rapidtransform.product.model.
PhysicalInstance
setTitle(String)
- Method in class com.rapidtransform.org.model.
Person
setType(QName)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaProperty
setType(Organization.OrganizationType)
- Method in class com.rapidtransform.org.model.
Organization
setType(Assembly.AssemblyType)
- Method in class com.rapidtransform.part.model.
Assembly
setType(GenericItemInstanceRelation.RelationType)
- Method in class com.rapidtransform.part.model.
GenericItemInstanceRelation
setType(GenericItemViewInstanceRelation.RelationType)
- Method in class com.rapidtransform.part.model.
GenericItemViewInstanceRelation
setType(GenericItemViewRelation.RelationType)
- Method in class com.rapidtransform.part.model.
GenericItemViewRelation
setType(ClassificationType)
- Method in class com.rapidtransform.part.model.
ItemClassification
setType(ItemVersionRelation.RelationType)
- Method in class com.rapidtransform.part.model.
ItemVersionRelation
setType(ComplexProductRelation.RelationType)
- Method in class com.rapidtransform.product.model.
ComplexProductRelation
setType(ItemFunctionAssociation.AssociationType)
- Method in class com.rapidtransform.product.model.
ItemFunctionAssociation
setType(ProductStructureRelation.RelationType)
- Method in class com.rapidtransform.product.model.
ProductStructureRelation
setType(ClassConditionAssociation.ConditionType)
- Method in class com.rapidtransform.spec.model.
ClassConditionAssociation
setType(DesignConstraintRelation.RelationType)
- Method in class com.rapidtransform.spec.model.
DesignConstraintRelation
setTypes(Collection<MetaType>)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setUom(UnitOfMeasure)
- Method in class com.rapidtransform.product.model.
Quantity
setUpperLimit(Integer)
- Method in class com.rapidtransform.product.model.
Quantity
Must be set if this Quantity is a range.
setUpperUsage(ItemInstance)
- Method in class com.rapidtransform.part.model.
SpecifiedInstance
setUri(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaNamespace
setUri(String)
- Method in class com.rapidtransform.core.model.namespace.
QName
setUsedSystem(ClassificationSystem)
- Method in class com.rapidtransform.classification.model.
GenericClassification
setUserDAO(UserDAO)
- Method in class com.rapidtransform.admin.service.impl.
UserServiceImpl
setUserDao(UserDAO)
- Method in class com.rapidtransform.core.service.impl.
SecurityServiceAcegi
setUsername(String)
- Method in class com.rapidtransform.admin.model.
Role
setUsername(String)
- Method in class com.rapidtransform.admin.model.
User
setUuid(String)
- Method in class com.rapidtransform.core.model.
AbstractBaseModel
setUuid(String)
- Method in class com.rapidtransform.core.type.
DynamicPropertyHolder
setUuid(String)
- Method in interface com.rapidtransform.core.type.
PropertyHolder
setValidForState(LifecycleState)
- Method in class com.rapidtransform.spec.model.
Effectivity
setValidValueDAOs(HashMap<String, ValidValueDAO>)
- Method in class com.rapidtransform.core.service.impl.
ValidValueServiceImpl
setValidValues(List<MetaPropertyValue>)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaType
setValue(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaPropertyValue
setValue(DataType)
- Method in class com.rapidtransform.core.type.
GenericPropertyValue
setValueList(boolean)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaProperty
setVersion(String)
- Method in class com.rapidtransform.core.meta.def.
BaseMetaModel
setVersionId(String)
- Method in class com.rapidtransform.classification.model.
GenericClassification
setVersionId(String)
- Method in class com.rapidtransform.org.model.
Alias
setVersionId(Integer)
- Method in class com.rapidtransform.part.model.
ItemVersion
setVersionId(String)
- Method in class com.rapidtransform.product.model.
ProductClass
setVersionId(String)
- Method in class com.rapidtransform.spec.model.
DesignConstraintVersion
setVersionId(String)
- Method in class com.rapidtransform.spec.model.
Effectivity
setVersionId(String)
- Method in class com.rapidtransform.spec.model.
Specification
setView(ItemView)
- Method in class com.rapidtransform.part.model.
ItemViewInstanceRelation
setViewInstanceRelations(Set<ItemViewInstanceRelation>)
- Method in class com.rapidtransform.part.model.
ItemView
setVisitorAddress(Address)
- Method in class com.rapidtransform.org.model.
Organization
SingleInstance
- Class in
com.rapidtransform.part.model
This class is one instance of either an ItemView or a Product.
SingleInstance()
- Constructor for class com.rapidtransform.part.model.
SingleInstance
The placement represents the placement location on the Product for this SingleInstance.
SingleInstance(ItemView)
- Constructor for class com.rapidtransform.part.model.
SingleInstance
Create an instance for the specified IntemVersion.
SpecCategory
- Class in
com.rapidtransform.spec.model
The spec category is a group of specifications which serve the same purpose.
SpecCategory()
- Constructor for class com.rapidtransform.spec.model.
SpecCategory
SpecCategoryDAO
- Interface in
com.rapidtransform.spec.dao
SpecCategoryDAOHibernate
- Class in
com.rapidtransform.spec.dao.hibernate
SpecCategoryDAOHibernate()
- Constructor for class com.rapidtransform.spec.dao.hibernate.
SpecCategoryDAOHibernate
SpecDAO
- Interface in
com.rapidtransform.spec.dao
SpecDAOHibernate
- Class in
com.rapidtransform.spec.dao.hibernate
SpecDAOHibernate()
- Constructor for class com.rapidtransform.spec.dao.hibernate.
SpecDAOHibernate
SpecExpression
- Class in
com.rapidtransform.spec.model
Combination of specification objects combined with a boolean operators.
SpecExpression()
- Constructor for class com.rapidtransform.spec.model.
SpecExpression
SpecExpression.Operator
- Enum in
com.rapidtransform.spec.model
Specification
- Class in
com.rapidtransform.spec.model
A specification is a defined rule for a product and it discriminates one product from another member in the same product class.
Specification()
- Constructor for class com.rapidtransform.spec.model.
Specification
Specified
- Interface in
com.rapidtransform.spec.model
This interface indicates the implementing object can be linked to Specifications
SpecifiedInstance
- Class in
com.rapidtransform.part.model
This class identifies a single item on an assembly that reuses partial decompositions.
SpecifiedInstance()
- Constructor for class com.rapidtransform.part.model.
SpecifiedInstance
SpecifiedInstance(ItemView)
- Constructor for class com.rapidtransform.part.model.
SpecifiedInstance
Create an instance for the specified IntemVersion.
SpecifiedService
<
SpecifiedType
extends
Model
> - Interface in
com.rapidtransform.spec.service
SpecInclusion
- Class in
com.rapidtransform.spec.model
The inclusion specifies how a specification or specExpression includes another specification or expression.
SpecInclusion()
- Constructor for class com.rapidtransform.spec.model.
SpecInclusion
SpecOperand
- Interface in
com.rapidtransform.spec.model
An operand is the object on either side of the operator in an expression for a combined expression.
SpecRelation
<
SourceType
extends
Specified
> - Interface in
com.rapidtransform.spec.model
Relates Specifications to other objects.
SpecService
- Interface in
com.rapidtransform.spec.service
SpecServiceImpl
- Class in
com.rapidtransform.spec.service.impl
SpecServiceImpl()
- Constructor for class com.rapidtransform.spec.service.impl.
SpecServiceImpl
sqlTypes()
- Method in class com.rapidtransform.admin.type.hibernate.
EnumUserType
sqlTypes()
- Method in class com.rapidtransform.core.type.
EnumUserType
sqlTypes()
- Method in class com.rapidtransform.core.type.
PropertyValueUserType
sqlTypes()
- Method in class com.rapidtransform.core.type.
QNameUserType
StateUserType
- Class in
com.rapidtransform.admin.type.hibernate
StateUserType()
- Constructor for class com.rapidtransform.admin.type.hibernate.
StateUserType
Status
- Enum in
com.rapidtransform.admin.type
SupplierSolution
- Class in
com.rapidtransform.product.model
An alternate solution provided by a specific supplier.
SupplierSolution()
- Constructor for class com.rapidtransform.product.model.
SupplierSolution
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
X