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

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.osn.adaptor
Interface OsnAdaptor

All Superinterfaces:
OsnBaseAdaptor, OsnTranslationAdaptor
All Known Implementing Classes:
OsnVisitor

public interface OsnAdaptor
extends OsnTranslationAdaptor

The definition that must be implemented for an adaptor that will be used to support the gathering of registration information intended for consumption by the Oracle Social Network API.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/Model/src/oracle/apps/fnd/applcore/socialnetwork/model/osn/adaptor/OsnAdaptor.java /st_atgpf_pt-11.1.1.7.0/2 2012/09/05 22:35:56 pacross Exp $

Method Summary
 java.lang.String getAppName()
          Get the application name for the OSN structure registration of an object.
 java.util.List<waggle.common.modules.social.v1.infos.socialdefinitions.XV1SocialDefinitionFieldInfo> getFields()
          Get the field definitions for the OSN structure registration of an object.
 java.lang.String getLogoUrl()
          Get the url to the logo for use within the OSN structure registration of an object.
 java.lang.String getViewDetailsFieldName()
          Get the name of the field that will be returned from getFields that will contain the callback URL into Fusion Applications.
 
Methods inherited from interface oracle.apps.fnd.applcore.socialnetwork.model.osn.adaptor.OsnTranslationAdaptor
addLocales, getDescription, getDisplayType, getDisplayTypePlural, getTranslations
 
Methods inherited from interface oracle.apps.fnd.applcore.socialnetwork.model.osn.adaptor.OsnBaseAdaptor
getAppId, getExternalId, getOsnName, getType, getTypePlural
 

Method Detail

getAppName

java.lang.String getAppName()
Get the application name for the OSN structure registration of an object.

Returns:
the application name.

getLogoUrl

java.lang.String getLogoUrl()
Get the url to the logo for use within the OSN structure registration of an object.

Returns:
the url to the logo.

getFields

java.util.List<waggle.common.modules.social.v1.infos.socialdefinitions.XV1SocialDefinitionFieldInfo> getFields()
Get the field definitions for the OSN structure registration of an object.

Returns:
the field definition.

getViewDetailsFieldName

java.lang.String getViewDetailsFieldName()
Get the name of the field that will be returned from getFields that will contain the callback URL into Fusion Applications.

Returns:
the field name, null if the field does not exist.

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.