org.apache.taglibs.rdc.core
Class GroupConfirm

java.lang.Object
  extended by org.apache.taglibs.rdc.core.GroupConfirm

public class GroupConfirm
extends java.lang.Object

Helper class for carrying out group confirmation.

Author:
Sindhu Unnikrishnan, Rahul Akolkar

Constructor Summary
GroupConfirm(javax.servlet.jsp.PageContext ctx, GroupModel localModel, java.lang.String id)
           
 
Method Summary
 int doGroupConfirmation()
          Group confirmation state machine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupConfirm

public GroupConfirm(javax.servlet.jsp.PageContext ctx,
                    GroupModel localModel,
                    java.lang.String id)
Method Detail

doGroupConfirmation

public int doGroupConfirmation()
Group confirmation state machine

Returns:
int groupState


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.