|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
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.hyperic.hq.ui.action.BaseValidatorForm
org.hyperic.hq.ui.action.CalendarForm
org.hyperic.hq.ui.action.ScheduleForm
org.hyperic.hq.ui.action.resource.ResourceForm
org.hyperic.hq.ui.action.resource.RemoveResourceForm
org.hyperic.hq.ui.action.resource.platform.autodiscovery.AutoDiscoveryResultsForm
public class AutoDiscoveryResultsForm
Form represents the auto-discovery results form
Field Summary |
---|
Fields inherited from class org.hyperic.hq.ui.action.resource.RemoveResourceForm |
---|
resourceType, resourceTypes |
Fields inherited from class org.hyperic.hq.ui.action.ScheduleForm |
---|
END_NEVER, END_ON_DATE, EVERY_DAY, EVERY_WEEKDAY, ON_DAY, ON_EACH, RECUR_DAILY, RECUR_MONTHLY, RECUR_NEVER, RECUR_WEEKLY, START_NOW, START_ON_DATE |
Fields inherited from class org.hyperic.hq.ui.action.CalendarForm |
---|
AM, PM |
Fields inherited from class org.apache.struts.validator.ValidatorForm |
---|
page, validatorResults |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
AutoDiscoveryResultsForm()
|
Method Summary | |
---|---|
void |
buildActionOptions(javax.servlet.http.HttpServletRequest request)
build the ai action options |
static java.util.List |
buildAINewModifiedCommandOptions(javax.servlet.http.HttpServletRequest request)
build new/modified commands for AI resource |
static java.util.List |
buildAIRemovedActionOptions(javax.servlet.http.HttpServletRequest request)
build remove actions for AI resource |
static java.util.List |
buildAIUnchangedCommandOptions(javax.servlet.http.HttpServletRequest request)
build unchanged commands for AI resource |
java.lang.Integer |
getAiAction()
|
java.lang.Integer |
getAiPid()
|
java.lang.Integer |
getAiRid()
|
java.lang.Integer |
getIpsStatusFilter()
|
java.util.List |
getNewModifiedActionOptions()
|
java.util.List |
getRemovedActionOptions()
|
java.lang.Integer |
getServerTypeFilter()
|
java.util.List |
getServerTypeFilterList()
|
java.lang.Integer |
getServerTypeFilterListCount()
This method returns 0 if there are not server types set. |
java.lang.Integer |
getStdStatusFilter()
|
java.util.List |
getUnchangedActionOptions()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setAiAction(java.lang.Integer integer)
|
void |
setAiPid(java.lang.Integer integer)
|
void |
setAiRid(java.lang.Integer aiRid)
Sets the aiRid. |
void |
setIpsStatusFilter(java.lang.Integer ignoreIps)
Sets the ignoreIps. |
void |
setServerTypeFilter(java.lang.Integer filterStd)
Sets the filterStd. |
void |
setServerTypeFilterList(AppdefResourceTypeValue[] serverTypes)
|
void |
setStdStatusFilter(java.lang.Integer ignoreStd)
Sets the ignoreStd. |
java.lang.String |
toString()
|
Methods inherited from class org.hyperic.hq.ui.action.resource.RemoveResourceForm |
---|
getF, getPss, getR, getResources, getResourceType, getResourceTypes, setF, setPss, setR, setResources, setResourceType, setResourceTypes |
Methods inherited from class org.hyperic.hq.ui.action.resource.ResourceForm |
---|
getAetid, getDescription, getEid, getLocation, getName, getRid, getType, isCanModify, loadResourceValue, setAetid, setCanModify, setDescription, setEid, setLocation, setName, setRid, setType, updateResourceValue, validate |
Methods inherited from class org.hyperic.hq.ui.action.CalendarForm |
---|
calcHour, getEndAmPm, getEndDate, getEndDay, getEndHour, getEndMin, getEndMonth, getEndYear, getInitStartTime, getStartAmPm, getStartDate, getStartDay, getStartHour, getStartMin, getStartMonth, getStartYear, getWantEndDate, getYearOptions, populateEndDate, populateStartDate, setEndAmPm, setEndDay, setEndHour, setEndMin, setEndMonth, setEndYear, setStartAmPm, setStartDay, setStartHour, setStartMin, setStartMonth, setStartYear, setWantEndDate, shouldValidateDateRange, validateDateRange |
Methods inherited from class org.hyperic.hq.ui.action.BaseValidatorForm |
---|
getAdd, getCancel, getCreate, getDelete, getEnable, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUserset, shouldValidate |
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 |
---|
public AutoDiscoveryResultsForm()
Method Detail |
---|
public java.lang.Integer getServerTypeFilter()
public java.lang.Integer getStdStatusFilter()
public void setServerTypeFilter(java.lang.Integer filterStd)
filterStd
- The filterStd to setpublic void setStdStatusFilter(java.lang.Integer ignoreStd)
ignoreStd
- The ignoreStd to setpublic java.lang.Integer getIpsStatusFilter()
public void setIpsStatusFilter(java.lang.Integer ignoreIps)
ignoreIps
- The ignoreIps to setpublic java.lang.Integer getAiRid()
public void setAiRid(java.lang.Integer aiRid)
aiRid
- The aiRid to setpublic java.lang.Integer getAiAction()
public void setAiAction(java.lang.Integer integer)
integer
- public java.util.List getNewModifiedActionOptions()
public java.util.List getRemovedActionOptions()
public java.util.List getUnchangedActionOptions()
public void buildActionOptions(javax.servlet.http.HttpServletRequest request)
public static java.util.List buildAIRemovedActionOptions(javax.servlet.http.HttpServletRequest request)
public static java.util.List buildAIUnchangedCommandOptions(javax.servlet.http.HttpServletRequest request)
public static java.util.List buildAINewModifiedCommandOptions(javax.servlet.http.HttpServletRequest request)
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class RemoveResourceForm
public java.lang.String toString()
toString
in class RemoveResourceForm
public java.lang.Integer getAiPid()
public void setAiPid(java.lang.Integer integer)
integer
- public java.util.List getServerTypeFilterList()
public java.lang.Integer getServerTypeFilterListCount()
public void setServerTypeFilterList(AppdefResourceTypeValue[] serverTypes)
list
-
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |