Uses of Class
org.jasig.portal.channels.CChannelManager.WorkflowSection

Packages that use CChannelManager.WorkflowSection
org.jasig.portal.channels   
 

Uses of CChannelManager.WorkflowSection in org.jasig.portal.channels
 

Subclasses of CChannelManager.WorkflowSection in org.jasig.portal.channels
protected  class CChannelManager.CPDWorkflowSection
           
 

Fields in org.jasig.portal.channels declared as CChannelManager.WorkflowSection
protected  CChannelManager.WorkflowSection CChannelManager.Workflow.categoriesSection
           
protected  CChannelManager.WorkflowSection CChannelManager.Workflow.channelParamsSection
           
protected  CChannelManager.WorkflowSection CChannelManager.Workflow.channelTypesSection
           
protected  CChannelManager.WorkflowSection CChannelManager.Workflow.controlsSection
           
protected  CChannelManager.WorkflowSection CChannelManager.Workflow.generalSettingsSection
           
protected  CChannelManager.WorkflowSection CChannelManager.Workflow.groupsSection
           
protected  CChannelManager.WorkflowSection CChannelManager.Workflow.reviewSection
           
 

Methods in org.jasig.portal.channels with parameters of type CChannelManager.WorkflowSection
private  void CChannelManager.Workflow.addSection(CChannelManager.WorkflowSection section, java.lang.String sectionElementName, java.lang.String stepTitle, org.w3c.dom.Element e)
           
protected  void CChannelManager.Workflow.setCategoriesSection(CChannelManager.WorkflowSection categoriesSection)
           
protected  void CChannelManager.Workflow.setChannelParamsSection(CChannelManager.WorkflowSection channelParamsSection)
           
protected  void CChannelManager.Workflow.setChannelTypesSection(CChannelManager.WorkflowSection channelTypesSection)
           
protected  void CChannelManager.Workflow.setControlsSection(CChannelManager.WorkflowSection controlsSection)
           
protected  void CChannelManager.Workflow.setGeneralSettingsSection(CChannelManager.WorkflowSection generalSettingsSection)
           
protected  void CChannelManager.Workflow.setGroupsSection(CChannelManager.WorkflowSection groupsSection)
           
protected  void CChannelManager.Workflow.setReviewSection(CChannelManager.WorkflowSection reviewSection)