public class

GroupRowMapper

extends Object
implements RowMapper
java.lang.Object
   ↳ com.atlassian.confluence.user.crowd.jira.GroupRowMapper

Class Overview

Extracts a group from a Crowd dbquery result set

Summary

Public Constructors
GroupRowMapper(long directoryId)
Public Methods
boolean equals(Object o)
int hashCode()
Object mapRow(ResultSet rs, int rowNum)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.jdbc.core.RowMapper

Public Constructors

public GroupRowMapper (long directoryId)

Public Methods

public boolean equals (Object o)

public int hashCode ()

public Object mapRow (ResultSet rs, int rowNum)

Throws
SQLException