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

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

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


Constructor Summary
MondrianUserSessionUserRoleListMapper()
           
 
Method Summary
 void afterPropertiesSet()
           
 String getSessionProperty()
           
 void setSessionProperty(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

MondrianUserSessionUserRoleListMapper

public MondrianUserSessionUserRoleListMapper()
Method Detail

afterPropertiesSet

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

setSessionProperty

public void setSessionProperty(String value)

getSessionProperty

public String getSessionProperty()