com.atlassian.confluence.user.crowd.jira
Class GroupRowMapper

java.lang.Object
  extended by com.atlassian.confluence.user.crowd.jira.GroupRowMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper

public class GroupRowMapper
extends Object
implements org.springframework.jdbc.core.RowMapper

Extracts a group from a Crowd dbquery result set


Constructor Summary
GroupRowMapper(long directoryId)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 Object mapRow(ResultSet rs, int rowNum)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupRowMapper

public GroupRowMapper(long directoryId)
Method Detail

mapRow

public Object mapRow(ResultSet rs,
                     int rowNum)
              throws SQLException
Specified by:
mapRow in interface org.springframework.jdbc.core.RowMapper
Throws:
SQLException

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.