Uses of Class
com.arsdigita.persistence.Session

Packages that use Session
com.arsdigita.domain Domain Objects provide an application logic tier between the persistent storage and presentation tiers. 
com.arsdigita.loader   
com.arsdigita.persistence The classes in this package provide an API for creating and manipulating Data Objects. 
com.arsdigita.runtime The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. 
com.arsdigita.search Provides a set of APIs for interacting with search engines. 
com.arsdigita.search.intermedia Provides APIs to be used by query engine implementors to interact with the Oracle Intermedia search engine. 
 

Uses of Session in com.arsdigita.domain
 

Methods in com.arsdigita.domain that return Session
 Session DomainObject.getSession()
           
 

Uses of Session in com.arsdigita.loader
 

Methods in com.arsdigita.loader with parameters of type Session
static boolean PackageLoader.exists(Session ssn, OID oid)
           
static void PackageLoader.requires(Session ssn, OID oid)
           
static boolean PackageLoader.exists(Session ssn, String type)
           
static void PackageLoader.requires(Session ssn, String type)
           
 

Uses of Session in com.arsdigita.persistence
 

Methods in com.arsdigita.persistence that return Session
static Session SessionManager.open(String name, MetadataRoot root, ConnectionSource source)
           
static Session SessionManager.getSession()
           
static Session SessionManager.getSession(String name)
           
 Session DataObject.getSession()
          Returns the Session object from which this object was created or retrieved.
 

Constructors in com.arsdigita.persistence with parameters of type Session
GenericDataQuery(Session s, String sql, String[] columns)
           
 

Uses of Session in com.arsdigita.runtime
 

Methods in com.arsdigita.runtime that return Session
 Session LegacyInitEvent.getSession()
          Deprecated.  
 Session ScriptContext.getSession()
          Returns the persistent session for this ScriptContext.
 

Methods in com.arsdigita.runtime with parameters of type Session
static void Startup.run(Session session, Initializer init)
          Executes the initialization process.
 

Constructors in com.arsdigita.runtime with parameters of type Session
ScriptContext(Session ssn, ParameterLoader params)
          Constructs a new ScriptContext object with the given Session and ParameterLoader.
 

Uses of Session in com.arsdigita.search
 

Constructors in com.arsdigita.search with parameters of type Session
SearchDataQuery(Session s, String sql, String[] columns)
          Deprecated.  
 

Uses of Session in com.arsdigita.search.intermedia
 

Constructors in com.arsdigita.search.intermedia with parameters of type Session
SearchDataQuery(Session s, String sql, String[] columns)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC