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

Packages that use EntityFactory
com.atlassian.jira.entity   
com.atlassian.jira.index.ha   
com.atlassian.jira.index.property   
com.atlassian.jira.issue.subscription   
com.atlassian.jira.scheduler   
 

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 ApplicationUserEntityFactory
           
 class EntityPropertyFactory
           
 class IssueLinkFactory
          IssueLink EntityFactory
 class IssueSecurityLevelFactory
          EntityFactory for IssueSecurityLevel
 class IssueSecurityLevelPermissionFactory
          EntityFactory for IssueSecurityLevelPermission
 class MovedIssueKeyFactory
           
 class ProjectCategoryFactory
          ProjectCategory EntityFactory
 class RemoteIssueLinkFactory
          RemoteIssueLink EntityFactory
 class WorklogEntityFactory
           
 

Fields in com.atlassian.jira.entity declared as EntityFactory
static EntityFactory<EntityProperty> Entity.ENTITY_PROPERTY
           
static EntityFactory<EntityPropertyIndexDocument> Entity.ENTITY_PROPERTY_INDEX_DOCUMENT
           
static EntityFactory<FilterSubscription> Entity.FILTER_SUBSCRIPTION
           
static EntityFactory<IssueLink> Entity.ISSUE_LINK
           
static EntityFactory<MovedIssueKey> Entity.MOVED_ISSUE_KEY
           
static EntityFactory<ProjectCategory> Entity.PROJECT_CATEGORY
           
static EntityFactory<RemoteIssueLink> Entity.REMOTE_ISSUE_LINK
           
static EntityFactory<OfBizRunDetails> Entity.RUN_DETAILS
           
 

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

Constructors in com.atlassian.jira.entity with parameters of type EntityFactory
EntityPagedList(int pageSize, EntityFactory<E> entityFactory, org.ofbiz.core.entity.EntityCondition entityCondition, List<String> orderBy)
           
 

Uses of EntityFactory in com.atlassian.jira.index.ha
 

Classes in com.atlassian.jira.index.ha that implement EntityFactory
 class ReplicatedIndexOperationFactory
          Factory for converting GVs to ReplicatedIndexOperation
 

Uses of EntityFactory in com.atlassian.jira.index.property
 

Classes in com.atlassian.jira.index.property that implement EntityFactory
 class EntityPropertyIndexDocumentFactory
           
 

Uses of EntityFactory in com.atlassian.jira.issue.subscription
 

Classes in com.atlassian.jira.issue.subscription that implement EntityFactory
 class FilterSubscriptionFactory
           
 

Uses of EntityFactory in com.atlassian.jira.scheduler
 

Classes in com.atlassian.jira.scheduler that implement EntityFactory
 class RunDetailsFactory
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.