Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.oaext.osn.social
Class SocialObjectPublisher

java.lang.Object
  extended by oracle.apps.fnd.applcore.oaext.osn.social.SocialObjectPublisher
All Implemented Interfaces:
OsnObjectPublisher

public class SocialObjectPublisher
extends java.lang.Object
implements OsnObjectPublisher

The Oracle Social Network API implemenation of a publisher.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/Common/Model/src/oracle/apps/fnd/applcore/oaext/osn/social/SocialObjectPublisher.java /st_atgpf_pt-11.1.1.7.0/2 2012/11/29 21:30:55 dagroves Exp $

Constructor Summary
SocialObjectPublisher()
           
 
Method Summary
 void osnLogin()
          Login to the Oracle Social Network API.
 void sendObjectToOsn(OsnObjectAdapter osnObject)
          Send the ojbect payload to Oracle Social Network.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialObjectPublisher

public SocialObjectPublisher()
Method Detail

osnLogin

public void osnLogin()
Login to the Oracle Social Network API.

Specified by:
osnLogin in interface OsnObjectPublisher

sendObjectToOsn

public void sendObjectToOsn(OsnObjectAdapter osnObject)
                     throws java.lang.Exception
Send the ojbect payload to Oracle Social Network. The osnObject contains the information about whether to do a insert/update or delete call to OSN.

Specified by:
sendObjectToOsn in interface OsnObjectPublisher
Parameters:
osnObject - - they payload to send to OSN.
Throws:
java.lang.Exception - from underlying layer if there is an issue.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.