Uses of Class
net.ramapuram.thomas.model.LabelValue

Packages that use LabelValue
net.ramapuram.thomas.model   
net.ramapuram.thomas.service   
net.ramapuram.thomas.service.impl   
net.ramapuram.thomas.util   
net.ramapuram.thomas.webapp.taglib   
 

Uses of LabelValue in net.ramapuram.thomas.model
 

Methods in net.ramapuram.thomas.model that return types with arguments of type LabelValue
 java.util.List<LabelValue> User.getRoleList()
          Convert user roles to LabelValue objects for convenience.
 

Uses of LabelValue in net.ramapuram.thomas.service
 

Methods in net.ramapuram.thomas.service that return types with arguments of type LabelValue
 java.util.List<LabelValue> LookupManager.getAllRoles()
          Retrieves all possible roles from persistence layer
 

Uses of LabelValue in net.ramapuram.thomas.service.impl
 

Methods in net.ramapuram.thomas.service.impl that return types with arguments of type LabelValue
 java.util.List<LabelValue> LookupManagerImpl.getAllRoles()
          Retrieves all possible roles from persistence layer
 

Uses of LabelValue in net.ramapuram.thomas.util
 

Method parameters in net.ramapuram.thomas.util with type arguments of type LabelValue
static java.util.Map<java.lang.String,java.lang.String> ConvertUtil.convertListToMap(java.util.List<LabelValue> list)
          Convert a java.util.List of LabelValue objects to a LinkedHashMap.
 

Uses of LabelValue in net.ramapuram.thomas.webapp.taglib
 

Methods in net.ramapuram.thomas.webapp.taglib that return types with arguments of type LabelValue
protected  java.util.List<LabelValue> CountryTag.buildCountryList(java.util.Locale locale)
          Build a List of LabelValues for all the available countries.
 



Copyright © 2011. All Rights Reserved.