com.bea.netuix.application.localization.view
Interface LocalizationResourceView

All Superinterfaces
Serializable

public interface LocalizationResourceView
extends Serializable

A representation of a LocalizationResource as a view. Can be used to get the LocalizationResource, LocalizationIntersectionId, LocalizationLocalId, Local description and title.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 String getDescription()
           
 Locale getLocale()
           
 LocalizationIntersectionId getLocalizationIntersectionId()
           
 LocalizationLocaleId getLocalizationLocaleId()
           
 LocalizationResource getLocalizationResource()
           
 String getTitle()
           
 

Method Detail

getLocalizationResource

LocalizationResource getLocalizationResource()

getLocalizationIntersectionId

LocalizationIntersectionId getLocalizationIntersectionId()

getLocalizationLocaleId

LocalizationLocaleId getLocalizationLocaleId()

getLocale

Locale getLocale()

getTitle

String getTitle()

getDescription

String getDescription()


Copyright © 2011, Oracle. All rights reserved.