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

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

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

Methods in org.ow2.dragon.persistence.bo.common that return Name
 Name TModel.getName()
           
 

Methods in org.ow2.dragon.persistence.bo.common with parameters of type Name
 void TModel.setName(Name name)
           
 

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

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

Methods in org.ow2.dragon.persistence.bo.deployment that return types with arguments of type Name
 java.util.List<Name> TechnicalService.getNames()
           
 

Methods in org.ow2.dragon.persistence.bo.deployment with parameters of type Name
 void TechnicalService.addName(Name name)
           
 

Method parameters in org.ow2.dragon.persistence.bo.deployment with type arguments of type Name
 void TechnicalService.setNames(java.util.List<Name> names)
           
 

Constructors in org.ow2.dragon.persistence.bo.deployment with parameters of type Name
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 Name in org.ow2.dragon.persistence.bo.organization
 

Methods in org.ow2.dragon.persistence.bo.organization that return types with arguments of type Name
 java.util.List<Name> Party.getNames()
           
 

Methods in org.ow2.dragon.persistence.bo.organization with parameters of type Name
 void Party.addName(Name name)
           
 

Method parameters in org.ow2.dragon.persistence.bo.organization with type arguments of type Name
 void Party.setNames(java.util.List<Name> name)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.