Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.common.applicationModule.server
Class ApplSessionServiceImpl

java.lang.Object
  extended by oracle.jbo.server.ejb.SessionBeanImpl
      extended by oracle.jbo.server.svc.ServiceImpl
          extended by oracle.apps.fnd.applcore.common.applicationModule.server.ApplSessionServiceImpl
All Implemented Interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean, ApplSessionService

public class ApplSessionServiceImpl
extends oracle.jbo.server.svc.ServiceImpl
implements ApplSessionService

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.jbo.server.svc.ServiceImpl
oracle.jbo.server.svc.ServiceImpl.NamedParam
 
Field Summary
 
Fields inherited from class oracle.jbo.server.svc.ServiceImpl
appModuleStack, exceptionHandlerStack, FND_FLEX_INTEGRATED_EXTENSION, SUPPORT_LAZY_LOADING
 
Fields inherited from class oracle.jbo.server.ejb.SessionBeanImpl
mApplicationModule
 
Fields inherited from interface oracle.apps.fnd.applcore.common.ApplSessionService
NAME
 
Constructor Summary
ApplSessionServiceImpl()
          This is the default constructor (do not remove).
 
Method Summary
 SessionResult findSessionVO(oracle.jbo.common.service.types.FindCriteria findCriteria, oracle.jbo.common.service.types.FindControl findControl)
          findSessionVO: generated method.
 SessionResult findSessionVOgetByCookie(oracle.jbo.common.service.types.FindCriteria findCriteria, java.lang.String BindSessCookie, oracle.jbo.common.service.types.FindControl findControl)
          findSessionVOgetByCookie: generated method.
protected  void init()
          Generated method.
 
Methods inherited from class oracle.jbo.server.svc.ServiceImpl
create, delete, find, find, find, get, getApplicationModule, getCtrlHints, getCtrlHints, getCtrlHintsKey, getParentAttributeList, handleError, invokeCustom, invokeCustom, merge, process, processChangeSummary, update
 
Methods inherited from class oracle.jbo.server.ejb.SessionBeanImpl
connectToDataSource, createApplicationModule, createApplicationModule, createTransactionHandlerFactory, disconnectFromDataSource, doMessage, ejbActivate, ejbPassivate, ejbRemove, getApplicationModuleDefName, getConfigurationName, getSessionContext, getTransactionTimeOut, isJboBean, isTransactionManagedByBean, postApplicationModuleCreate, removeApplicationModule, setApplicationModuleDefName, setClientEnv, setConfigurationName, setCurrentSessionContext, setSessionContext, useDataSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplSessionServiceImpl

public ApplSessionServiceImpl()
This is the default constructor (do not remove).

Method Detail

init

protected void init()
Generated method. Do not modify. Do initialization in the constructor


findSessionVO

public SessionResult findSessionVO(oracle.jbo.common.service.types.FindCriteria findCriteria,
                                   oracle.jbo.common.service.types.FindControl findControl)
                            throws oracle.jbo.service.errors.ServiceException
findSessionVO: generated method. Do not modify.

Specified by:
findSessionVO in interface ApplSessionService
Throws:
oracle.jbo.service.errors.ServiceException

findSessionVOgetByCookie

public SessionResult findSessionVOgetByCookie(oracle.jbo.common.service.types.FindCriteria findCriteria,
                                              java.lang.String BindSessCookie,
                                              oracle.jbo.common.service.types.FindControl findControl)
                                       throws oracle.jbo.service.errors.ServiceException
findSessionVOgetByCookie: generated method. Do not modify.

Specified by:
findSessionVOgetByCookie in interface ApplSessionService
Throws:
oracle.jbo.service.errors.ServiceException

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.