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:
Serializable

public class OrgStructDto<T extends ObjectType>
extends Object
implements Serializable

Author:
mserbak
See Also:
Serialized Form

Constructor Summary
OrgStructDto(List<PrismObject<T>> orgUnitList, NodeDto parent)
           
OrgStructDto(List<PrismObject<T>> orgUnitList, NodeDto parent, OperationResult result)
           
 
Method Summary
 List<NodeDto> getOrgUnitDtoList()
           
 NodeType getRelation(NodeDto parent, UserType user)
           
 org.apache.wicket.model.IModel<String> getTitle()
           
 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(List<PrismObject<T>> orgUnitList,
                    NodeDto parent)

OrgStructDto

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

getTitle

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

getOrgUnitDtoList

public List<NodeDto> getOrgUnitDtoList()

getUserDtoList

public List<NodeDto> getUserDtoList()

getRelation

public NodeType getRelation(NodeDto parent,
                            UserType user)


Copyright © 2013 evolveum. All Rights Reserved.