|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KnowledgeSession | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of KnowledgeSession in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement KnowledgeSession | |
---|---|
class |
_KnowledgeSession_BeanImpl
|
class |
_KnowledgeSession_Impl
|
class |
_KnowledgeSession_ReposImpl
|
Methods in atg.svc.repository.beans that return KnowledgeSession | |
---|---|
KnowledgeSession |
_KnowledgeSessionHome_BeanImpl.create()
|
KnowledgeSession |
_KnowledgeSessionHome_ReposImpl.create()
|
KnowledgeSession |
KnowledgeSessionHome.create()
Returns a new instance. |
KnowledgeSession |
_KnowledgeSessionHome_BeanImpl.create(java.lang.String pId)
|
KnowledgeSession |
_KnowledgeSessionHome_ReposImpl.create(java.lang.String pId)
|
KnowledgeSession |
KnowledgeSessionHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
KnowledgeSession |
_KnowledgeSessionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
KnowledgeSession |
_KnowledgeSessionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
KnowledgeSession |
KnowledgeSessionHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
KnowledgeSession |
_KnowledgeSessionHome_BeanImpl.findMostRecentSessionByUser(java.lang.String userId)
|
KnowledgeSession |
_KnowledgeSessionHome_ReposImpl.findMostRecentSessionByUser(java.lang.String userId)
|
KnowledgeSession |
KnowledgeSessionHome.findMostRecentSessionByUser(java.lang.String userId)
Find the current or most recent knowledge session for a given user profile id |
KnowledgeSession |
_KnowledgeSessionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
KnowledgeSession |
KnowledgeSessionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type KnowledgeSession | |
---|---|
void |
_KnowledgeSession_Impl.copyTo(KnowledgeSession destination)
|
void |
KnowledgeSession.copyTo(KnowledgeSession destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of KnowledgeSession in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return KnowledgeSession | |
---|---|
protected KnowledgeSession |
SessionService.editSession(java.lang.String pSessionId)
|
KnowledgeSession |
SessionService.findSessionByPrimaryKey(java.lang.String pSessionId)
Finds a problem session by it's repository id. |
KnowledgeSession |
SessionService.getMostRecentSession()
Returns the latest knowledge session for the current user or null if no sessions found. |
KnowledgeSession |
SessionService.getMostRecentSession(java.lang.String pProfileId)
Returns the most recent knowledge session (including possibly the current session) for the specified user |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |