Modifier and Type | Class and Description |
---|---|
class |
ProjectComponentFactory |
Modifier and Type | Class and Description |
---|---|
class |
ClusterNodeHeartbeatFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityFactory<E>
An abstract EntityFactory that most implementations are expected to extend.
|
class |
ApplicationUserEntityFactory |
class |
ClusterLockStatusEntity
EntityFactory for ClusterLockStatus table.
|
class |
EntityPropertyFactory |
class |
IssueLinkFactory
IssueLink EntityFactory
|
class |
IssueSecurityLevelFactory
EntityFactory for IssueSecurityLevel
|
class |
IssueSecurityLevelPermissionFactory
EntityFactory for IssueSecurityLevelPermission
|
class |
MovedIssueKeyFactory |
class |
PermissionSchemeEntryFactory
EntityFactory for PermissionSchemeEntry
|
class |
ProjectCategoryFactory
ProjectCategory EntityFactory
|
class |
RemoteIssueLinkFactory
RemoteIssueLink EntityFactory
|
class |
VersionFactory
Builds
Version from GenericValue |
class |
WorklogEntityFactory |
Modifier and Type | Method and Description |
---|---|
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)
Creates a new Entity and auto populates the ID if no ID is explicitly set.
|
<E> void |
EntityEngineImpl.createValueWithoutId(EntityFactory<E> entityFactory,
E value) |
<E> void |
EntityEngine.createValueWithoutId(EntityFactory<E> entityFactory,
E newValue)
Creates a new Entity without trying to automatically populate the ID column.
|
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) |
Constructor and Description |
---|
EntityPagedList(int pageSize,
EntityFactory<E> entityFactory,
org.ofbiz.core.entity.EntityCondition entityCondition,
List<String> orderBy) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedIndexOperationFactory
Factory for converting GVs to
ReplicatedIndexOperation |
Modifier and Type | Class and Description |
---|---|
class |
EntityPropertyIndexDocumentFactory |
Modifier and Type | Class and Description |
---|---|
class |
ReindexComponentFactory |
class |
ReindexRequestFactory |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationContextEntityFactory |
class |
FieldConfigSchemeIssueTypeEntityFactory |
Modifier and Type | Class and Description |
---|---|
class |
FilterSubscriptionFactory |
Modifier and Type | Class and Description |
---|---|
class |
ProductLicenseEntityFactory |
Modifier and Type | Class and Description |
---|---|
class |
ClusteredJobFactory |
class |
RunDetailsFactory |
Modifier and Type | Class and Description |
---|---|
class |
GlobalPermissionEntityFactory |
Copyright © 2002-2023 Atlassian. All Rights Reserved.