com.atlassian.jira.web.action.admin
Class ViewServices
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.ViewServices
- All Implemented Interfaces:
- webwork.action.Action, webwork.action.CommandDriven, ErrorCollection, I18nHelper, webwork.action.IllegalArgumentAware, java.io.Serializable
- public class ViewServices
- extends JiraWebActionSupport
- See Also:
- Serialized Form
Field Summary |
(package private) java.lang.String |
clazz
|
(package private) long |
delay
|
(package private) java.lang.Long |
delete
|
(package private) java.lang.String |
name
|
(package private) java.util.Collection |
services
|
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addErrorCollection, getAssignableUsers, getAssignableUsers, getCachedGroups, getColumnViewHtml, getComponentManager, getConstantsManager, getCustomFieldHtml, getCustomFieldXML, getDefaultAssignee, getDefaultResourceBundle, getField, getLocale, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getText, getText, getText, getText, getText, getUserFullName, getUserPreferences, getVersionManager, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee, processDefaultAssignee, setReturnUrl |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getUnescapedText, getWatcherManager, hasAnyErrors, isIndexing |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, doDefault, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface webwork.action.CommandDriven |
setCommand |
services
java.util.Collection services
delete
java.lang.Long delete
name
java.lang.String name
clazz
java.lang.String clazz
delay
long delay
ViewServices
public ViewServices()
setDelete
public void setDelete(java.lang.Long delete)
doValidation
protected void doValidation()
doExecute
protected java.lang.String doExecute()
throws java.lang.Exception
- Throws:
java.lang.Exception
getServices
public java.util.Collection getServices()
getServiceImplementation
public JiraService getServiceImplementation(org.ofbiz.core.entity.GenericValue service)
getServiceImplementations
public java.util.Map getServiceImplementations()
isServiceDeletable
public boolean isServiceDeletable(org.ofbiz.core.entity.GenericValue service)
getPropertyMap
public java.util.Map getPropertyMap(org.ofbiz.core.entity.GenericValue gv)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDelayInMins
public long getDelayInMins(org.ofbiz.core.entity.GenericValue service)
setName
public void setName(java.lang.String name)
setClazz
public void setClazz(java.lang.String clazz)
setDelay
public void setDelay(long delay)
getName
public java.lang.String getName()
getClazz
public java.lang.String getClazz()
getDelay
public long getDelay()
Copyright © 2002-2005 Atlassian. All Rights Reserved.