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

E22562-02

oracle.apps.fnd.applcore.patterns.uaWebService
Interface AtkHelpPortalService


public interface AtkHelpPortalService


Method Summary
 java.util.List<HelpTopicAbstract> findHelpTopicAbstract(HelpTopicCriteria criteria)
           
 void findHelpTopicAbstractAsync(HelpTopicCriteria criteria)
           
 

Method Detail

findHelpTopicAbstract

@Action(input="http://xmlns.oracle.com/apps/atk/helpPortal/helpPortalService/findHelpTopicAbstract",
        fault=@FaultAction(value="http://xmlns.oracle.com/apps/atk/helpPortal/helpPortalService/AtkHelpPortalService/findHelpTopicAbstract/Fault/ServiceException",className=ServiceException.class),
        output="http://xmlns.oracle.com/apps/atk/helpPortal/helpPortalService/AtkHelpPortalService/findHelpTopicAbstractResponse")
@ResponseWrapper(localName="findHelpTopicAbstractResponse",
                 targetNamespace="http://xmlns.oracle.com/apps/atk/helpPortal/helpPortalService/types/",
                 className="oracle.apps.fnd.applcore.patterns.uaWebService.types.FindHelpTopicAbstractResponse")
@RequestWrapper(localName="findHelpTopicAbstract",
                targetNamespace="http://xmlns.oracle.com/apps/atk/helpPortal/helpPortalService/types/",
                className="oracle.apps.fnd.applcore.patterns.uaWebService.types.FindHelpTopicAbstract")
java.util.List<HelpTopicAbstract> findHelpTopicAbstract(HelpTopicCriteria criteria)
                                                        throws ServiceException
Throws:
ServiceException

findHelpTopicAbstractAsync

@Action(input="http://xmlns.oracle.com/apps/atk/helpPortal/helpPortalService/findHelpTopicAbstractAsync")
@RequestWrapper(localName="findHelpTopicAbstractAsync",
                targetNamespace="http://xmlns.oracle.com/apps/atk/helpPortal/helpPortalService/types/",
                className="oracle.apps.fnd.applcore.patterns.uaWebService.types.FindHelpTopicAbstractAsync")
void findHelpTopicAbstractAsync(HelpTopicCriteria criteria)

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.