com.atlassian.crowd.importer.mappers.jdbc
Class GroupMapper

java.lang.Object
  extended by com.atlassian.crowd.importer.mappers.jdbc.GroupMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper

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

Will map a row from a JDBC ResultSet to a Group


Constructor Summary
GroupMapper(String groupname, String description, Long directoryId)
           
 
Method Summary
 Object mapRow(ResultSet rs, int rowNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupMapper

public GroupMapper(String groupname,
                   String description,
                   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


Copyright © 2012 Atlassian. All Rights Reserved.