|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
org.rhq.enterprise.gui.legacy.action.resource.group.inventory.RemoveGroupResourcesForm
public class RemoveGroupResourcesForm
removes resources specified with identifier in the string form:
| Field Summary | |
|---|---|
protected Integer |
resourceType
|
protected List |
resourceTypes
|
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
|---|
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
RemoveGroupResourcesForm()
|
|
| Method Summary | |
|---|---|
String |
getCategory()
|
Integer |
getF()
|
Integer |
getGroupId()
Returns the rid. |
String[] |
getR()
|
String[] |
getResources()
Getter for property users. |
Integer |
getResourceType()
Returns the resourceType. |
List |
getResourceTypes()
Returns the resourceTypes. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setCategory(String category)
Sets the GroupCategory as a string. |
void |
setF(Integer f)
|
void |
setGroupId(Integer groupId)
Sets the rid. |
void |
setR(String[] r)
|
void |
setResources(String[] resources)
Setter for property users. |
void |
setResourceType(Integer resourceType)
Sets the resourceType. |
void |
setResourceTypes(List resourceTypes)
Sets the resourceTypes. |
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 |
| Field Detail |
|---|
protected Integer resourceType
protected List resourceTypes
| Constructor Detail |
|---|
public RemoveGroupResourcesForm()
| Method Detail |
|---|
public Integer getF()
public void setF(Integer f)
public String[] getR()
public void setR(String[] r)
public String[] getResources()
public void setResources(String[] resources)
users - New value of property users.public Integer getResourceType()
public void setResourceType(Integer resourceType)
resourceType - The resourceType to setpublic List getResourceTypes()
public void setResourceTypes(List resourceTypes)
resourceTypes - The resourceTypes to setpublic Integer getGroupId()
public void setGroupId(Integer groupId)
rid - The rid to set
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class BaseValidatorFormpublic String toString()
toString in class BaseValidatorFormpublic String getCategory()
public void setCategory(String category)
category - The GroupCategory object as a string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||