|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ContainerProvider
defines the interface for
implementing a container provider.
A container provider is a provider that generates its views primarily
by being a client of other provider objects. Here, a container provider
is defined as a provider that has a selected and available channels list,
and allows getting and setting of these lists.
Selected channels are those that are visible on the portal page.
Available channels are those that are available to
be activated on the portal page.
A selected channels list should only contain channels that are visisble
when the containers displays its main view.
Provider
Method Summary | |
List |
getAvailableChannels()
Gets the list of available channel names. |
List |
getSelectedChannels()
Gets the list of selected channel names. |
void |
setAvailableChannels(List avail)
Sets the list of available channel names. |
void |
setSelectedChannels(List sel)
Sets the list of selected channel names. |
Method Detail |
public List getSelectedChannels() throws ProviderException
ProviderException
- If the list of channel names cannot be
returned.public List getAvailableChannels() throws ProviderException
ProviderException
- If the list of channel names cannot be
returned.public void setSelectedChannels(List sel) throws ProviderException
ProviderException
- If the list of channel names cannot be
set.public void setAvailableChannels(List avail) throws ProviderException
ProviderException
- If the list of channel names cannot be
set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |