org.jasig.portal.channel
Interface IChannelType


Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release

@Deprecated
public interface IChannelType

A channel type references a particular java class that implements the IChannel interface. It also references a channel publishing document that describes the parameters that must be fed to the channel.

Version:
$Revision: 19776 $
Author:
Ken Weiner, kweiner@unicon.net, Jen Bourey, jbourey@unicon.net

Method Summary
 String getCpdUri()
          Deprecated. Get the URI of the ChannelPublishingDocument associated with this channel type.
 String getDescription()
          Deprecated. Get a description of this channel type
 int getId()
          Deprecated. Get the unique ID of this channel type.
 String getJavaClass()
          Deprecated. Get the canonical name of the Java class associated with this channel type.
 String getName()
          Deprecated. Get the name of this channel type
 void setCpdUri(String cpdUri)
          Deprecated. Set the URI of the ChannelPublishingDocument associated with this channel type.
 void setDescription(String descr)
          Deprecated. Set the description for this channel type
 void setJavaClass(String javaClass)
          Deprecated. Set the associated Java class's canonical name
 

Method Detail

getId

int getId()
Deprecated. 
Get the unique ID of this channel type.

Returns:
unique id

getJavaClass

String getJavaClass()
Deprecated. 
Get the canonical name of the Java class associated with this channel type.

Returns:
class name

getName

String getName()
Deprecated. 
Get the name of this channel type

Returns:
channel type name

getDescription

String getDescription()
Deprecated. 
Get a description of this channel type

Returns:
channel type description

getCpdUri

String getCpdUri()
Deprecated. 
Get the URI of the ChannelPublishingDocument associated with this channel type. This CPD will be used to determine configuration options for channels of this type.

Returns:
ChannelPublishingDocument URI

setJavaClass

void setJavaClass(String javaClass)
Deprecated. 
Set the associated Java class's canonical name


setDescription

void setDescription(String descr)
Deprecated. 
Set the description for this channel type

Parameters:
description -

setCpdUri

void setCpdUri(String cpdUri)
Deprecated. 
Set the URI of the ChannelPublishingDocument associated with this channel type. This CPD will be used to determine configuration options for channels of this type.

Parameters:
ChannelPublishingDocument - URI


Copyright © 2010 Jasig. All Rights Reserved.