Uses of Class
org.jasig.portal.portlets.Attribute

Packages that use Attribute
org.jasig.portal.portlets   
org.jasig.portal.portlets.lookup   
org.jasig.portal.portlets.portletadmin   
org.jasig.portal.portlets.swapper   
 

Uses of Attribute in org.jasig.portal.portlets
 

Methods in org.jasig.portal.portlets that return Attribute
 Attribute AttributeFactory.create()
           
 

Uses of Attribute in org.jasig.portal.portlets.lookup
 

Methods in org.jasig.portal.portlets.lookup that return types with arguments of type Attribute
 Map<String,Attribute> PersonQuery.getAttributes()
           
 

Method parameters in org.jasig.portal.portlets.lookup with type arguments of type Attribute
 void PersonQuery.setAttributes(Map<String,Attribute> attributes)
           
 

Uses of Attribute in org.jasig.portal.portlets.portletadmin
 

Methods in org.jasig.portal.portlets.portletadmin that return types with arguments of type Attribute
 Map<String,Attribute> ChannelDefinitionForm.getParameters()
           
 

Method parameters in org.jasig.portal.portlets.portletadmin with type arguments of type Attribute
 void ChannelDefinitionForm.setParameters(Map<String,Attribute> parameters)
           
 

Uses of Attribute in org.jasig.portal.portlets.swapper
 

Methods in org.jasig.portal.portlets.swapper that return types with arguments of type Attribute
 Map<String,Attribute> AttributeSwapRequest.getAttributesToCopy()
           
 Map<String,Attribute> AttributeSwapRequest.getCurrentAttributes()
           
 

Method parameters in org.jasig.portal.portlets.swapper with type arguments of type Attribute
protected  void AttributeSwapRequestValidator.checkAttributesMap(org.springframework.binding.message.MessageContext context, String basePath, Set<String> swappableAttributes, Map<String,Attribute> attributesToCopy)
          Checks the keys in the Map on the model against a Set to ensure there are no values in the Map that aren't also in the Set
protected  void AttributeSwapperHelperImpl.copyAttributes(Map<String,Object> destination, Map<String,Attribute> source)
           
 void AttributeSwapRequest.setAttributesToCopy(Map<String,Attribute> attributesToCopy)
           
 void AttributeSwapRequest.setCurrentAttributes(Map<String,Attribute> attributes)
           
 



Copyright © 2010 Jasig. All Rights Reserved.