Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.model
Class CalendarProvider

java.lang.Object
  extended by oracle.adf.view.rich.model.CalendarProvider


public abstract class CalendarProvider
extends java.lang.Object

CalendarProvider is an abstract base class that represents a provider, or owner, of calendar activities.

See Also:
CalendarActivity

Nested Class Summary
static class CalendarProvider.Enabled
          Enabled information for a provider.

 

Constructor Summary
CalendarProvider()
           

 

Method Summary
abstract  java.lang.String getDisplayName()
          Get a user visible display string for a provider
abstract  CalendarProvider.Enabled getEnabled()
           
abstract  java.lang.String getId()
          Gets the provider identifier, which is needed to identify the owner or source of the activity.
abstract  void setEnabled(CalendarProvider.Enabled enabled)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CalendarProvider

public CalendarProvider()

Method Detail

getDisplayName

public abstract java.lang.String getDisplayName()
Get a user visible display string for a provider
Returns:
user visible string for this provider

getId

public abstract java.lang.String getId()
Gets the provider identifier, which is needed to identify the owner or source of the activity. The combination of the id and providerId should be uniqe. The purpose of the provider id is to identify the source of an activity, for example you may be looking at your activities, boss's activities, holiday activities, etc.

Rules for the providerId are

Returns:
the id of the owner or provider of this activity.

getEnabled

public abstract CalendarProvider.Enabled getEnabled()
Returns:
whether or not the provider is enabled

setEnabled

public abstract void setEnabled(CalendarProvider.Enabled enabled)
Parameters:
enabled - whether the provider is enabled

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.