ccc.migration.ccc6.handlers
Class ShowInMainMenuSelector

java.lang.Object
  extended by ccc.migration.ccc6.handlers.ShowInMainMenuSelector
All Implemented Interfaces:
SqlQuery<java.util.Set<java.lang.Integer>>, org.apache.commons.dbutils.ResultSetHandler

public final class ShowInMainMenuSelector
extends java.lang.Object
implements SqlQuery<java.util.Set<java.lang.Integer>>

Selects the set of pages that are visible in menus.

Author:
Civic Computing Ltd.

Constructor Summary
ShowInMainMenuSelector()
           
 
Method Summary
 java.lang.String getSql()
          Accessor.
 java.util.Set<java.lang.Integer> handle(java.sql.ResultSet rs)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowInMainMenuSelector

public ShowInMainMenuSelector()
Method Detail

handle

public java.util.Set<java.lang.Integer> handle(java.sql.ResultSet rs)
                                        throws java.sql.SQLException

Specified by:
handle in interface SqlQuery<java.util.Set<java.lang.Integer>>
Specified by:
handle in interface org.apache.commons.dbutils.ResultSetHandler
Throws:
java.sql.SQLException

getSql

public java.lang.String getSql()
Accessor.

Specified by:
getSql in interface SqlQuery<java.util.Set<java.lang.Integer>>
Returns:
The SQL for this query, as a string.


Copyright © 2010. All Rights Reserved.