Uses of Class
it.eng.spagobi.commons.bo.Domain

Packages that use Domain
it.eng.spagobi.commons.dao   
it.eng.spagobi.commons.services   
it.eng.spagobi.tools.importexport   
 

Uses of Domain in it.eng.spagobi.commons.dao
 

Methods in it.eng.spagobi.commons.dao that return Domain
 Domain DomainDAOHibImpl.loadDomainByCodeAndValue(java.lang.String codeDomain, java.lang.String codeValue)
          Load domain by code and value.
 Domain IDomainDAO.loadDomainByCodeAndValue(java.lang.String codeDomain, java.lang.String codeValue)
          Returns the domain identified by the two input parameters codeDomain and codeValue, storing it in a Domain object.
 Domain DomainDAOHibImpl.loadDomainById(java.lang.Integer id)
          Load domain by id.
 Domain IDomainDAO.loadDomainById(java.lang.Integer id)
          Returns the domain identified by the input parameter id, storing it in a Domain object.
 Domain DomainDAOHibImpl.toDomain(SbiDomains hibDomain)
          From the hibernate domain object at input, gives the corrispondent Domain object.
 

Methods in it.eng.spagobi.commons.dao with parameters of type Domain
 SbiDomains DomainDAOHibImpl.fromDomain(Domain Domain)
          to the hibernate domain object at input, from the corrispondent Domain object.
 void DomainDAOHibImpl.saveDomain(Domain domain)
          Save domain by id.
 void IDomainDAO.saveDomain(Domain d)
          Save a domain
 

Uses of Domain in it.eng.spagobi.commons.services
 

Methods in it.eng.spagobi.commons.services that return Domain
 Domain ManageDomainService.setDomain()
           
 

Uses of Domain in it.eng.spagobi.tools.importexport
 

Methods in it.eng.spagobi.tools.importexport with parameters of type Domain
 void ExporterMetadata.insertDomain(Domain domain, org.hibernate.Session session)
          Insert a domain into the exported database.