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

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

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


Constructor Summary
MondrianOneToOneUserRoleListMapper()
           
 
Method Summary
 void afterPropertiesSet()
           
 boolean isFailOnEmptyRoleList()
           
 void setFailOnEmptyRoleList(boolean failOnEmptyRoleList)
           
 
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

MondrianOneToOneUserRoleListMapper

public MondrianOneToOneUserRoleListMapper()
Method Detail

setFailOnEmptyRoleList

public void setFailOnEmptyRoleList(boolean failOnEmptyRoleList)

isFailOnEmptyRoleList

public boolean isFailOnEmptyRoleList()

afterPropertiesSet

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