org.pentaho.platform.plugin.action.mondrian.mapper
Class MondrianLookupMapUserRoleListMapper

java.lang.Object
  extended by org.pentaho.platform.plugin.action.mondrian.mapper.MondrianAbstractPlatformUserRoleMapper
      extended by org.pentaho.platform.plugin.action.mondrian.mapper.MondrianLookupMapUserRoleListMapper
All Implemented Interfaces:
IConnectionUserRoleMapper, org.springframework.beans.factory.InitializingBean

public class MondrianLookupMapUserRoleListMapper
extends MondrianAbstractPlatformUserRoleMapper
implements org.springframework.beans.factory.InitializingBean


Constructor Summary
MondrianLookupMapUserRoleListMapper()
           
 
Method Summary
 void afterPropertiesSet()
           
 Map<String,String> getLookupMap()
           
 void setLookupMap(Map<String,String> value)
           
 
Methods inherited from class org.pentaho.platform.plugin.action.mondrian.mapper.MondrianAbstractPlatformUserRoleMapper
mapConnectionRoles, mapConnectionUser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MondrianLookupMapUserRoleListMapper

public MondrianLookupMapUserRoleListMapper()
Method Detail

setLookupMap

public void setLookupMap(Map<String,String> value)

getLookupMap

public Map<String,String> getLookupMap()

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception