Uses of Class
org.ow2.dragon.persistence.bo.common.KeyedReference

Packages that use KeyedReference
org.ow2.dragon.persistence.bo.common   
org.ow2.dragon.persistence.bo.deployment   
org.ow2.dragon.persistence.bo.organization   
org.ow2.dragon.service   
 

Uses of KeyedReference in org.ow2.dragon.persistence.bo.common
 

Methods in org.ow2.dragon.persistence.bo.common that return types with arguments of type KeyedReference
 java.util.List<KeyedReference> TModel.getIdentifierBag()
           
 java.util.List<KeyedReference> KeyedReferenceGroup.getKeyedReferences()
           
 java.util.List<KeyedReference> CategoryBag.getKeyedReferences()
           
 

Methods in org.ow2.dragon.persistence.bo.common with parameters of type KeyedReference
 void TModel.addIdentifier(KeyedReference identifier)
           
 void KeyedReferenceGroup.addKeyedReference(KeyedReference keyedReference)
           
 void CategoryBag.addKeyedReference(KeyedReference keyedReference)
           
 

Method parameters in org.ow2.dragon.persistence.bo.common with type arguments of type KeyedReference
 void TModel.setIdentifierBag(java.util.List<KeyedReference> identifierBag)
           
 void KeyedReferenceGroup.setKeyedReferences(java.util.List<KeyedReference> keyedReferences)
           
 void CategoryBag.setKeyedReferences(java.util.List<KeyedReference> keyedReferences)
           
 

Constructor parameters in org.ow2.dragon.persistence.bo.common with type arguments of type KeyedReference
CategoryBag(java.util.List<KeyedReference> keyedReferences, java.util.List<KeyedReferenceGroup> keyedReferenceGroups)
           
KeyedReferenceGroup(TModel tmodel, java.util.List<KeyedReference> keyedReferences)
           
TModel(Name name, boolean deleted, java.util.List<Description> descriptions, java.util.List<SimpleFile> overviewDocs, java.util.List<KeyedReference> identifierBag, CategoryBag categoryBag)
           
 

Uses of KeyedReference in org.ow2.dragon.persistence.bo.deployment
 

Constructor parameters in org.ow2.dragon.persistence.bo.deployment with type arguments of type KeyedReference
Protocol(Name name, boolean deleted, java.util.List<Description> descriptions, java.util.List<SimpleFile> overviewDocs, java.util.List<KeyedReference> identifierBag, CategoryBag categoryBag)
           
Standard(Name name, boolean deleted, java.util.List<Description> descriptions, java.util.List<SimpleFile> overviewDocs, java.util.List<KeyedReference> identifierBag, CategoryBag categoryBag)
           
Transport(Name name, boolean deleted, java.util.List<Description> descriptions, java.util.List<SimpleFile> overviewDocs, java.util.List<KeyedReference> identifierBag, CategoryBag categoryBag)
           
 

Uses of KeyedReference in org.ow2.dragon.persistence.bo.organization
 

Methods in org.ow2.dragon.persistence.bo.organization that return types with arguments of type KeyedReference
 java.util.List<KeyedReference> OrganizationUnit.getIdentifierBag()
           
 

Methods in org.ow2.dragon.persistence.bo.organization with parameters of type KeyedReference
 void OrganizationUnit.addIdentifier(KeyedReference keyedReference)
           
 

Method parameters in org.ow2.dragon.persistence.bo.organization with type arguments of type KeyedReference
 void OrganizationUnit.setIdentifierBag(java.util.List<KeyedReference> identifierBag)
           
 

Uses of KeyedReference in org.ow2.dragon.service
 

Method parameters in org.ow2.dragon.service with type arguments of type KeyedReference
 java.util.List<KeyedRefTO> TransfertObjectAssembler.toIdentifiersTO(java.util.List<KeyedReference> identifierBag)
           
 java.util.List<KeyedRefTO> TransfertObjectAssemblerImpl.toIdentifiersTO(java.util.List<KeyedReference> identifierBag)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.