public class DefaultCustomFieldFactory extends Object implements CustomFieldFactory
Constructor and Description |
---|
DefaultCustomFieldFactory(JiraAuthenticationContext authenticationContext,
FieldConfigSchemeManager fieldConfigSchemeManager,
PermissionManager permissionManager,
RendererManager rendererManager,
FieldConfigSchemeClauseContextUtil contextUtil,
CustomFieldDescription customFieldDescription,
FeatureManager featureManager,
TranslationManager translationManager,
CustomFieldScopeFactory scopeFactory,
CustomFieldTypeModuleDescriptors customFieldTypeModuleDescriptors,
CustomFieldSearcherModuleDescriptors customFieldSearcherModuleDescriptors) |
Modifier and Type | Method and Description |
---|---|
CustomField |
copyOf(CustomField customField)
Creates a new instance of
CustomField , which is a copy of the given one. |
CustomField |
create(org.ofbiz.core.entity.GenericValue genericValue)
Creates a new instance of
CustomField . |
public DefaultCustomFieldFactory(JiraAuthenticationContext authenticationContext, FieldConfigSchemeManager fieldConfigSchemeManager, PermissionManager permissionManager, RendererManager rendererManager, FieldConfigSchemeClauseContextUtil contextUtil, CustomFieldDescription customFieldDescription, FeatureManager featureManager, TranslationManager translationManager, CustomFieldScopeFactory scopeFactory, CustomFieldTypeModuleDescriptors customFieldTypeModuleDescriptors, CustomFieldSearcherModuleDescriptors customFieldSearcherModuleDescriptors)
public CustomField create(org.ofbiz.core.entity.GenericValue genericValue)
CustomFieldFactory
CustomField
.create
in interface CustomFieldFactory
genericValue
- A GenericValue
that represents the custom field.CustomField
, created from the given generic value.public CustomField copyOf(CustomField customField)
CustomFieldFactory
CustomField
, which is a copy of the given one.copyOf
in interface CustomFieldFactory
customField
- The CustomField
to copy from.CustomField
, copied from the given one.Copyright © 2002-2015 Atlassian. All Rights Reserved.