inklings.jgatms.command
Class GetQuestion

java.lang.Object
  extended byinklings.jgatms.command.BaseCommand
      extended byinklings.jgatms.command.GetQuestion
All Implemented Interfaces:
org.apache.commons.chain.Command

public class GetQuestion
extends BaseCommand

Gets a single question from the database

Author:
Greg Reddin

Constructor Summary
GetQuestion()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context context)
           
 java.lang.String getQuestionIdKey()
           
 java.lang.String getQuestionKey()
           
 
Methods inherited from class inklings.jgatms.command.BaseCommand
getDispatchKey, getHibernateSessionFactoryKey, getHibernateSessionKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetQuestion

public GetQuestion()
Method Detail

getQuestionKey

public java.lang.String getQuestionKey()

getQuestionIdKey

public java.lang.String getQuestionIdKey()

execute

public boolean execute(org.apache.commons.chain.Context context)
                throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2004 Inklings Technology Group. All Rights Reserved.