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

E22562-03

oracle.apps.fnd.applcore.common
Interface ApplSessionService

All Known Implementing Classes:
ApplSessionServiceImpl

public interface ApplSessionService


Field Summary
static java.lang.String NAME
           
 
Method Summary
 SessionResult findSessionVO(oracle.jbo.common.service.types.FindCriteria findCriteria, oracle.jbo.common.service.types.FindControl findControl)
           
 SessionResult findSessionVOgetByCookie(oracle.jbo.common.service.types.FindCriteria findCriteria, java.lang.String BindSessCookie, oracle.jbo.common.service.types.FindControl findControl)
           
 

Field Detail

NAME

static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

findSessionVO

@RequestWrapper(targetNamespace="http://xmlns.oracle.com/apps/fnd/applcore/common/types/",
                localName="findSessionVO")
@ResponseWrapper(targetNamespace="http://xmlns.oracle.com/apps/fnd/applcore/common/types/",
                 localName="findSessionVOResponse")
SessionResult findSessionVO(oracle.jbo.common.service.types.FindCriteria findCriteria,
                                                           oracle.jbo.common.service.types.FindControl findControl)
                            throws oracle.jbo.service.errors.ServiceException
Throws:
oracle.jbo.service.errors.ServiceException

findSessionVOgetByCookie

@RequestWrapper(targetNamespace="http://xmlns.oracle.com/apps/fnd/applcore/common/types/",
                localName="findSessionVOgetByCookie")
@ResponseWrapper(targetNamespace="http://xmlns.oracle.com/apps/fnd/applcore/common/types/",
                 localName="findSessionVOgetByCookieResponse")
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
Throws:
oracle.jbo.service.errors.ServiceException

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.