Uses of Interface
com.atlassian.jira.entity.EntityFactory

Packages that use EntityFactory
com.atlassian.jira.entity   
 

Uses of EntityFactory in com.atlassian.jira.entity
 

Classes in com.atlassian.jira.entity that implement EntityFactory
 class AbstractEntityFactory<E>
          An abstract EntityFactory that most implementations are expected to extend.
 class IssueLinkFactory
          IssueLink EntityFactory
 class IssueSecurityLevelFactory
          EntityFactory for IssueSecurityLevel
 class ProjectCategoryFactory
          ProjectCategory EntityFactory
 class RemoteIssueLinkFactory
          RemoteIssueLink EntityFactory
 

Fields in com.atlassian.jira.entity declared as EntityFactory
static EntityFactory<IssueLink> Entity.ISSUE_LINK
           
static EntityFactory<IssueSecurityLevel> Entity.ISSUE_SECURITY_LEVEL
           
static EntityFactory<ProjectCategory> Entity.PROJECT_CATEGORY
           
static EntityFactory<RemoteIssueLink> Entity.REMOTE_ISSUE_LINK
           
 

Methods in com.atlassian.jira.entity with parameters of type EntityFactory
<E> E
EntityEngine.createValue(EntityFactory<E> entityFactory, E newValue)
           
<E> E
EntityEngineImpl.createValue(EntityFactory<E> entityFactory, E value)
           
static Delete.DeleteFromContext Delete.from(EntityFactory entityFactory)
           
static Update.IntoContext Update.into(EntityFactory entityFactory)
           
<E> int
EntityEngine.removeValue(EntityFactory<E> entityFactory, Long id)
          Remove the given entity from the DB.
<E> int
EntityEngineImpl.removeValue(EntityFactory<E> entityFactory, Long id)
           
<E> EntityEngine.SelectFromContext<E>
EntityEngine.selectFrom(EntityFactory<E> entityFactory)
          Starts a dialog to run a SELECT query against EntityEngine.
<E> EntityEngine.SelectFromContext<E>
EntityEngineImpl.selectFrom(EntityFactory<E> entity)
           
<E> void
EntityEngine.updateValue(EntityFactory<E> entityFactory, E newValue)
           
<E> void
EntityEngineImpl.updateValue(EntityFactory<E> entityFactory, E newValue)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.