|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.service.util.ServiceUtils
public class ServiceUtils
| Method Summary | |
|---|---|
static org.ofbiz.core.entity.GenericValue |
findIssueInString(String searchString)
Loops through the string and returns the issue that is found within, or null if there is no issue matching. |
static org.ofbiz.core.entity.GenericValue[] |
findIssuesInString(String searchString)
|
static org.ofbiz.core.entity.GenericValue |
getIssue(String key)
Given an actual key - return the issue that matches that key, or null if no issues match that key. |
static Map<String,String> |
getParameterMap(String parameterString)
This method creates a map of parameters from a string. |
static org.ofbiz.core.entity.GenericValue |
getProject(String string)
Deprecated. no longer used |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated public static org.ofbiz.core.entity.GenericValue getProject(String string)
public static org.ofbiz.core.entity.GenericValue getIssue(String key)
public static org.ofbiz.core.entity.GenericValue findIssueInString(String searchString)
searchString - the string to search through for issues
public static org.ofbiz.core.entity.GenericValue[] findIssuesInString(String searchString)
public static Map<String,String> getParameterMap(String parameterString)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||