org.rhq.enterprise.gui.admin.role
Class AddLdapGroupsForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
              extended by org.rhq.enterprise.gui.admin.role.AddLdapGroupsForm
All Implemented Interfaces:
Serializable

public class AddLdapGroupsForm
extends BaseValidatorForm

A subclass of Spider representing the Add Role Resource Groups form.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
AddLdapGroupsForm()
           
 
Method Summary
 String[] getAvailableGroup()
           
 String[] getAvailableGroups()
           
 String[] getPendingGroup()
           
 String[] getPendingGroups()
           
 Integer getPsa()
           
 Integer getPsp()
           
 Integer getR()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setAvailableGroup(String[] availableGroups)
           
 void setAvailableGroups(String[] availableGroups)
           
 void setPendingGroup(String[] pendingGroups)
           
 void setPendingGroups(String[] pendingGroups)
           
 void setPsa(Integer ps)
           
 void setPsp(Integer ps)
           
 void setR(Integer r)
           
 String toString()
           
 
Methods inherited from class org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
getAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUninventory, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isInstallClicked, isManualUninstallClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUninventory, setUserset, shouldValidate, validate
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddLdapGroupsForm

public AddLdapGroupsForm()
Method Detail

getAvailableGroup

public String[] getAvailableGroup()

getAvailableGroups

public String[] getAvailableGroups()

setAvailableGroup

public void setAvailableGroup(String[] availableGroups)

setAvailableGroups

public void setAvailableGroups(String[] availableGroups)

getPendingGroup

public String[] getPendingGroup()

getPendingGroups

public String[] getPendingGroups()

setPendingGroup

public void setPendingGroup(String[] pendingGroups)

setPendingGroups

public void setPendingGroups(String[] pendingGroups)

getPsa

public Integer getPsa()

setPsa

public void setPsa(Integer ps)

getPsp

public Integer getPsp()

setPsp

public void setPsp(Integer ps)

getR

public Integer getR()

setR

public void setR(Integer r)

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class BaseValidatorForm

toString

public String toString()
Overrides:
toString in class BaseValidatorForm


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.