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 java.lang.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(java.lang.Object o)
           
 int hashCode()
           
 java.lang.Object mapRow(java.sql.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 java.lang.Object mapRow(java.sql.ResultSet rs,
                               int rowNum)
                        throws java.sql.SQLException
Specified by:
mapRow in interface org.springframework.jdbc.core.RowMapper
Throws:
java.sql.SQLException

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.