public class

SearchRequestEntityBuilder

extends Object
implements NamedEntityBuilder<E>
java.lang.Object
   ↳ com.atlassian.jira.issue.search.SearchRequestEntityBuilder

Summary

Public Constructors
SearchRequestEntityBuilder()
Public Methods
SearchRequestEntity build(GenericValue gv)
Builds an instance of this Entity from the given GenericValue.
String getEntityName()
The name of the Entity as defined in the entitymodel.xml file.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.entity.EntityBuilder
From interface com.atlassian.jira.entity.NamedEntityBuilder

Public Constructors

public SearchRequestEntityBuilder ()

Public Methods

public SearchRequestEntity build (GenericValue gv)

Builds an instance of this Entity from the given GenericValue.

Parameters
gv GenericValue for the entity
Returns
  • the entity Object

public String getEntityName ()

The name of the Entity as defined in the entitymodel.xml file.

Returns
  • the name of the Entity.