com.evolveum.midpoint.web.page.admin.users.dto
Class OrgStructDto<T extends ObjectType>

java.lang.Object
  extended by com.evolveum.midpoint.web.page.admin.users.dto.OrgStructDto<T>
All Implemented Interfaces:
java.io.Serializable

public class OrgStructDto<T extends ObjectType>
extends java.lang.Object
implements java.io.Serializable

Author:
mserbak
See Also:
Serialized Form

Constructor Summary
OrgStructDto(java.util.List<PrismObject<T>> orgUnitList, NodeDto parent)
           
OrgStructDto(java.util.List<PrismObject<T>> orgUnitList, NodeDto parent, OperationResult result)
           
 
Method Summary
 java.util.List<NodeDto> getOrgUnitDtoList()
           
 NodeType getRelation(NodeDto parent, UserType user)
           
 org.apache.wicket.model.IModel<java.lang.String> getTitle()
           
 java.util.List<NodeDto> getUserDtoList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgStructDto

public OrgStructDto(java.util.List<PrismObject<T>> orgUnitList,
                    NodeDto parent)

OrgStructDto

public OrgStructDto(java.util.List<PrismObject<T>> orgUnitList,
                    NodeDto parent,
                    OperationResult result)
Method Detail

getTitle

public org.apache.wicket.model.IModel<java.lang.String> getTitle()

getOrgUnitDtoList

public java.util.List<NodeDto> getOrgUnitDtoList()

getUserDtoList

public java.util.List<NodeDto> getUserDtoList()

getRelation

public NodeType getRelation(NodeDto parent,
                            UserType user)


Copyright © 2012 evolveum. All Rights Reserved.