Interface CustomFieldFactory

All Known Implementing Classes:
DefaultCustomFieldFactory

@PublicApi public interface CustomFieldFactory
Factory responsible of instantiating CustomField objects.
  • Method Details

    • create

      @Deprecated CustomField create(org.ofbiz.core.entity.GenericValue genericValue)
      Deprecated.
      Creates a new instance of CustomField.
      Parameters:
      genericValue - A GenericValue that represents the custom field.
      Returns:
      A new instance of CustomField, created from the given generic value.
    • create

      CustomField create(CustomFieldDTO customFieldDTO)
      Creates a new instance of CustomField.
      Parameters:
      customFieldDTO - A CustomFieldDTO that represents the custom field.
      Returns:
      A new instance of CustomField, created from the given DTO.