|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelPublisher.ChannelInfo | |
---|---|
org.jasig.portal.tools.chanpub |
Uses of ChannelPublisher.ChannelInfo in org.jasig.portal.tools.chanpub |
---|
Methods in org.jasig.portal.tools.chanpub that return ChannelPublisher.ChannelInfo | |
---|---|
private ChannelPublisher.ChannelInfo |
ChannelPublisher.getChannelInfo(java.io.InputStream is)
Populates and returns a ChannelInfo object based on the input stream containing XML data structured according to the channel-definition dtd. |
private ChannelPublisher.ChannelInfo |
ChannelPublisher.getChannelInfo(java.lang.String chanDefFile)
Populates and returns a ChannelInfo object based on the passed in file name containing XML data structured according to the channel-definition dtd. |
Methods in org.jasig.portal.tools.chanpub with parameters of type ChannelPublisher.ChannelInfo | |
---|---|
private void |
ChannelPublisher.getCategories(ChannelPublisher.ChannelInfo ci,
org.w3c.dom.Element pele)
Translate channel category names into category ids. |
private void |
ChannelPublisher.getGroups(ChannelPublisher.ChannelInfo ci,
org.w3c.dom.Element pele)
Translate access group names into group ids. |
private void |
ChannelPublisher.getParameters(ChannelPublisher.ChannelInfo ci,
org.w3c.dom.Element pele)
Load the declared parameters. |
private void |
ChannelPublisher.getType(ChannelPublisher.ChannelInfo ci,
java.lang.String value)
Translate the declared channel type name into a channel type id. |
private void |
ChannelPublisher.getUsers(ChannelPublisher.ChannelInfo ci,
org.w3c.dom.Element pele)
Translate access user ids into the user entity objects. |
private ChannelDefinition |
ChannelPublisher.publishChannel(ChannelPublisher.ChannelInfo ci)
Publishes the channel represented by the passed in ChannelDefinition object and returns the resultant ChannelDefinition object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |