Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.table.row
Class UserPermissionsTableRow

java.lang.Object
  extended by org.nuxeo.ecm.webapp.table.row.GenericTableRow
      extended by org.nuxeo.ecm.webapp.table.row.TableRow
          extended by org.nuxeo.ecm.webapp.table.row.UserPermissionsTableRow
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class UserPermissionsTableRow
extends TableRow

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
UserPermissionsTableRow(String user, List<AbstractTableCell> cells)
          Deprecated.  
 
Method Summary
 boolean equals(Object other)
          Deprecated.  
 String getUser()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setUser(String user)
          Deprecated.  
 
Methods inherited from class org.nuxeo.ecm.webapp.table.row.TableRow
getSelected, getSelectionCellIndex, getSelectionTableCell
 
Methods inherited from class org.nuxeo.ecm.webapp.table.row.GenericTableRow
getCells, getRowId, setCells, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserPermissionsTableRow

public UserPermissionsTableRow(String user,
                               List<AbstractTableCell> cells)
                        throws ClientException
Deprecated. 
Throws:
ClientException
Method Detail

getUser

public String getUser()
Deprecated. 

setUser

public void setUser(String user)
Deprecated. 

equals

public boolean equals(Object other)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.