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 OsnTranslationAdaptor

All Superinterfaces:
OsnBaseAdaptor
All Known Subinterfaces:
OsnAdaptor
All Known Implementing Classes:
OsnTranslationVisitor, OsnVisitor

public interface OsnTranslationAdaptor
extends OsnBaseAdaptor

The definition that must be implemented for an adaptor that will be used to support the gathering of translations that will be used 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/OsnTranslationAdaptor.java /st_atgpf_pt-11.1.1.7.0/1 2012/07/30 22:27:04 pacross Exp $

Method Summary
 void addLocales(oracle.jbo.LocaleContext[] locales)
          Provide a list of locales that will be used to retrieve the languages for.
 java.lang.String getDescription()
          Get the base language description for the OSN structure registration of an object.
 java.lang.String getDisplayType()
          Get the base language name of the type for the OSN structure registration of an object.
 java.lang.String getDisplayTypePlural()
          Get the base language plural name of the type for the OSN structure registration of an object.
 java.util.List<waggle.common.modules.social.v1.infos.socialdefinitions.XV1SocialDefinitionLocaleInfo> getTranslations()
          Provide a list of locale information to be sent to OSN.
 
Methods inherited from interface oracle.apps.fnd.applcore.socialnetwork.model.osn.adaptor.OsnBaseAdaptor
getAppId, getExternalId, getOsnName, getType, getTypePlural
 

Method Detail

addLocales

void addLocales(oracle.jbo.LocaleContext[] locales)
Provide a list of locales that will be used to retrieve the languages for.

Parameters:
locales - the locales.

getTranslations

java.util.List<waggle.common.modules.social.v1.infos.socialdefinitions.XV1SocialDefinitionLocaleInfo> getTranslations()
Provide a list of locale information to be sent to OSN.

Returns:
tranlsation locale information.

getDisplayType

java.lang.String getDisplayType()
Get the base language name of the type for the OSN structure registration of an object.

Returns:
the base language name of the type.

getDisplayTypePlural

java.lang.String getDisplayTypePlural()
Get the base language plural name of the type for the OSN structure registration of an object.

Returns:
the base language plural name of the type.

getDescription

java.lang.String getDescription()
Get the base language description for the OSN structure registration of an object.

Returns:
the base language description.

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.