Uses of Class
it.eng.spagobi.tools.catalogue.bo.Content

Packages that use Content
it.eng.spagobi.tools.catalogue.dao   
it.eng.spagobi.tools.importexport   
 

Uses of Content in it.eng.spagobi.tools.catalogue.dao
 

Methods in it.eng.spagobi.tools.catalogue.dao that return Content
 Content ArtifactsDAOImpl.loadActiveArtifactContent(java.lang.Integer artifactId)
           
 Content IArtifactsDAO.loadActiveArtifactContent(java.lang.Integer artifactId)
           
 Content MetaModelsDAOImpl.loadActiveMetaModelContentById(java.lang.Integer modelId)
           
 Content IMetaModelsDAO.loadActiveMetaModelContentById(java.lang.Integer modelId)
           
 Content MetaModelsDAOImpl.loadActiveMetaModelContentByName(java.lang.String modelName)
           
 Content IMetaModelsDAO.loadActiveMetaModelContentByName(java.lang.String name)
           
 Content ArtifactsDAOImpl.loadArtifactContentById(java.lang.Integer contendId)
           
 Content IArtifactsDAO.loadArtifactContentById(java.lang.Integer contendId)
           
 Content MetaModelsDAOImpl.loadMetaModelContentById(java.lang.Integer contendId)
           
 Content IMetaModelsDAO.loadMetaModelContentById(java.lang.Integer contendId)
           
 

Methods in it.eng.spagobi.tools.catalogue.dao that return types with arguments of type Content
 java.util.List<Content> ArtifactsDAOImpl.loadArtifactVersions(java.lang.Integer artifactId)
           
 java.util.List<Content> IArtifactsDAO.loadArtifactVersions(java.lang.Integer artifactId)
           
 java.util.List<Content> MetaModelsDAOImpl.loadMetaModelVersions(java.lang.Integer modelId)
           
 java.util.List<Content> IMetaModelsDAO.loadMetaModelVersions(java.lang.Integer modelId)
           
 

Methods in it.eng.spagobi.tools.catalogue.dao with parameters of type Content
 void ArtifactsDAOImpl.insertArtifactContent(java.lang.Integer artifactId, Content content)
           
 void IArtifactsDAO.insertArtifactContent(java.lang.Integer artifactId, Content content)
           
 void MetaModelsDAOImpl.insertMetaModelContent(java.lang.Integer modelId, Content content)
           
 void IMetaModelsDAO.insertMetaModelContent(java.lang.Integer modelId, Content content)
           
 

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

Methods in it.eng.spagobi.tools.importexport with parameters of type Content
 void ExporterMetadata.insertArtifactContent(Artifact artifact, Content content, org.hibernate.Session session)
          Insert ArtifactCOntent if not already present
 void ExporterMetadata.insertMetaModelContent(MetaModel metaModel, Content content, org.hibernate.Session session)
          Insert MetaModel if not already present