org.jasig.portal.channel
Class XmlGeneratingBaseChannelDefinition

java.lang.Object
  extended by org.jasig.portal.channel.XmlGeneratingBaseChannelDefinition
All Implemented Interfaces:
Serializable, IChannelDefinition, IBasicEntity
Direct Known Subclasses:
ChannelDefinitionImpl

Deprecated.

@Deprecated
public abstract class XmlGeneratingBaseChannelDefinition
extends Object
implements IChannelDefinition, IBasicEntity, Serializable

Implements legacy channel def to XML conversion methods. These should eventually be moved to a place like the layout code that actually cares about what a channel looks like as XML

Version:
$Revision: 19776 $
Author:
Eric Dalquist
See Also:
Serialized Form

Constructor Summary
XmlGeneratingBaseChannelDefinition()
          Deprecated.  
 
Method Summary
 Element getDocument(Document doc, String idTag)
          Deprecated. 
 Element getDocument(Document doc, String idTag, String statusMsg, int errorId)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portal.channel.IChannelDefinition
addLocalizedDescription, addLocalizedName, addLocalizedTitle, addParameter, addParameter, addParameter, clearParameters, getApprovalDate, getApproverId, getDescription, getDescription, getEntityIdentifier, getExpirationDate, getExpirerId, getFName, getId, getJavaClass, getLifecycleState, getLocale, getName, getName, getParameter, getParameters, getParametersAsUnmodifiableMap, getPublishDate, getPublisherId, getTimeout, getTitle, getTitle, getType, getTypeId, hasAbout, hasHelp, isEditable, isPortlet, isSecure, removeParameter, removeParameter, replaceParameters, setApprovalDate, setApproverId, setDescription, setEditable, setExpirationDate, setExpirerId, setFName, setHasAbout, setHasHelp, setIsSecure, setJavaClass, setLocale, setName, setParameters, setPublishDate, setPublisherId, setTimeout, setTitle, setType
 

Constructor Detail

XmlGeneratingBaseChannelDefinition

public XmlGeneratingBaseChannelDefinition()
Deprecated. 
Method Detail

getDocument

@Deprecated
public Element getDocument(Document doc,
                                      String idTag,
                                      String statusMsg,
                                      int errorId)
Deprecated. 

Display a message where this channel should be

Specified by:
getDocument in interface IChannelDefinition

getDocument

@Deprecated
public Element getDocument(Document doc,
                                      String idTag)
Deprecated. 

return an xml representation of this channel

Specified by:
getDocument in interface IChannelDefinition


Copyright © 2010 Jasig. All Rights Reserved.