|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.layout.node.UserLayoutNodeDescription
org.jasig.portal.layout.node.UserLayoutChannelDescription
org.jasig.portal.layout.dlm.ChannelDescription
public class ChannelDescription
DLM specific Channel description to protect DLM artifacts of channels.
| Field Summary |
|---|
| Fields inherited from class org.jasig.portal.layout.node.UserLayoutNodeDescription |
|---|
addChildAllowed, deleteAllowed, editAllowed, hidden, id, immutable, moveAllowed, name, precedence, unremovable |
| Fields inherited from interface org.jasig.portal.layout.node.IUserLayoutNodeDescription |
|---|
CHANNEL, FOLDER |
| Constructor Summary | |
|---|---|
ChannelDescription()
Overridden constructor of super class. |
|
ChannelDescription(Element xmlNode)
Overridden constructor of super class. |
|
ChannelDescription(IUserLayoutChannelDescription d)
Overridden constructor of super class. |
|
| Method Summary | |
|---|---|
static UserLayoutNodeDescription |
createUserLayoutNodeDescription(Element xmlNode)
Shadowing version of the same method in UserLayoutNodeDescription to produce DLM specific instances for channels. |
org.jasig.portal.layout.dlm.FragmentChannelInfo |
getFragmentChannelInfo()
|
String |
getOrigin()
|
boolean |
getParameterOverrideValue(String parameterName)
For DLM parameters starting with the dlm namespace are reserved for use by DLM and hence can't be overridden. |
String |
getPlfId()
|
Element |
getXML(Document root)
Creates a org.w3c.dom.Element representation of the current channel. |
void |
resetParameter(String parameterName)
Reset a channel parameter value. |
void |
setFragmentChannelInfo(org.jasig.portal.layout.dlm.FragmentChannelInfo fragmentChannelInfo)
|
void |
setOrigin(String origin)
|
void |
setPlfId(String plfId)
|
| Methods inherited from class org.jasig.portal.layout.node.UserLayoutNodeDescription |
|---|
getId, getName, getPrecedence, isAddChildAllowed, isDeleteAllowed, isEditAllowed, isHidden, isImmutable, isMoveAllowed, isUnremovable, setAddChildAllowed, setDeleteAllowed, setEditAllowed, setHidden, setId, setImmutable, setMoveAllowed, setName, setPrecedence, setUnremovable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jasig.portal.layout.node.IUserLayoutNodeDescription |
|---|
getId, getName, getPrecedence, isAddChildAllowed, isDeleteAllowed, isEditAllowed, isHidden, isImmutable, isMoveAllowed, isUnremovable, setAddChildAllowed, setDeleteAllowed, setEditAllowed, setHidden, setId, setImmutable, setMoveAllowed, setName, setPrecedence, setUnremovable |
| Constructor Detail |
|---|
public ChannelDescription()
public ChannelDescription(Element xmlNode)
throws PortalException
xmlNode - the Element to be represented
PortalExceptionpublic ChannelDescription(IUserLayoutChannelDescription d)
d - an IUserLayoutChannelDescription| Method Detail |
|---|
public org.jasig.portal.layout.dlm.FragmentChannelInfo getFragmentChannelInfo()
public void resetParameter(String parameterName)
throws PortalException
UserLayoutChannelDescription
resetParameter in interface IUserLayoutChannelDescriptionresetParameter in class UserLayoutChannelDescriptionparameterName - a String value
PortalExceptionpublic void setFragmentChannelInfo(org.jasig.portal.layout.dlm.FragmentChannelInfo fragmentChannelInfo)
public String getOrigin()
public void setOrigin(String origin)
public String getPlfId()
public void setPlfId(String plfId)
public boolean getParameterOverrideValue(String parameterName)
getParameterOverrideValue in interface IUserLayoutChannelDescriptiongetParameterOverrideValue in class UserLayoutChannelDescriptionparameterName - a String value
boolean value
public static UserLayoutNodeDescription createUserLayoutNodeDescription(Element xmlNode)
throws PortalException
xmlNode - a user layout DTD folder/channel Element value
UserLayoutNodeDescription value
PortalException - if the xml passed is somehow invalid.public Element getXML(Document root)
UserLayoutChannelDescriptionorg.w3c.dom.Element representation of the current channel.
getXML in interface IUserLayoutChannelDescriptiongetXML in interface IUserLayoutNodeDescriptiongetXML in class UserLayoutChannelDescriptionroot - a Document for which the Element should be created.
Node value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||