Uses of Interface
org.jasig.portal.channel.IChannelParameter

Packages that use IChannelParameter
org.jasig.portal.channel   
org.jasig.portal.channel.dao.jpa   
org.jasig.portal.layout.dlm.remoting.registry   
 

Uses of IChannelParameter in org.jasig.portal.channel
 

Methods in org.jasig.portal.channel that return IChannelParameter
 IChannelParameter IChannelDefinition.getParameter(String key)
          Deprecated.  
 

Methods in org.jasig.portal.channel that return types with arguments of type IChannelParameter
 Set<IChannelParameter> IChannelDefinition.getParameters()
          Deprecated.  
 Map<String,IChannelParameter> IChannelDefinition.getParametersAsUnmodifiableMap()
          Deprecated.  
 

Methods in org.jasig.portal.channel with parameters of type IChannelParameter
 void IChannelDefinition.addParameter(IChannelParameter parameter)
          Deprecated. Adds a parameter to this channel definition
 void IChannelDefinition.removeParameter(IChannelParameter parameter)
          Deprecated. Removes a parameter from this channel definition
 

Method parameters in org.jasig.portal.channel with type arguments of type IChannelParameter
 void IChannelDefinition.replaceParameters(Set<IChannelParameter> parameters)
          Deprecated.  
 void IChannelDefinition.setParameters(Set<IChannelParameter> parameters)
          Deprecated.  
 

Uses of IChannelParameter in org.jasig.portal.channel.dao.jpa
 

Classes in org.jasig.portal.channel.dao.jpa that implement IChannelParameter
 class ChannelParameterImpl
          JPA implementation of the IChanenlParameter interface.
 

Methods in org.jasig.portal.channel.dao.jpa that return IChannelParameter
 IChannelParameter ChannelDefinitionImpl.getParameter(String key)
           
 

Methods in org.jasig.portal.channel.dao.jpa that return types with arguments of type IChannelParameter
 Set<IChannelParameter> ChannelDefinitionImpl.getParameters()
           
 Map<String,IChannelParameter> ChannelDefinitionImpl.getParametersAsUnmodifiableMap()
           
 

Methods in org.jasig.portal.channel.dao.jpa with parameters of type IChannelParameter
 void ChannelDefinitionImpl.addParameter(IChannelParameter parameter)
           
 void ChannelDefinitionImpl.removeParameter(IChannelParameter parameter)
           
 

Method parameters in org.jasig.portal.channel.dao.jpa with type arguments of type IChannelParameter
 void ChannelDefinitionImpl.replaceParameters(Set<IChannelParameter> parameters)
           
 void ChannelDefinitionImpl.setParameters(Set<IChannelParameter> parameters)
           
 

Constructors in org.jasig.portal.channel.dao.jpa with parameters of type IChannelParameter
ChannelParameterImpl(IChannelParameter param)
          Construct a new ChannelParameterImpl from an IChannelParameter
 

Uses of IChannelParameter in org.jasig.portal.layout.dlm.remoting.registry
 

Constructors in org.jasig.portal.layout.dlm.remoting.registry with parameters of type IChannelParameter
ChannelParameterBean(IChannelParameter param)
           
 



Copyright © 2010 Jasig. All Rights Reserved.