com.wewebu.ow.server.ecmimpl.opencmis.ui
Class OwCMISUserSelectionModule.OwCMISInfoItem

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.opencmis.ui.OwCMISUserSelectionModule.OwCMISInfoItem
Enclosing class:
OwCMISUserSelectionModule

protected static class OwCMISUserSelectionModule.OwCMISInfoItem
extends Object

Used only for rendering the list.


Field Summary
static int GROUP
           
static int ROLE
           
static int USER
           
 
Constructor Summary
OwCMISUserSelectionModule.OwCMISInfoItem(String name_p, int type)
           
OwCMISUserSelectionModule.OwCMISInfoItem(String name_p, String displayName, int type)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getType()
           
 String getUserDisplayName()
           
 String getUserName()
           
 int hashCode()
           
 boolean isGroup()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROLE

public static final int ROLE
See Also:
Constant Field Values

USER

public static final int USER
See Also:
Constant Field Values

GROUP

public static final int GROUP
See Also:
Constant Field Values
Constructor Detail

OwCMISUserSelectionModule.OwCMISInfoItem

public OwCMISUserSelectionModule.OwCMISInfoItem(String name_p,
                                                int type)

OwCMISUserSelectionModule.OwCMISInfoItem

public OwCMISUserSelectionModule.OwCMISInfoItem(String name_p,
                                                String displayName,
                                                int type)
Method Detail

getUserDisplayName

public String getUserDisplayName()
                          throws Exception
Throws:
Exception

getUserName

public String getUserName()
                   throws Exception
Throws:
Exception

isGroup

public boolean isGroup()
                throws Exception
Throws:
Exception

getType

public int getType()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.