Uses of Interface
org.openxma.dsl.dom.model.Dao

Packages that use Dao
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
org.openxma.dsl.dom.validation   
 

Uses of Dao in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return Dao
 Dao DomFactory.createDao()
          Returns a new object of class 'Dao'.
 

Uses of Dao in org.openxma.dsl.dom.model
 

Methods in org.openxma.dsl.dom.model that return Dao
 Dao DelegateOperation.getRepository()
          Returns the value of the 'Repository' reference.
 Dao Entity.getRepository()
          Returns the value of the 'Repository' reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type Dao
 void Entity.setDas(Dao das)
           
 void DelegateOperation.setRepository(Dao value)
          Sets the value of the 'Repository' reference.
 

Uses of Dao in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement Dao
 class DaoImpl
          An implementation of the model object 'Dao'.
 

Fields in org.openxma.dsl.dom.model.impl declared as Dao
protected  Dao DelegateOperationImpl.repository
          The cached value of the 'Repository' reference.
 

Methods in org.openxma.dsl.dom.model.impl that return Dao
 Dao DelegateOperationImpl.basicGetRepository()
           
 Dao DomFactoryImpl.createDao()
           
 Dao DelegateOperationImpl.getRepository()
           
 Dao EntityImpl.getRepository()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type Dao
 void EntityImpl.setDas(Dao das)
           
 void DelegateOperationImpl.setRepository(Dao newRepository)
           
 

Uses of Dao in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type Dao
 T DomSwitch.caseDao(Dao object)
          Returns the result of interpreting the object as an instance of ' Dao'.
 

Uses of Dao in org.openxma.dsl.dom.validation
 

Methods in org.openxma.dsl.dom.validation with parameters of type Dao
 void DomDslJavaValidator.checkIdentifierOrKeyAvailable(Dao dao)
           
 void DomDslJavaValidator.checkSameResourceWithEntity(Dao dao)
           
 



Copyright © 2013. All Rights Reserved.